Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • PattemManohar's avatar
    PattemManohar
    7 years ago
    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's avatar
    Anonymous
    7 years ago

    Thanks, 

    for some reasons I still get syntax error on the logic but I belive this is what I need,