Hi
I am in situation where there is three (3) lists names and images as follows:
In Tower Lease column name PropertyName and PropertyUnit are a lookup column but cascaded, I want this to be in Cascading Dropdown parent-column will be PropetyName and Child- column will be PropertyUnit.
I am using SharePoint Online modern view and i want this in Form created in PowerApps.
Solved! Go to Solution.
Powerapps Cascading Dropdown - YouTube
I found this its very easy and helpful.
Formula i used as suggected in this video:
Filter(Choices([@'Tower Lease'].Property_x0020_Unit),Value in Filter('Units Number',DataCardValue12.Selected.Value='Property Name Lookup'.Value).'Unit Number')
This works.
Powerapps Cascading Dropdown - YouTube
I found this its very easy and helpful.
Formula i used as suggected in this video:
Filter(Choices([@'Tower Lease'].Property_x0020_Unit),Value in Filter('Units Number',DataCardValue12.Selected.Value='Property Name Lookup'.Value).'Unit Number')
This works.
User | Count |
---|---|
121 | |
88 | |
88 | |
75 | |
66 |
User | Count |
---|---|
216 | |
180 | |
138 | |
96 | |
73 |