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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to combine Set Analysis with YTD Formula


Hello together,

i habe two formulas:

The first forumula isYTD

Sum({<Year=, Month=, Week=, DateField=, DateNum={">=$(=Num(YearStart(Max(DateNum))))<=$(=Max(DateNum))"}>}€)

The second Formula is the Set Analysis

Sum({$<Nature={Actual}>}€)

How I get this two formulas in one formula.

Thank you

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi

This should work:

Sum({$<Nature={Actual},Year=, Month=, Week=, DateField=, DateNum={">=$(=Num(YearStart(Max(DateNum))))<=$(=Max(DateNum))"}>}€)


Let me know.


Thanks

Sabal

View solution in original post

1 Reply
Not applicable
Author

Hi

This should work:

Sum({$<Nature={Actual},Year=, Month=, Week=, DateField=, DateNum={">=$(=Num(YearStart(Max(DateNum))))<=$(=Max(DateNum))"}>}€)


Let me know.


Thanks

Sabal