Skip to main content
Announcements
Do More with Qlik - Qlik Cloud Analytics Recap and Getting Started, June 19: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Setting null symbol on one Dimension

Dear all,

I would like to set the null symbol on one dimension.

However, when i set the null symbol, it changes in all dimension,

Please see with the attachment.

Is there any way to only change the null value in "Cat" to other?

Capture.PNG

Thanks a lot.

Best Regards,

Louis

1 Solution

Accepted Solutions
pradosh_thakur
Master II
Master II

Have done it in two way. use main or main2 in the script and the corresponding table as per your requirement.

regards

Pradosh

Learning never stops.

View solution in original post

4 Replies
Anil_Babu_Samineni

Create Calculated Dimension for that Car

If(IsNull(Cat), 'other', Cat)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pradosh_thakur
Master II
Master II

=if( len(trim(Cat))=0,'Other',Cat)


Learning never stops.
Anonymous
Not applicable
Author

Hi All,

Thank you for reply.

Both of your answer is able to fix the issue if there is only one table.

but I found that there will be some different if there is an association.

I have updated the qvw file for testing.

Please help.

Thanks a lot.

Best Regards,

Louis

pradosh_thakur
Master II
Master II

Have done it in two way. use main or main2 in the script and the corresponding table as per your requirement.

regards

Pradosh

Learning never stops.