Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Skipping Last 3 digits on dashboard.

Hi,

I need help !!

I've to Skip only last 3 digits[-00] values on dashboard. Please see my attachment.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Try

subfield(YourField,'-',1) as NewField

Ex:

=subfield(10214488-00,'-',1)

will return 10214488

Regards

ASHFAQ

View solution in original post

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Try

subfield(YourField,'-',1) as NewField

Ex:

=subfield(10214488-00,'-',1)

will return 10214488

Regards

ASHFAQ

kristoferahlin
Partner - Contributor III
Partner - Contributor III

left([Sales Order #], 😎 will give you the first 8 digits of that field