Functional Statement Practical Guide in KDB+/Q Developer Level 3

https://learninghub.kx.com/forums/topic/functional-statement-practical-guide-in-kdb-q-developer-level-3

Error in demostration:

'''

myVar:14;

{[tab] myvar: 12; //definition within function scope is "picked-up"

select from tab where size = myVar}[trade]

'''
the one in the function should be myVar not myvar so that the demo makes sense.

Hi @trinity,

Thank you for bringing this to our attention.

You are correct and I will have this updated immediately.

Many thanks,

Megan