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: 
Not applicable

Parallel Coordinates Graph F

When trying to make a parallel coordinates graph as described in QlikVIew Cookbook, the field 'Metric' is not calculated:

LOAD @1:10 As MetricCode,

Trim(SubField(SubField(@11:115, ':', 2), ',', 1)) as Metric,

@116:119 as Unit,

@120:128 as Decimal,

@129:140 as US_Total,

@141:152 as Minimum,

@153:164 as Maximum,

@165:n as Source

FROM

DataDict.txt

(fix, codepage is 1252, embedded labels);

Is that some kind of bug, or do I have to set something different? Comma or : or something else?

1 Solution

Accepted Solutions
Not applicable
Author

Changinf the decimal seperatior and 2->1 in the expression helped

View solution in original post

3 Replies
Not applicable
Author

I appreciate the links.
My plan was to make a graph with the tutorial from the book.
It would be very helpful if you could help me to get the 'Metric' field.

Not applicable
Author

Changinf the decimal seperatior and 2->1 in the expression helped