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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get numbers with out '/' and '0' ?


Hi,

I have data in table box as below

one value is 32089/5409836  and another value 0464765

How can I get the output as below

32089

464765

Can anyone please suggest me as this is very urgent work. Please suggest.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

SubField(field, '/',1)+0

View solution in original post

4 Replies
maxgro
MVP
MVP

SubField(field, '/',1)+0

MarcoWedel

=Num(SubField(yourfield,'/',1))

Not applicable
Author

Thanks.

Not applicable
Author

Thanks as well.