Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to write replce in script

Hi,

HOw to write replace function in script.

QlikTech Admin

2 Replies
MayilVahanan

HI

Ex:

Load Replace(Year, 2007, 1010) AS Year; // 2007 is replaced to 1010

Load * Inline

[

Year, Value

2007,4

2007,5

2008,5

2009,2

];

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hi Pankaj,

Attached a file for your reference.

Hope this helps!

--

Vinoth