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

If char help

hi

in excel sheet in a column [Ticked_Id] i have 5 different type od data

1)   0

2)   C /CNL FEE

3)   F16071

4)   F16071/0000000241

5)   FF16071 /0000000141 24A20

first three (1,2,3 ) wont change

but  at last two (4,5) i want the code after "/" as 10 character  (0000000241)

at (4)  "/" is 7th character; at (5) "/" is 9th character after space.

how i can write this in is statement.

thanks


23 Replies
Not applicable
Author

thank you very much

Jason_Michaelides
Partner - Master II
Partner - Master II

We got there in the end 😉

Not applicable
Author

i used to REPLACE function to delete spaces and i used your staement in IF staement, the problem is solved.

Thank you very much. i learnt a lot of new things from you.

Best regards

Jason_Michaelides
Partner - Master II
Partner - Master II

No problem.  If you have lots of exceptions consider using ApplyMap() instead of lots of nested IFs.