Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a qlik sense on prem table with 3 dimension and 3 measure. 3 dimension are NDC, Family, and Code. 3 measure are WAC, 340B, Special Price.
Here is the current set expression for special price Min({<GPO={'SP'}>}Price).
The only difference between each measure is what GPO = to.
I want to exclude null from the special price measure, so that is only show dimension with values in special price.
Any help will be appreciate.
Here how I want it to look.
NDC | Code | Family | WAC | 340B | MHA |
6332307720 | 951 | Dextrose | $ 2.00 | $ 1.30 | |
6332307725 | 315 | Accessories | $ 6.00 | $ 1.00 | $ 1.30 |
Here how it looks now.
NDC | Code | Family | WAC | 340B | MHA |
6332307720 | 951 | Dextrose | $ 2.00 | $ 1.30 | |
6332307722 | 123 | Sodium | $ 4.00 | ||
6332307725 | 315 | Accessories | $ 6.00 | $ 1.00 | $ 1.30 |
i @Noor51 ,if i got it right, maybe one option is using conditional aggregation in expression, related to expression to consider :
i used this data as example :
so, you have to uncheck 'show zero values' and that is :
i @Noor51 ,if i got it right, maybe one option is using conditional aggregation in expression, related to expression to consider :
i used this data as example :
so, you have to uncheck 'show zero values' and that is :