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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ferdie
Partner - Contributor II
Partner - Contributor II

How do I remove the unwanted * symbol in my chart title?

Hi all,

For some reason there is an extra * in the title of my graph.. How do I remove this?

Knipsel.PNG

The expression in my title is as follows:

=if(GetFieldSelections([App Name]) = [App Name], 'How do Sessions compare to Avg Selections per User in App: ' & GetFieldSelections([App Name]) & '?', 'How do Sessions compare to Avg Selections in Apps? ')

Thanks already

 

Labels (1)
5 Replies
Anil_Babu_Samineni

Check in the title, If there is any "*" in that?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Ferdie
Partner - Contributor II
Partner - Contributor II
Author

No, that's why I ask 😉

Anil_Babu_Samineni

Perhaps this way

=if(GetFieldSelections([App Name]) = [App Name], 'How do Sessions compare to Avg Selections per User in App: ' & GetFieldSelections([App Name], '?'), 'How do Sessions compare to Avg Selections in Apps? ')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Ferdie
Partner - Contributor II
Partner - Contributor II
Author

That's not working unfortunately. Thanks anyway

lorenzoconforti
Specialist II
Specialist II

I don't usually get the asterisk on the title bar but at the bottom of the chart saying "* Currently showing a limited data set."

Maybe that's what happening and it's simply generated by Qlik Sense to tell you you are not seeing the whole data in your chart?