Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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) "}>