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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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 (1)
3 Replies
Kushal_Chawda

@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) "}>