Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem faced while creating Report

Hi,

Could anyone help ,How to get rid of current selection while creating report?

Data in the report changes according to the current selection

but I want  that current selection does not change the data that are  already there in the report.

Thanks

1 Solution

Accepted Solutions
its_anandrjs

Use SET analysis in your charts expression like

Eg:- If you have dimensions Year, Month, Region, Country

In Expression

Sum({< Year=, Month=, Region=, Country= >} Sales)

IF you use dimension with '=' SET analysis expression bypass the selection from the expression.Suggest use the current selection expression with equal sign in the expression then no effect in the chart.

Regards

View solution in original post

4 Replies
its_anandrjs

Use SET analysis in your charts expression like

Eg:- If you have dimensions Year, Month, Region, Country

In Expression

Sum({< Year=, Month=, Region=, Country= >} Sales)

IF you use dimension with '=' SET analysis expression bypass the selection from the expression.Suggest use the current selection expression with equal sign in the expression then no effect in the chart.

Regards

nizamsha
Specialist II
Specialist II

u can nullify the dimension which should not affect ur report

sum({$<year=,month=,quater=,country=,region=,sales=>}Sales)

PrashantSangle

Hi,

Try with

1> nullifying  fields

2>select Detached option box from general field.

Regards,

PS

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Create a Bookmark, and define the report to print with that Bookmark selections. You can do it from the Report Settings --> Selections --> Bookmark