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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

Top 20 fields in backend script

Hi All,

I want create one field in back end anyone can give some ideas for the same .

=aggr(if( rank(((SUM({$<FiscalYear={$(=max(FiscalYear))}>}[Gross Sales ])

   -   SUM({$<FiscalYear={$(=max(FiscalYear))}>}[Sales Return ])

    -  fabs(SUM({$<[Is SRN]={0},  [GL Code]={"4000001"},

    FiscalYear={$(=max(FiscalYear))}>} [Credit Note ]))

     +  SUM({$<[GL Code]={"4000001"},

      FiscalYear={$(=max(FiscalYear))}>} [Debit Note ]))    /100000),4)<=12,Divi ), Divi )

Thanks in Advance

3 Replies
Kushal_Chawda

This is very complex to create in back end. what is the purpose of doing it in back end?

prma7799
Master III
Master III
Author

Yes. Your right.

Actually I want to create this field for Nprinting excel report for to create top 20 divi.

If i achieve this field in back end then i will create top 20 divi wise sales report  in excel and will distribute to them.

Thanks

jagan
Partner - Champion III
Partner - Champion III

Hi,

This is very difficult to calculate in back end, if you are able to achieve this front end then why you are looking for backend?

Regards,

Jagan.