Forum Discussion
Anonymous
7 years agoNot applicable
Column filter
hi, a basic quick question, if I have a column A , and column A returns either 'b' and 'c', but I want to show them both on a pie chart, how do I go about it? I have applied bA = (tablename...
- 7 years agoAnonymous "Flag" is an calculated column name (you can name it as you like) which will have either Pass or Failed values based on values present in another field i.e. ColumnA as mentioned above. You need to use this new calculated column i.e. "Flag" in your pie-chart. Hope this helps !!
- Anonymous7 years ago
Thanks,
for some reasons I still get syntax error on the logic but I belive this is what I need,
PattemManohar
7 years agoCommunity Champion
Anonymous "Flag" is an calculated column name (you can name it as you like) which will have either Pass or Failed values based on values present in another field i.e. ColumnA as mentioned above. You need to use this new calculated column i.e. "Flag" in your pie-chart. Hope this helps !!
Anonymous
7 years agoNot applicable
Thanks,
for some reasons I still get syntax error on the logic but I belive this is what I need,