Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimension Limits

Hi all,

I had a dimension which had follwing fields in it

Bag,

Bulk,

Box,

cement.

I wanna use this dimension in a pivot table . Then it should show only Bag and Bulk excluding Box and Cement.

Please help me in writing a calculated dimension for this.

Thanks in advance.

Regards,

Susvith

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    Are this a field, or a field value?

     If they are field value of say field 1 then try below.

     =if(wildmatch(Field1,'Bag','Bulk'),Field1)

     And if they are field then use the conditional Enabling option.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    Are this a field, or a field value?

     If they are field value of say field 1 then try below.

     =if(wildmatch(Field1,'Bag','Bulk'),Field1)

     And if they are field then use the conditional Enabling option.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

thanks ....

Its working

Regards,

Susvith