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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
nevilledhamsiri
Specialist
Specialist

To excludes '00' after BR_CODE

Hi Dear,

Please suggest couple of solutions where I may exclude 00 appear after BR_Code.

Thanks

Neville

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this

Left(BR_CODE, Len(BR_CODE)-2) as BR_CODE_NEW,

View solution in original post

2 Replies
sunny_talwar

May be this

Left(BR_CODE, Len(BR_CODE)-2) as BR_CODE_NEW,

nevilledhamsiri
Specialist
Specialist
Author

Thanks Sunny,

It works well.

Neville