Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I filter out rows of data on a straight table? I can't figure out where to the set analysis
Basically i have a field Ideas.Status and i only want those with values of Delivered or Rejected shown
Sorry, my fault. I was using the wrong terminology.
I will try with a Straight table instead then, as a table box doesn't seem to be able to filter out rows
1) Use a straight table (charttype)
2) Select a dimension field
3) Edit that dimension to look like: if(match(Ideas.Status, 'Delivered','Rejected')>=1, FieldName)
4) Enable the field "Supress when value is null"