Hello,
I created a map on powerapps. If the result of the "Number of DSEs" card is 1 or + I would like the card to appear below automatically is it possible to do this?
Thank you

Solved! Go to Solution.
Yes.
That looks like a Form control. Select the data card for the field: 'Commentaires DSE' and select Unlock.
Now you can set the Visible property of that data card, based on the value of another field in your form: "Nombre de DSE".
Note: Forms won't use those names, but instead create a data card with the column name, and add 4+ controls automatically. These controls are generically named like DataCardValue2. Find the one that corresponds to your desired input field, and make a note of it.
Set the Visible property of your unlocked data card equal to
Value(DataCardValue2.Text) > 0
You may not need to wrap it in a Value function, depending on if that field is a number or a text field.
Yes.
That looks like a Form control. Select the data card for the field: 'Commentaires DSE' and select Unlock.
Now you can set the Visible property of that data card, based on the value of another field in your form: "Nombre de DSE".
Note: Forms won't use those names, but instead create a data card with the column name, and add 4+ controls automatically. These controls are generically named like DataCardValue2. Find the one that corresponds to your desired input field, and make a note of it.
Set the Visible property of your unlocked data card equal to
Value(DataCardValue2.Text) > 0
You may not need to wrap it in a Value function, depending on if that field is a number or a text field.
If I get you right, you want to hide the field DSE if the number is below 1?.
If so try put this formula on the Visible property of the Datacard:
Value (Numberdatacardvalue.Text)<1
Change Numberdatacardvalue to the actual Textbox name.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you for your reply.
This is ok for me
Good Day
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
241 | |
83 | |
36 | |
28 |
User | Count |
---|---|
301 | |
268 | |
118 | |
66 | |
46 |