Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Seven7
Contributor II
Contributor II

passing function result as variable

this works : 

='[Table.field]={"*"}'

why this can't work ?

='Left([Table.field])={"A"}'

 

i'm paasing this variable to COUNT function 

1 Solution

Accepted Solutions
GaryGiles
Specialist
Specialist

You can't use a function for the left argument in a set analysis criteria.  Maybe try this instead:

='[Table.field]={"A*"}'

View solution in original post

1 Reply
GaryGiles
Specialist
Specialist

You can't use a function for the left argument in a set analysis criteria.  Maybe try this instead:

='[Table.field]={"A*"}'