Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created my first QVD with concatenation. Yay!!
I doubt that has anything to do with my issue, but I wanted to mention that.
I've searched and I cannot find a specific solution to why numeric values from tables come over as text. As a result, I can not do summations.
Assistance with this is appreciated.
I figured out the issue. I was using a dimension instead of a measure.
hi,
from where you are loading the data into Qlik?
first you need to check the data from source is text or numeric ? its based on Datatype.
if you want to convert numeric to text in qlik. use below.
1. num#(Field) as newfield
2. Evaluate(field) as Newfield
I figured out the issue. I was using a dimension instead of a measure.