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

How to hide particular row in pivot and not include it in calculcation

Dear Team

in the application requirement is to hide the '0' in ADD/G2 TOTAL units column, same way related values in other columns should be hidden. i can able to hide but the hidden value in IT INVOICE column is added in total. How to restrict the "9" to get added to the total. (please find the attached image)

 

expression used in IT INVOICE: 
Sum(Total<FIN_SKU,FIN_MONTH,FIN_YEAR>{<FIN_SOURCE={"INVOICE"},FIN_STATUS={"COMPLETE"},FIN_SHIPMENT_DATE={">$(Variable1)')FIN_QUANTITY)

 

 

1 Reply
Anil_Babu_Samineni

Perhaps this?

Sum(Total<FIN_SKU,FIN_MONTH,FIN_YEAR>{<FIN_SKU={"=Sum(Total<FIN_SKU,FIN_MONTH,FIN_YEAR>{<FIN_SOURCE={"INVOICE"},FIN_STATUS={"COMPLETE"},FIN_SHIPMENT_DATE={">$(Variable1)')FIN_QUANTITY)<>9"}, FIN_SOURCE={"INVOICE"},FIN_STATUS={"COMPLETE"},FIN_SHIPMENT_DATE={">$(Variable1)')FIN_QUANTITY)

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