How to Filter / Search Ref column be it's label text ?

Hi guys, 

I'm trying to search filter Ref column by text. 1 works, 1 doesn't work, but both are Ref column

Not sure why

Hope you help explain

1 that not works

kvngo94_0-1672452118506.png

 

kvngo94_1-1672452137513.png

 

kvngo94_2-1672452147873.png

 

1 that works

kvngo94_3-1672452165274.png

kvngo94_4-1672452178768.png

kvngo94_5-1672452185058.png

 

 

 

 

0 5 211
5 REPLIES 5

A Ref type column's values are key (i.e., not label) values from the referenced table--even though the displayed values are the referenced table's label (i.e., not key) values. If your Suppliers table's key column is also it's label column but that's not the case for your Styles table, then that's likely the explanation.

Thank you but what confuses me is my supplier table key is UNIQUEID() column

It's the same with the Style table, but why I can filter Supplier by certain text but not with the Style 

 

kvngo94_0-1672456925088.pngkvngo94_1-1672456941666.pngkvngo94_2-1672456969802.png

 

The [Supplier] column in your screenshot is populated with the values from the [Supplier] column in the table referenced by the [Material] column (per the App formula expression); it's these values that the search/filter function is based on. If those values are not also key values in the Company table's key column, then the [Supplier] column in your screenshot is not configured appropriately to serve as a reference to the Company table.

But in Material table, Supplier column is also Ref type to Company table

Sorry if I don't understand you, but are there any work around or method to search The Style column ? Create a Virtual Text of the Style column to search ?

kvngo94_0-1672461188903.png

 


@kvngo94 wrote:

Sorry if I don't understand you


At a minimum, it is I who doesn't understand your app configuration. If you examine the values in the data sources for the relevant columns, that may answer your original question of why you're able to search/filter one column but not another. If you share examples of those values here, someone may be able to advise regarding that question.


@kvngo94 wrote:

are there any work around or method to search The Style column ?


If the Style column contains UNIQUEID values but you need to be able to search/filter other values, then you may indeed need an additional column. It could have an App formula like [Style].[Style LabelColumn].


@kvngo94 wrote:

Create a Virtual Text of the Style column to search ?


You could indeed use a virtual column. Nonetheless, if the only time the value of the additional column would change is when the row is otherwise edited, you may prefer to add instead an actual data source column to minimize the impact on sync times.

Top Labels in this Space