Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all
i got stuck could anyone help me plz
my requirement is i want to generate a report month wise which i had accomplished but if i want 15 days back or 20 days back how can i do in Nprinting
date field is CalendarDate
Hi,
Create a filter like the following:
and apply it.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT https://community.qlik.com/docs/DOC-14806. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi Arvind,
If I understood correctly your business problem, you want to send for instance at the beginning of August (say 08/01/2018) a report including data that goes back 15 or 20 days respect of the max CalendarDate or Today date?
If that is, I would:
I hope it helps
Best regards,
Francesco
i don't want to add all values like this
because my range is from start of the current month upto today
Tell me is this possible to apply range filter
using >= and <=
Hi,
Adding the values as me and Francesco suggested is the only solution at the moment (June 2018). Of course you can adapt the formulas to met your specific case.
As documented in the official public help site, using < and > in filters at the moment is not supported. I would suggest it if it was supported.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT https://community.qlik.com/docs/DOC-14806. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Thank you for your response .
Let me try that
If you want to do something like that, I suggest to create a Flag field in your Master Calendar either in QlikView or Qlik Sense script such as:
If(Date(CalendarDate) >= Date(MonthStart(Today())), 1, 0) As _FlgMonthly
Then create a filter with the _FlgMonthly field = 1 in NPrinting to filter out the values from the beginning of the month up to now
I agree, but if you want to filter 15 days back or 20 days back as per the first message, you have to create two new fields; one for the 15 days filter and one for the 20.