Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Null section and a unknown section. I want to merge them together. I am new to Qlikview expressions so if that is the problem please explain thoroughly. THANKS!
Hi,
Can you post your dimensions and expression here.
Or If possible post your sample file here
Regards
ASHFAQ
Hi
add below calculated dimension instead of your dimension
=If(Isnull([Dimension Field]).or [Dimension Field]='Unknown' or [Dimension Field]='Null','New Selection', [Dimension Field])
Regards
ASHFAQ
this combined all the sections. I want to only combine null and unknown.
Hi,
This fixes your first part
=IF(Ethnicity='NULL' or Ethnicity='Unknown','New Group',Ethnicity)
Working on second post
Regards
ASHFAQ
can you send me the file with the fixed issues its still not working.
Thanks
Hi,
Its attached in another post.
Regards
ASHFAQ
You can delete it