Advanced capstone 3.5 Failed

https://learninghub.kx.com/forums/topic/advanced-capstone-3-5-failed

Hi 

For this question, the result did showed as expected however i still couldnt get it passed


This function should:

* take one parameter `x` which is a string

* parse this string to return the first element of the parse tree

such that:

```

.perm.parseQuery[".f1.checkSensor[raceTab;lapTab]"]

// returns

`.f1.checkSensor

.perm.parseQuery[".fia.getSummaryReport[`today]"]

// returns

`.fia.getSummaryReport

.perm.parseQuery["select from tab"]

// returns

?

```

.perm.parseQuery: {first parse x}
hdbH (set;`.perm.parseQuery;.perm.parseQuery)


This looks correct - you problem is more likely environmental as when I checked your instance the f1 database was missing, I rebooted and reloaded it and ran this code and 3.5 passes. Please DM me if you continue to have issues