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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Specialist
Specialist

Converting text data type into num qliksense

Hello all,

I have below table:-

Aspiring_Developer_0-1648626908417.png

I am trying to do the sum of closed_wkg_days but it is coming 0 . When I take the count it populates the number.

I am assuming that data type of my field is in text format . Hence, in the backend script  I used num(closed_wkg_days) but it did not worked.

 

Can anyone please help me with this ?

Thanks in advance

 

Labels (1)
1 Solution

Accepted Solutions
brunobertels
Master
Master

Hi 

try with num#(closed_wkg_days) 

View solution in original post

1 Reply
brunobertels
Master
Master

Hi 

try with num#(closed_wkg_days)