Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
@Anonymous
Can anyone help me? I want to be able to merge 2 sections of a pie chart into one. The pie chart currently displays 3 sections in total. I've tried the match function using expression:-
If(Match([Incident: Incident Status],'Assigned', 'Not Assigned'), 'Open')
However the problem with this is that it then omits the 3rd section from the pie chart and apparently you can't use the match function on only parameter so I don't know how else to do it.
I should point out that I have effectively a locked down version of Qlik as it is an analytics component embedded in another system so I can only do this via expressions.
Any help would be greatly appreciated as I'm all out of ideas.
Thanks
Louise
Hi Louise!
To get the other values of main dimension, you must add the "else" parameter to the condition:
If(Match([Incident: Incident Status],'Assigned', 'Not Assigned'), 'Open', [Incident: Incident Status])
Regards,Fernando
Hi Louise!
To get the other values of main dimension, you must add the "else" parameter to the condition:
If(Match([Incident: Incident Status],'Assigned', 'Not Assigned'), 'Open', [Incident: Incident Status])
Regards,Fernando
That's amazing thank you so much. Exactly what I was after 🙂
Hiya
I've just posted another query if you fancy a challenge?
Any help would be greatly appreciated.
Thanks
Louise