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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Have to Show Values from two Different List box in one.

Plz find the attached example .

Thanks!!

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Is it possible to merge the two "Sizes" into a single field (in your script)?

A list box always references a single Field for its main display.

Peter

Not applicable
Author

No ..cannt merge two sizes  into single(in script..)

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Because they refer to two different sets of products or something like that? Can you move those sizes out of the original tables to a common location like a link table?

Sorry about making guesses, but without a data model there is not enough info for us to solve this...

Peter

Not applicable
Author

Thanks Peter..

Not applicable
Author

I guess you can load the table twice. In first load take only one size field and in other load take the other size field and use Concatenate between them. Then in frontend apply sor order on numeric values to achieve what you want.

Load

[Size1] as Size

From

Table.xls;

Cancatenate

Load

[Size2] as Size

From

Table.xls;

This will merge the valus into one common field name Size and then you can use this field in your front end chart and apply the Numeric sort order form the Sort Tab in the properties of your chart.

Hope it Helped

Not applicable
Author

I guess you can load the table twice. In first load take only one size field and in other load take the other size field and use Concatenate between them. Then in frontend apply sor order on numeric values to achieve what you want.

Load

[Size1] as Size

From

Table.xls;

Cancatenate

Load

[Size2] as Size

From

Table.xls;

This will merge the valus into one common field name Size and then you can use this field in your front end chart and apply the Numeric sort order form the Sort Tab in the properties of your chart.

Please see the Attachment.

Hope it Helped