Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

listbox

Dear All,

i have filtered some values in listbox,

after filtering i got white color space how can i remove space

its filtering then how can i remove this space

please find the image

Thanks In Advance

NiranjanFilters.png.bmp

14 Replies
Anonymous
Not applicable

a combination of two solutions provided here will achieve the OP's requirement.

1. use the following expression for list box...this is from Deepak's solution file.

Aggr(Only(Sale),Sale)

2. check size to data in layout tab for the new listbox. that should help!

SunilChauhan
Champion
Champion

i suggest if you have qliktech support email then you can ask them.

they will help you

Sunil Chauhan
NavinReddy
Creator II
Creator II
Author

Hi jsaradhi,

Thanks for your reply listbox one field its working

but i need to show Empname,Pay _amount in one list box

please help me how can i do this

Regards,

Niranjan

Anonymous
Not applicable

good...please mark all the answers that helped you above as helpful!

if you need to show Empname and Pay_amount in one list box....create a list box with Empname as the field. in expressions tab use a simple expression like:

sum(Pay_amount)

that should show both fields in the same list box.

Not applicable


I attached the application right... Please check that...