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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

want to know how to replace?

I want to replace IN and IC from IN020347 and IC236484 from a column in qliksense?

 

User ID
IN125417
IC017803
IC017803
14 Replies
Not applicable
Author

Try

Replace(Replace(Upper([User ID]), 'IC','75'), 'IN','74') AS [User ID]

Not applicable
Author

Thank you so very much bro... thanx alot

Miguel_Angel_Baeyens

Ok,

Then create another field in your data model where each day of the week gets a numeric value you can use to sort

Miguel

Not applicable
Author

You have to type

num(WeekDay(YourDateField))

in the "Sorting" section, below "Dimensions".

robert_mika

Why not

Mid([User ID],3,10) as UserID,

Assuming that we have only IC and IN