Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

how to create buttons in qliksense?

Hi,

i have created bar chart region wise sales.

i need create buttons today and week and month and year.

how to create and implement buttons.

Thanks

chaitanya

7 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use the various button extensions available in Branch.qlik.com

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
lakshmikandh
Specialist II
Specialist II

Gysbert_Wassenaar

Create the buttons and add Select in Field actions to them. You can add actions on the Actions tab of the properties window of the button. What you need to use as field and what as search string depends on the fields you have.

Suppose you have a date field called [Sales Date] that contains dates formatted like 31-06-2016. Then you use Sales Date as field name and a search strings

today: =Date(Today(),'DD-MM-YYYY')

This week: ='>=' & Date(WeekStart(Today()),'DD-MM-YYYY') & '<=' Date(WeekEnd(Today()),'DD-MM-YYYY')

This month: ='>=' & Date(MonthStart(Today()),'DD-MM-YYYY') & '<=' Date(MonthEnd(Today()),'DD-MM-YYYY')

This year: ='>=' & Date(YearStart(Today()),'DD-MM-YYYY') & '<=' Date(YearEnd(Today()),'DD-MM-YYYY')


talk is cheap, supply exceeds demand
alex_nerush
Partner - Creator II
Partner - Creator II

Sheet navigation and actions extension is good one. Sheet navigation and actions extension at Qlik Branch

gkcchowdary
Creator
Creator
Author

Hi

I think you tell in qlikview format.i need inqliksense.

gkcchowdary
Creator
Creator
Author

Hi i am not able to understand the your shared links.i need step by step processor.

Ex:I have one bar chart region wise sales.

so i need to create one country button and one year button etc..when i click country button i need to show country wise sales.and when i click on year button it will show previous year sales.

Thanks

chaitanya

Gysbert_Wassenaar

Ok, in Qlik Sense you need an extension that allows you to create buttons that can have actions. Alexander linked to one such extension. The rest will be the same. Select in Field actions with the proper parameters as explained above.


talk is cheap, supply exceeds demand