Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nikhil2725
Creator II
Creator II

Dynamic Year selection

Hi All,

I have the Below Data base.

ID

ID_Name

Total Quantity

Sales

Billing Year

231546

BV 546

36,910

1,127,668

2010

231546

BV 546

40,043

1,163,729

2011

231546

BV 546

45,000

115,253

2012

 

There are 3 years i.e 2010,2011,2012.

I need to give the option to the user to select any of the year in the UI. say Dropdown list for selecting the year.

Based on the year selection I need to display the data

If the user Select’s 2010.

I need to display

ID

ID_Name

Total Quantity

Sales

Billing Year

231546

BV 546

36,910

1,127,668

2010

 

Like Wise.. How can I do this??

Kindly help me in this.

1 Solution

Accepted Solutions
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi 

Create a straight table with all the required parameters, the user can select the year directly from the table or you can create a filter for the year dimension.

Hope this helps

Thanks

Thanks and Regards
Kashyap.R

View solution in original post

4 Replies
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi 

Create a straight table with all the required parameters, the user can select the year directly from the table or you can create a filter for the year dimension.

Hope this helps

Thanks

Thanks and Regards
Kashyap.R
Nikhil2725
Creator II
Creator II
Author

Hi,

Thanks for the reply..

Have to give the user the option to select the year in the UI.

Based on the user selection I need to display the data...

 

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi 

by creating a  straight table or filter users can interact and dynamically select the year.

Thanks

Thanks and Regards
Kashyap.R
lorenzoconforti
Specialist II
Specialist II

As kashyap has said, just create a table and let the users select the year from the table itself; or you can have the year as part of a filter object

See example attached