Hi!
I’m trying to have a dropdown value list based on a value entered. I’m using the below expression
SELECT(Loan[PN no.], [Client full name] = [Payment].[Client name])
But I’m getting error. Basically I want to have a list of “PN no.” from a LOAN table based on the “Client name” entered in the payment table. Appreciate any help!
Thanks!
Solved! Go to Solution.
Are you putting that into the Valid IF or Formula?
I have achieved this with the select entered into the Valid IF
With this
SELECT(Loan[PN no.], [Client full name] = [_ThisRow].[Client name])
Please post a screenshot of the error.
All good now! thanks!
Are you putting that into the Valid IF or Formula?
I have achieved this with the select entered into the Valid IF
With this
SELECT(Loan[PN no.], [Client full name] = [_ThisRow].[Client name])
Hi Mark. It’s working well now. Thank you! I think I need to study [_ThisRow].
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |