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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
georgianamha
Contributor II
Contributor II

YTD error in expression

Hi,

Can you please help me with your opinion, because i used the same formula in another app and worked just fine (obviously i use other field for filters)

Sum({1<product_name=$::product_name, product_category=$::product_category, product_code=$::product_code, customer_name=$::customer_name>} if(year(Data)=Year(Today())and DayNumberOfYear(Data) <= DayNumberOfYear(Today()),[Total sales RON]/4.95))

i tried also : sum (if(year(Data)=Year(Today())and DayNumberOfYear(Data) <= DayNumberOfYear(Today()),[Total sales RON]/4.95))

and i have same error

 

georgianamha_0-1660129227515.png

 

Labels (1)
1 Reply
Or
MVP
MVP

It looks like [Total sales RON] is not recognized as a field or master measure, based on the coloring (it would be orange for a field and purple for a master measure). Perhaps this is your issue?