Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
this works :
='[Table.field]={"*"}'
why this can't work ?
='Left([Table.field])={"A"}'
i'm paasing this variable to COUNT function
You can't use a function for the left argument in a set analysis criteria. Maybe try this instead:
='[Table.field]={"A*"}'
You can't use a function for the left argument in a set analysis criteria. Maybe try this instead:
='[Table.field]={"A*"}'