Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sujit_nath
Creator III
Creator III

Change Data at front-end in Qlikview dashboard

I have a dashboard, where in a list box, I have data as :

Header 1
ABC-CDE-XYZ
XYZ-ABC
XYZ-PMO-PQR-ABC

     


I have a requirement as in front end, I need to change text
ABC to TEXT2.

How this can be done without refreshing the data or changing the data at all? Change is only in the text that's appearing here.

Thanks.

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

go to listbox settings on General Tab and open treelist for Field and scroll down to the bottom and insert the formula under Expression!

Unbenannt.png

View solution in original post

4 Replies
tresesco
MVP
MVP

This?

Replace([Header 1], 'ABC', 'TEXT2')

sujit_nath
Creator III
Creator III
Author

Thanks, But When I apply this in expressions, I see old value as well as new value. I want to override the old value.

It will be helpful if you can guide me where do I apply this logic.

Thanks for the help!

Frank_Hartmann
Master II
Master II

go to listbox settings on General Tab and open treelist for Field and scroll down to the bottom and insert the formula under Expression!

Unbenannt.png

sujit_nath
Creator III
Creator III
Author

Great!! This works exactly as expected for me. Thanks a lot Frank and Tresesco!