Anyone has already used Chart Expression,
As documented in the help:
"Although it is often sufficient to simply click together the most basic chart expressions in the Edit Expression dialog, QlikView supports far more complex chart expressions, involving functions, fields and operators. However, please note that a few differences exist between script expression and chart expressions in terms of syntax and available functions"
expression ::= ( constant |
expressionname |
operator1 expression |
expression operator2 expression |
function |
aggregation function |
( expression ) )
I am looking for some example and what we can achieve with it,
Thanks!