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: 
abc_18
Creator II
Creator II

How to make chart title dynamic in qliksense

Hi,

I have a requirement to make chart title dynamic in qliksense, upon user selection it should change the title of a chart.

By using function getcurrentfieldselections() I can achieve this in qlikview, but not able to apply same in qliksense.

Thanks

6 Replies
Lisa_P
Employee
Employee

This should also work in Qlik Sense.

abc_18
Creator II
Creator II
Author

Hi Lisa,

I couldn't find this function in qliksense.

abc_18
Creator II
Creator II
Author

Hi Lisa,

I am looking for getcurrentfieldselections(), that is only specific for 'current' selections.

GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]]) this function will gives me all field selected in charts.

Lisa_P
Employee
Employee

Hi Shikha,

Here is a comparison of the field functions between

QlikView and Qlik Sense..

QVCurSel.PNGQsCurSel.PNG

Looks like the options are the same.

undergrinder
Specialist II
Specialist II

Hi Lisa, Shikha,

The GetCurrentSelections funtion can't be used in the title.

I suggest rather the GetFieldSelections, or GetSelectedCount on the title.

G.