Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm trying to generate some reports. For this I need several filters. According to the qlik help site the Order of filter should be like task -> user -> report -> object.
In my case I have a report which is used by many tasks. The tasks are representing some kind of department structure. So I will have task Department A, task Department B etc. all using the same report. Each task has its own department filter. The report within the task also has some filters e.g. specific projects oder locations.
Finally I have one person per report who is receiving the result of the task. Each person has its own filter to only show his or her cost center data for the specific departments.
No what I get when I start this is that the task ignores filters connected to the person. Completely. It filters for Department (task filter), location and project (both report filters). So basically it is like that
task filter (check) -> user (ignored) -> report (check)-> object (not used)
Any suggestions what it is like that?
Hi,
About how filters are configured.
You could start by adding a formula, in you report, that contains the GetCurrentSelections() https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Field... function. This will print all the applied filters so you can check that all filters (task, report, user) are applied.
Best Regards,
Ruggero
Hi,
All details about filters are explained in https://help.qlik.com/en-US/nprinting/November2019/Content/NPrinting/ReportsDevelopment/Static-dynam...
If Qlik NPrinting is ignoring user filters check that the filters are enabled. Check also that they are created on the same connection as the objects in the report. Check the task execution page and the logs to verify if there are errors.
Are the reports generated?
Could you post some screenshots?
Best Regards,
Ruggero
Thanks for your answer,
All filters that I use are activated and pointing to the right connection. The reports are generated. What kind of sceenshot could be helpfull?
Hi,
About how filters are configured.
You could start by adding a formula, in you report, that contains the GetCurrentSelections() https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Field... function. This will print all the applied filters so you can check that all filters (task, report, user) are applied.
Best Regards,
Ruggero
GetCurrentSelections was a nice hint, thanks for that. I've missed to assign one filter to a person, that caused my problem. But thanks again for the GetCurrentSelections thing 🙂
Hi,
Great that you solved. Yes, in my experience GetCurrentSelections is very useful to understand what is happening when you have complex filters applied.
Best Regards,
Ruggero