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: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Change the businees logic to editscript code

Hi,

I've a qvd file with different number of fields.

In striaght table i had taken ID as dimension and in expresssion

=if(Only({<DefectName = {"Defect.EdgeChip"}>}ID) >0, (if(Count({<DefectStatus = {"Fail"}>}ID) >0,'Fail',(if(Count({<DefectStatus = {"Fail"}>}ID) =0,'Pass')))),'NA')

- This is my bussiness logic but now i want to write this in editscript how can i write this.

0 Replies