Hello,
Wondering if thereโs a way to LOOKUP with only partially matched results? For example, I have a table with 2 columns: MODEL NUMBER | PRICE.
Iโd like to pull the price data into another table column if the first four of that columnโs text string match with the first four of MODEL NUMBER text string.
I assume the LOOKUP expression can be used, but Iโm not sure if there is a simple way to accomplish it.
Thanks.
Thanks. I implemented the following formula which returns with โORDERBY does not have a valid inputโ. TOP(ORDERBY(SELECT(Products[Price],[Model]=[_THISROW].[Shirt Model]), Model, FALSE), 4)
Thatโs alright though-- if this is not an easy method, Iโll just create another column to enter additional text values to the model if it exceeds over 4 values.
You could try to use syntaxโฆ TOP(ORDERBY(SELECT(โฆ,4)
You can use ORDERBY only with the key columnโฆ for example with the
ref field.
Ah, got it. Thanks.
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |