Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to filter Data In ListBox

hello dears

i want filter Data In ListBox Look like (Dimension Limitation in Chart)

i want show The last two records Of  Ten record

Please Help Me

Untitled.png

1 Solution

Accepted Solutions
ganeshreddy
Creator III
Creator III

Hi Leila,

You can add following expression in list box properties.

if(match(year,'369606','3696907'),year)


Capture.PNG

Please find the attached QVW for refrence


Best regards,

Ganesh Reddy

View solution in original post

4 Replies
Kushal_Chawda

What do you mean by last two records for Ten records? I can see there are many values in listbox

arulsettu
Master III
Master III

if you want to show that two records means try this

if(match(year,'369606','3696907'),year)

ganeshreddy
Creator III
Creator III

Hi Leila,

You can add following expression in list box properties.

if(match(year,'369606','3696907'),year)


Capture.PNG

Please find the attached QVW for refrence


Best regards,

Ganesh Reddy

parthakk
Creator II
Creator II

Hi,

I could not find option in list box. But a similar view like list box can be obtained

PFA

Thanks,

Partha Kulkarni