Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ritumishra01
Contributor III
Contributor III

Set analysis not working

=if(not isnull(prj_number) and len(prj_number)>1,prj_Status,
if(((not IsNull(dmnd_number)) and len(dmnd_number)>1) or (isnull(prj_number) and (len(prj_number)<1)),dmnd_status,
if(not isnull (idea_status),idea_status)))

 

while i am giving this as measure i could see prj_status and dmnd_status but i could not see idea status its showing null

ritumishra01_0-1691590500078.png

 

Labels (2)
2 Replies
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @ritumishra01 

I recommend you do it on load script creating a new dimension for this purpose.

 

Help users find answers! Don't forget to mark a solution that worked for you!
ritumishra01
Contributor III
Contributor III
Author

ually these three fields are coming from three different table and if i join these tables it is giving me error .not sure what approach can be used here