Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

Is there a way to highlight the first sorted value in a list box

I'm trying to use firstsortedvalue function to highlight  in QV default green the first displayed value in a list box.

Gerry.

5 Replies
Gysbert_Wassenaar

Afaik the only way to highlight a value in a listbox is to select it.


talk is cheap, supply exceeds demand
maxgro
MVP
MVP

I do not think,

If it were possible I would not do that as it would confuse the user

Anonymous
Not applicable

Maybe create a one-column straight table, and highlight it there.  And, better to use a different color than the "selected green" to avoid confusion.

Anonymous
Not applicable

Like Michael suggested, that is the way you can fake a listbox using a straight table and still retain the functionality of a list box with the bonus of additional formatting that a straight table offers. i remember seeing examples here on community. you may want to search. i will post the link if i find it.

petter
Partner - Champion III
Partner - Champion III

You could do something like this ... displaying a Text Box above the List Box in the default green color with the first value from the List Box displayed ...

2015-05-01 #6.PNG

In this case I used =MinString(Regions) - but that could just as well be =FirstSortedValue(....)