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

Dimension (actual month till end of year)

I want an expression at my dimension that gives only the acual month visible till the last month of this year.

Example: in this Line Chart i want April to december 2017, despite march values.

Sem Título.jpg

1 Solution

Accepted Solutions
OmarBenSalem

Please refer to this thread :

YTD, MTD issue

Example:

sum({<date=,Year=,Month=,Quarter=, date={">=$(=Max(date)) <=$(=YearEnd(Max(date)))"}>}Sales)

View solution in original post

5 Replies
OmarBenSalem

Please refer to this thread :

YTD, MTD issue

Example:

sum({<date=,Year=,Month=,Quarter=, date={">=$(=Max(date)) <=$(=YearEnd(Max(date)))"}>}Sales)

Not applicable
Author

I wroted:

sum({<[Date.autoCalendar.Year], Date={">=$(=Max(date)) <=$(=YearEnd(Max(date)))"}>}[Vsales])

but the result was the following, why?:

Sem Título.jpg

OmarBenSalem

Maybe ?

sum({<[Date.autoCalendar.Year]=,[Date.autoCalendar.Month]=,[Date.autoCalendar.Date]=,[Date.autoCalendar.Date]={">=$(=Max([Date.autoCalendar.Date])) <=$(=YearEnd(Max([Date.autoCalendar.Date])))"}>}[Vsales])

Not applicable
Author

Sorry but i don´t have the resul i want.

My measure is for YEAR 2017:

Sum({<[Date receita.autoCalendar.Year] = {'$(=Year(Today()))'}>} [sales])

But the months before april keep on showing in the chart. After reading your explanations i have to include => actual Month Similar to:

Sum({<[Date receita.autoCalendar.Year] =, [Date receita.autoCalendar.month] =, {">=$(=Max([Date.autoCalendar.Date])) =$(='$(=Year(Today()))"} >[sales])


But this expression don´t work

Not applicable
Author

Tente essa: Month(Data Prevista) > = 4