Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

set analysis problem

whats wrong in this expression:

Sum({<Month={'<=month(today())'}>}Target_Product)

i want the sum of Target_Product till the end of the month

tnx.

12 Replies
PrashantSangle

Hi,

Looks like you are missing = in expression

Sum({<Month={"<=$(=Month(Today()))"}>}Target_Product)

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable

There are several syntaxes to test. See above all threads and their explanations

Fabrice

sunilkumarqv
Specialist II
Specialist II

Try this sorry for previous one

=Sum({<Month={"=(Month>(Month(today())))"}>}Target_Product)