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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
anuradhaa
Partner - Creator II
Partner - Creator II

Edit data from front end

Hi,

In my data based i have customer column. currently i have 3 customers.

Then i used list box to view each customer data separately.

For a demo i need to use this document but i don't need to show the customer names. So it is difficult(time consiuming thing)

edit the customer names in script or data base.

So is there a way to replace customer names in front end of a list box.

Thanks

5 Replies
Not applicable

You can scramble Customer field in your desktop version.

Go to Document Properties > Scrambling > Select Customer > then scramble

Test.png

MK_QSL
MVP
MVP

Go to Settings

Document Properties

Scrambling

Select Customer Name

Scramble

maxgro
MVP
MVP

use an expression in listbox

=pick(match(CustomerColumn, 'A1', 'B1', 'C1'), 'aaa', 'bbb', 'ccc')

but the other chart with same CustomerColumn?

Not applicable

Massimo and Ajay... Learnt something new today

Not applicable

Might not be a helpful trip since its on script side...

if you have very few values in list.... you can use mapping table and apply map to replace customer names with custom names