Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.