Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

change field data on load

My script is as shown below

LOAD [REC ID],

     Project,

     [Date Created],

     [Date Due],

     [Date Closed],

     Month([Date Closed]) as MonthClosed,

     YearName([Date Closed]) as YearClosed,

     If([Date Closed]> [Date Due],2,1) as Overdue

FROM

(ooxml, embedded labels, table is main);

LOAD [PR ID] as [REC ID],

     [Grid ID],

     [Root Cause Tier 1],

     [Root Cause Tier 2],

     [Root Cause Tier 3]

FROM

(ooxml, embedded labels, table is [Root Cause]);

The data in [Root Cause Tier 1] contains a mixture of values

I would like to change all the instances in [Root cause Tier 1] from material to materials

tried a few options but unsuccessful at the moment.

Could anyone help out?

many thanks for looking.

10 Replies
trdandamudi
Master II
Master II

You are welcome. Sometimes it happens, for simple things we think for hours but I am glad that I am able to help you. Have a nice day...