I am trying to plot a map chart with Area layer dimension as State and using color by dimension to assign appropriate color.
Area Layer Dimension field name : BFL_State (values: All US States)
Dimension field name for 'Color by Dimension' : xyz (values: Yes/No).
So, I am hoping for states being mapped with 2 colors. 1 for Yes & other for No. But unfortunately none of my methods work.
1) =aggr(only({1}xyz),xyz)
2) max({<BFL_State =>}xyz)
3) only({1}xyz)
Can anyone recommend a solution for this one.
May be this
Only({1} xyz)
Sorry forgot to mention that I tried this option. I updated the question.
Can you, with means of a sample or images, show what exactly is the issue?
Did you find a solution for this?
Just found an article related to changes on the map object and the effect on set expressions. https://support.qlik.com/articles/000070426
Anyone have a workaround for this ?