Hello,
I would like to get a filter on a column of a table against the value (Ref) of another column of this same table.
In table 1 I have Key + two columns
In table 2 I have too Key + two columns
When I select my client, I want only the affiliated subsidiaries to appear in column 2
For the โSubsidiaryโ column I tried the following formula but it does not work because it shows me all the values, regardless of the โClient / BSIโ selected
I tried other formulas referenced in tutorials but they donโt work either.
Could you help me please?
thank you so much
Try:
IFS(
ISNOTBLANK([Client/BSI]),
SELECT(
Clients[Nom Filliale],
AND(
ISNOTBLANK([Nom Filliale]),
ISNOTBLANK([Nom Societe]),
([_THISROW].[Client/BSI] = [Nom Societe])
)
)
)
Thank you so much Steve but itโs note ok
When I enter your formula, I no longer have any values displayed in โFilialeโ
Thank you so much Steve
Please contact support@appsheet.com for further help with this.
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
3 |