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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

Expression help????

Hi Folks ,

I'm having expression as below: (here Test and vDeliverced are two varibles)

sum({<Year ={$(=Year(AddMonths(now(),-1)))}, AccumType = {'YTD'}, [Major Defect Group]=, Month = {"<=$(=num(month(AddMonths(now(),-1))))"}> }$(Test)) / sum({<Year ={$(=Year(AddMonths(now(),-1)))}, AccumType = {'YTD'}, [Major Defect Group]=, Month = {"<=$(=num(month(AddMonths(now(),-1))))"}>}$(vDelivered))*1000

This expression given be bars with same numbers, looks like something wrong.

Kindly help.

Thanks,

AS

3 Replies
MK_QSL
MVP
MVP

What is your Month Field looks like... is it in Number format or Text...

avinashelite

Hi Amit,

Can you kindly post your app here, so that we can analyse the problem.

Regards,

@vi

amit_saini
Master III
Master III
Author

Manish,

It having values like Jan Feb March....

Thanks,

AS