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

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

Table View

hi qlixperts,

This is vzay.

1. my requirement is, i want to show first name and last name  in a single column  as name and m1,m2,m3 in a single column as marks. i also added a image for more view.

2.  my table show empty field if I didn't select anyone in list box.

Thanks in advance

4 Replies
Not applicable
Author

Why can't you use concatenation (&) ?

MK_QSL
MVP
MVP

Where is your data? Kindly upload some file or sample data

Colin-Albert
Partner - Champion
Partner - Champion

Add a calculated dimension to your chart

First_name & '  ' & last_name

fkeuroglian
Partner - Master
Partner - Master

Concatenate field

Field1 & ' - '&  Field2 as Field,

good luck!

Fernando