Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik Experts,
I need some help in reading the data from QVD where i have one year of data.
i have 4 apps, each app should have quarter wise data. i need a help to write condition in the qvd where class so that only that specific quarter will be loaded into app from qvd on every day app refreshes
like JAN 2024- march 2024 in one app, april 24 to jun 24 , jul24 - sep24 and finally oct24 - Dec 24.
Regards,
khadar
You can set conditions on Date available in QVD like
For Quarter 1
Date >= 1/1/24 and Date <=31/3/24
For Quarter 2
Date >= 1/4/24 and Date <=30/6/24
For Quarter 3
Date >= 1/7/24 and Date <=31/9/24
For Quarter 4
Date >= 1/10/24 and Date <=31/12/24