New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG

Who Me Too'd this solution

Kushal_Chawda

If you want to write it the same in script you need to have group by clause in your load statement like below

Load Field1,

           Field2,

          Sum(Measure1)/Sum(Measure2) as  [KPI n°1]

FROM Table

Group by Field1,Field2;

View solution in original post

Who Me Too'd this solution