Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
I am building a custom report in Nprinting , in doing so I need the date of the previous day not the last 24 hours how can I achieve this?
Just to provide more information , I have 3 different field in the report for the date i.e Day takes value from 1-31 depending on the month. second field is Month which take values from 01-12 and Year which is in the format 2019.
In the filter I need to put a expression in such a way that it would yield me one day before data not last 24 hour data.
I came across this but dont know what it means . if someone can help me out.
Num(Day(Today(1)-1),'00')
Hi,
first of all Qlik Sense does not work with NPrinitng 16.5 as that version only works with QlikView. Make sure you provide us correct versions of NPrinting and Qlik Sense so we can provide you with correct suggestion.
Regarding date filter.
Having 3 separate fields is not really a good practice as you will need to build 3 field filter for it. Obviously most important thing is to understand datatype of those fields as depending on that filter setup will be different (read about datatypes in links below).
I am guessing your fields are of a dual type so therefore I would set them up like this:
Obviously you need to create a filter which filters all 3 fields separately if you dont have one "Date" field.
The way I would set it up would be by:
More about data types and filters I explain here:
Hi,
first of all Qlik Sense does not work with NPrinitng 16.5 as that version only works with QlikView. Make sure you provide us correct versions of NPrinting and Qlik Sense so we can provide you with correct suggestion.
Regarding date filter.
Having 3 separate fields is not really a good practice as you will need to build 3 field filter for it. Obviously most important thing is to understand datatype of those fields as depending on that filter setup will be different (read about datatypes in links below).
I am guessing your fields are of a dual type so therefore I would set them up like this:
Obviously you need to create a filter which filters all 3 fields separately if you dont have one "Date" field.
The way I would set it up would be by:
More about data types and filters I explain here: