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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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*"}'