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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ba11
Contributor III
Contributor III

Fraction Field Values

 

Hi All,

I have a Table field with fraction values. i.e 1/16, 4/12, 1/240 etc. I have another Table field that I'd like to divide these fraction values with but I only need the denominators. I tried this in my app but it returned null values.

Is there a function I can use in the load script that returns just the values after '/' so it's easier to use in the app? Basically to separate the nominator and denominator into two different values.

Thanks in anticipation.

Labels (2)
1 Solution

Accepted Solutions
steeefan
Luminary
Luminary

Yes, there is. It's called SubField().

View solution in original post

2 Replies
steeefan
Luminary
Luminary

Yes, there is. It's called SubField().

ba11
Contributor III
Contributor III
Author

Thank you.