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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RKreutmair1609744496
Contributor
Contributor

search and replace in tMap output expression

Is there a way to search an replace in tMap?

For example I have in my out1 this formula

   row7.price != null ? String.valueOf(row7.price) : null

and i only need to change it to

   row1.price != null ? String.valueOf(row1.price) : null

At the moment I change it manually in every line and I only found the function to highlight all row7.

Is there a way to just search an replace all row7 to row1?

I have to do this often in tMaps with 60 lines each.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

You can't search and replace in tMap, however, you can copy the text and paste it to Notepad++, do the search and replace value, copy the result and paste back to tMap.

 

Regards

Shong