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

different date fields

Hi,

in one table I have 3 different date fields (each splitted in day / month / year): one for subscription start , one for subscription end and one for invoice date.

In one listbox I want to chose the month e.g. Then my diagrams should show all subscriptions started in this month, all subscriptions end in this month and all invoiced data in this month. Is this possilbe to link these different fields?

2 Replies
Not applicable
Author

It is possible, but not recomandable. You will mess up the data.

I would use a variable to specify the reuested month (or a separate time dimension) and filter the data in the expression: =sum(if( month(StartDate) = vSelectedMonth and month(EndDate) = vSelectedMonth and month(InvoiceDate) = vSelectedMonth, Value)

Not applicable
Author

Yes the data will mess up

So I have made two reports for the moment.