Need help in highlighting items in a list viewer based on certain DB conditions. For e.g. I need all those grocery items highlighted that cost more than $20. So in my DB i have columns for Grocery items and cost of item. Using the list i am able to pull all the grocery items but I also want to highlight the ones that cost more $20.
Using the list viewer, you can only do something like joining *** or something like that to the beginning/end of the list entry
You can’t highlight or change anything other than the text itself or it’s order. So you can add something to the entry so it stands apart from the rest. Could could alternatively build
A diy listviewer
You are correct. I marked your answer as the solution. Here are blocks.
Since my previous list was just showing one column - I merged two columns to show in the list. The merging helped me in displaying more information in the list. Basically i declared two lists and then did a get and remove to the third list . Finally i displayed the third list. Thanks