I am wanting to create some slices of my data based on a column [Wave].
I tried short cutting with CONTAINS([Wave], "10:10") but this gets expanded to a full date time stamp!?
SO i did a simple [Wave]="10:20 Start - Full Distance"
Now the data appears correct in the Expression Assistant "Test", but from the slice screen if I "Preview" the data it shows no columns!?
Solved! Go to Solution.
How about AND(CONTAINS([Wave], "10:"),CONTAINS([Wave], ":10")) ?
How about AND(CONTAINS([Wave], "10:"),CONTAINS([Wave], ":10")) ?
User | Count |
---|---|
25 | |
14 | |
4 | |
3 | |
3 |