

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This should also work in Qlik Sense.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lisa,
I couldn't find this function in qliksense.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Shikha,
Here is a comparison of the field functions between
QlikView and Qlik Sense..
Looks like the options are the same.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lisa, Shikha,
The GetCurrentSelections funtion can't be used in the title.
I suggest rather the GetFieldSelections, or GetSelectedCount on the title.
G.
