Skip to main content
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*"}'