Hi Tones, sorry for the late reply , i wasn't clear at all in my last question actually So for example ,if every tiddler has three fields , field_example , field_example2 and field_example3 [image: Capture.PNG] and they are populated with values as such * tiddler 1* has in field_example "3" And in field_example2 "2" And in field_example3 "6" and *tiddler 2 * has in field_example "4" And in field_example2 "9" And in field_example3 "8" and *tiddler 3 *has in field_example "2" And in field_example2 "7" And in field_example3 "5" and *tiddler 4 *has in field_example "1" And in field_example2 "2" And in field_example3 "4" as you can see, the number 2 is reoccurring in different fields in different tiddlers , so when doing a list, can all these tiddlers which has a 2 be highlighted [image: Capture2.PNG] even better can the transcluded values only be highlighted and not the whole line [image: Capture3.PNG] i have attached a sample file with with the test data i am working with Thanks again for your help On Monday, August 2, 2021 at 2:33:26 AM UTC+2 TW Tones wrote: > Mohamad, > > My solution above can be used to do this for multiple fields/criteria > because it re-examines the whole list every time. This makes it logically > very flexible but revisiting the whole list for every special field for > each tiddler is not very high performance. There are other "algorithms you > can deploy" if you describe the full problem, especially if you can share > test data. > > The thing is, what you want to achieve could be addressed more efficiently > with better knowledge of the input data(set), and ensuring that data is > arranged appropriately. Over in the aforementioned github item > https://github.com/Jermolene/TiddlyWiki5/discussions/5925 I think a > solution may be a *report widget* designed for most reporting > requirements ie beyond the list widget features. However even in this case > you will need to give further thought on your input data and its structure. > > Mohamad - you could generate a list of tiddlers with duplicate *A* fields > and another with a list of duplicate *B* fields then in the list test if > each title exists in these lists. > > Regards > Tones > On Monday, 2 August 2021 at 09:23:23 UTC+10 Mohamed...@hotmail.com wrote: > >> Hi, >> >> is it possible to use the same code for multiple criteria, so highlight >> in red all occurrences of duplicates in field A and also field B within the >> same list of tiddlers? >> >> i guess my question is can a Get / then be used within the same filter >> multiple times for multiple fields/criteria >> >> thanks >> >> On Sunday, August 1, 2021 at 6:17:44 PM UTC+2 PMario wrote: >> >>> Hi, >>> >>> Since Tony did present a workable solution, the issue was moved to the >>> discussions section at github. >>> https://github.com/Jermolene/TiddlyWiki5/discussions/5925 >>> >>> I still think, that a <> macro may reduce the complexity of >>> the solution. >>> >>> -mario >>> >>