Hi
I have an app where I have a date data card. I only want this card to show if others data cards value is higher than "0". I've done this before for selected values of cards but not number fields.
Is this possible? My datasource is SP.
Put this code in the Visible property of the DataCard you wish to show/hide
Value(TextInput_OtherDataCard.Text)>0
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@Kmayes
I've tested this solution on my side and it works. Please give me any information I would need to recreate your scenario on my side and include a screenshot.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Thank you.
So the first image shows some of the fields where data is being captured, by default the number is "0" however if this number is changed to a number greater than "0" I would like the like the date data card to be visible if not have it hidden. Sorry for the confusion hope this makes more sense
(Image 1)
(Image 2)
User | Count |
---|---|
175 | |
111 | |
86 | |
44 | |
42 |
User | Count |
---|---|
228 | |
116 | |
116 | |
73 | |
67 |