Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this:
Count({<priority={'high'}>}priority)
and this:
Count({<status ={'Open', 'Closed'}>}status)
I need to unit them but i dont know how, someone can help?
Congrats!! Im new in Qlik, im noob yet!
HI,
You can try this.
Count({<status ={'Open', 'Closed'},priority={'high'}>}status)
Regards,
Kaushik Solanki
Side note, if you are looking for a count of everything that is open,closed OR high you would do this:
Count({<status ={'Open', 'Closed'}>+<priority={'high'}>}status)