Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Why can't you use concatenation (&) ?
Where is your data? Kindly upload some file or sample data
Add a calculated dimension to your chart
First_name & ' ' & last_name
Concatenate field
Field1 & ' - '& Field2 as Field,
good luck!
Fernando