Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ashutosh11
Contributor
Contributor

Set expression with condition

How to implement this condition :

=IF(warranty_status='OW' AND rescheduled_reson='Repair' and status_remark<>'Telephonic Resolution' and Remark='Y',JobsheetAMC,NULL())

in this expression for KPI:

=(Sum(recived_amt)+sum(transport_cost)-sum(if(DuplicateFlagpart='1',0,ReturnedPrice))-sum(discount))
/
(sum(if(DuplicateFlagService='1',0,service_charge_c))
+
sum(if(DuplicateFlagpart='1',0,price*comsumed_qty))
+
SUM(received_amt_c)
+
if(is_installation='1',sum(num#(installation_charge_c)),'0')
+
sum(transport_cost)
+
sum(other_charge))

Labels (2)
0 Replies