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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
capriconuser
Creator
Creator

if condition

there is data in column like 

56.98 MB

45.67 GB

i want if data has MB then want to multiply by 0.1 if not then same value will load which is in data ..

how I do that in script 

1 Reply
PradeepK
Creator II
Creator II

Can you provide more info.. 

seems like column is of type $text; What exactly are you expecting.. when you say multiply by 0 to a $text field ?

Anyways, look into Right() and WildMatch() script functions.

Also just a tip; Keep data type i.e. MB, GB info into separate field.