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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating new fields from existing dimesnions

Hi All,

I have an excel sheet with values and volumes for export and home. The headers are like this -

[Value - 01'11 Home], [Value - 01'11 Export], [Volume - 01'11 Home], [Volume - 01'11 Home] and so on

I want to create the following new fields in the back end

Value , Volume , Year , Month , Export and Home.

I tried using the left and the right functions but its not working.

I tried the below script

left([Value - * ],5) as [Value USD],

left([Volume - * ],5) as [Volume],

It would be great if somebody could help me out with this.

Thanks

Ani

1 Reply
ariel_klien
Specialist
Specialist

Hi,

Try TextBetween() function,

BR

Ariel