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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Product Description

Hi,

I have a table called product_dim where I have to eliminate the product_descripyion starting with GIFT or Gift.So, I have used the where clause in the load statement of product_dim as below:

where left(PRODUCT_DESCRIPTION,4)<>'GIFT' and left(PRODUCT_DESCRIPTION,4)<>'Gift'

I have to calculate the sum of sales of all the product except the above mention.I have Pivot table where it shows for product description starting with GIFT or Gift as '-' in the product_description column but shows values in sales column.

My requirement is that it should not show the corresponding sales amount also.

Pls help me in thie case.

Thanks,

Swetha

Labels (1)
3 Replies
Not applicable
Author

Hi, you can click on the properties of your char and go to dimensions tab, then you can select the option "supress when value is null". That should do the work.

Regards

Not applicable
Author

Thank You for the reply.I tried it but not working.

Not applicable
Author

Hi,

Its not showing the product_description but on sales its adding the amount assigned to this product description.So even if I check this option or not my sum of sales is shown as same.

Thanks,

Swetha