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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
peisenrot
Contributor III
Contributor III

formular is not working

Hello,

I would like to use the formular 

Sum({<Dataset={'People'},[Period.Date]={">=01/01/2023","<=$(MaxLoadFTE)"}>} Value) to sum up all Periods between 1st jan and the variable MaxLoadFTE which is 6/1/2023. it is using all starting 1st jan but not until 6/1/23. what is wrong here?

best regards

Pia

 

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Hi, the set modifier is to be like this.

{">=01/01/2023<=$(MaxLoadFTE)"}>}

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Hi, the set modifier is to be like this.

{">=01/01/2023<=$(MaxLoadFTE)"}>}