Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

How to display in the listbox along with min and max values?

Hi,

In my qvd file i've different number of fields. I want to divide this fields into few groups and display in this listbox along with there min & max value in the expression.

First, the fields in qvd say A1,A2,A3,B1,B2,B3,C1,C2,C3....etc. For each field i'm able to catch min and max values. But how can i show in one listbox all A groups along with min and max values.

For Eg:

I want to see in the listbox like this:

GroupA        Min   Max

A1                3      5

A2                2      4

A3                5      10

20 Replies
jagannalla
Partner - Specialist III
Partner - Specialist III
Author

BlackRock S,

But if i've few fields which are not releated to this group(i.e A1,A2,A3). How can i use  those fields.

For ex:

if qvd holds the data like this

Load A1,A2,A3, Name,Id,Date

from table1.qvd;

- To overcome this i need to load qvd file with fields which are not in group seperately. Is there any best solution for this.

- And one more think is i want keep INPUTFIELD for Val.