Iโm trying to get a CSV template to work by creating a TXT file and uploading to Google Drive. So this one works fine:
<<START: Select(Skips[SkipID],TRUE)>>
but it displays lots of blank rows so changed to:
<<START: Select(Skips[SkipID],ISNOTBLANK([SkipID]))>>
Which made no difference whatsoeverโฆ So I tried:
<<START: Select(Skips[SkipID],[Status]=โDroppedโ)>>
Which doesnโt display any rows despite there being โDroppedโ in dozens of the [Status] column.
Where am I going wrong? Do I need to point the template at a slice to get a filtered view?
Sorted in the end by using a slice instead of the select() fundtion
User | Count |
---|---|
16 | |
11 | |
8 | |
2 | |
2 |