Hi ,
I am getting a strange result in a cloud visual I create from a calculated field. The calculated field is:
ifelse(isNull({Departure Airport City}) OR isNull({Arrival Airport City}), 'None', concat({Departure Airport City}, ' - ', {Arrival Airport City}))
It creates a combination of the departure and arrival airport name when none of the two are Null. Afterwards, when I put the field in a cloud visual I get the below graph highlighter with “Other”. I try to filter the graph to remove this value but I can’t. I can’t figure out how is this value produced at first place as the fields I use do not contain the value Other. Anyone has an idea?