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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Right Function Acting Wierd

Hello,

I have a really strange behavior with the right function.

im getting a diffrent result than i expected which you can understand more easily by the image i attached..

you can see the diffrent between the value i get in the text box and the value i get in the "TwoRightBud" Fieldqlikview.jpg

any suggestions?

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

In script, use:

text(Right(BUDCODE,2)) as TwoRightBud,

View solution in original post

2 Replies
m_woolf
Master II
Master II

In script, use:

text(Right(BUDCODE,2)) as TwoRightBud,

Not applicable
Author

Thank you!