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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Revies

  I had created Flag , i need to count only the flag=ncr  and ncr type=RI

Need expression for that..

=(count(distinct([Lot Number]))- count(DISTINCT([EW Lot Number]))) / count(DISTINCT([Lot Number]))

2 Replies
Clever_Anjos
Employee
Employee

=(count(distinct {<flag={'ncr','RI'}>}[Lot Number])- count(DISTINCT {<flag={'ncr','RI'}>}[EW Lot Number])) / count(DISTINCT {<flag={'ncr','RI'}>}([Lot Number]))

Not applicable
Author

Tanq ..

My requirment is i need to calucalte the LAR RATE AND SCAR RATE ..

Some suppliers has scars  and some supplier has Lar ..

In the same pivot table i need to calculate for the suppliers their scar rate and Lar rate

To show the user more specific which supplier has scar and lar

And i also need to show the conditional formatting .IF scar is >98 some colour

and also lar >95 some colour ..

Please find screen shot

scar lar.PNG