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: 
Not applicable

Remove the last charecter

Hi All,

Anybody knows how to remove the last character of a text?

Thanks,

Nima

Labels (1)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

left(Field1,len(Field1)-1) as Field1,

View solution in original post

2 Replies
m_woolf
Master II
Master II

left(Field1,len(Field1)-1) as Field1,

Not applicable
Author

Thanks