Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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) "}>