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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart from data in a single row

Hello,

I want to make a visualization of data relative to a single record.

Example:

IDSome infoMore infoABC
1asnmdklñfaklmkñlzcm,v.mzx534
2qewirpo,po,.czx-vop623
3zmcvklzmmjipjafiojdsfioj835

The objective is to visualize the values of A,B and C on a bar chart ONLY when a single record is selected.

I've been looking around, but can't find usefull entries.

Thanks,

Roger

1 Solution

Accepted Solutions
sunny_talwar

Two option... use The Crosstable Load to convert A, B, C from columns to a single field.... or use three expressions... one each for A, B, & C

View solution in original post

4 Replies
sunny_talwar

May be use a condition to display the chart

GetSelectedCount(ID) = 1

Anonymous
Not applicable
Author

Thanks!

And then, how to display A,B and C values on a chart? I mean, i don't have a dimension Type={A,B,C}

sunny_talwar

Two option... use The Crosstable Load to convert A, B, C from columns to a single field.... or use three expressions... one each for A, B, & C

Anonymous
Not applicable
Author

Thanks for your response Sunny!

Thats what i was looking for