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: 
Frédéricdh
Creator II
Creator II

Problem in Set Expression

This Set Expression don't work.

= If(JW<=Year(Today(1) )& Week(Today(1))-4,Sum({<ORT={'vor Anlage'}>*<JW={ (Year(Today(1) )& Week(Today(1))) -4 }>} TOTAL BLEGW),Sum({<ORT={'vor Anlage'}>}BLEGW))

 

qlik don't want this <JW={ (Year(Today(1) )& Week(Today(1))) -4 }>, why?

 

thx in advance

Labels (2)
3 Replies
Kushal_Chawda
MVP
MVP

@Frédéricdh  try putting double quotes around to evaluate

<JW={"= (Year(Today(1) )& Week(Today(1))) -4 "}>

Frédéricdh
Creator II
Creator II
Author

No it doesn't work

Frédéricdh
Creator II
Creator II
Author

it works, wenn you use this

<JW={"= &(=Year(Today(1) )& Week(Today(1)) -4) "}>