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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replacing a value in a field without having to do it in the load

I have a list box called Payment Type. The list box is using a field called PaymentType which has values Paid, Not paid and Combined. I already have the qvds built for my data but I want to change the Combine value to Total on the listbox/display without doing my load statement again or build qvd again. Any ideas?

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Just right click on sheet and say new sheet object -> list box -> now instead of selecting field select expression and type above expression

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   You can create a calculated listbox.

   Create a new textbox and instead of selecting field select Expression (U will find it at bottom) then type below expression

   if(wildmatch(PaymentType,'Combined'),'Total',PaymentType)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

How do I create a calculated list box?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Just right click on sheet and say new sheet object -> list box -> now instead of selecting field select expression and type above expression

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thanks, it is working now.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Will you mark this post as answered.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!