Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I would like to count how often several values occur in total.
e.g. Count value 1 + value 2 and give me the total.
I work with Qlik sense
Thank you
with one value I can do it.
count(distinct{<rd_transportziel = {"*Vivantes*"}>}bfw_einsatz_id_anonymisiert
the other arguments are "Urban", "AVK",...
Do you mean that, if I load the following data
LOAD * INLINE [F1, F2E, EnglandE, EnglandE, EnglandW, WalesS, ScotlandS, ScotlandN, Northern IrelandM, Isle of ManL, Channel Islands];
And you want to count 'England' and 'Scotland' the answer would be 5 or 2?