
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiple column header values into a listbox
Hello,
Can anyone please help me to achieve the result shown here? The data is available as different columns and i would need to display a filter with the header values.(Listbox or Multibox etc.). Thanks.
Fruits |
---|
Apple |
Orange |
Pear |
Banana |
Vegetables |
---|
Carrot |
Beans |
Cabbage |
ListBox |
---|
Fruits |
Vegetables |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not sure what you want. That means a list box to contain the three fields with filter selection? The easiest way to display is create a container and put the three list boxes in it. Using display option "single object", "tabs on top". I am not sure if this can help you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi...Check this out..


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create a Inline table with all the required field name and a list box for the same


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gamavidy,
Try this example please.
Regards
Miguel del Valle


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You also try this attachment,
Susovan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Head Count |
---|
0-1000 |
1001-5000 |
5001-10000 |
Thank you all for the response.
But my requirement is different, i should have used a different example.
New example: Please help me out here.
Load
Department,
0-1000,
1001-5000,
5001-100001
From Sample.xls.
In the above Load statement fields 0-1000, 1001-5000 are the number of employees in a particular department.
i would like to display the ranges in a list box or a multi box as a filter.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try the attachment

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your efforts Maxgro, however my requirement is different.
I have the values calculated and available as columns, eg: Column Header: 0-1000, Values inside it: 4,5,10, 20 etc. Similarly for other Ranges too. I just want to display these column headers as filters. I could not find a better way to explain this
