I have a screen with a table tbl_Tasks
I have a dropdown dwn_Change_Status.
I have a Column Called Status in tbl_tasks.
What I need:
While scroll through the rows in tbl_Tasks.
If the Value in the Status Column = "Open" disable the dropdown "dwn_Change_Status"
Thanks
Dave
Solved! Go to Solution.
In the displaymode of the dropdown;
If(Self.SelectedText.Value = "Open", DisplayMode.Disabled, DisplayMode.Edit)
------------
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.
In the displaymode of the dropdown;
If(Self.SelectedText.Value = "Open", DisplayMode.Disabled, DisplayMode.Edit)
------------
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.
It a function referring to the your dropdown in question.
Any feedback after you used the Formula
------------
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.
Thanks, got it.
will your statement work with the following statement i already have ?
If (CountRows( Filter('[dbo].[t_nsc_trackcode_assigned_DataEntry_pa]',ID_Racfid = lbl_Racfid_ms.Text) ) > 0, DisplayMode.Edit, Disabled)
You have not said anything whether it worked or not. Is this a new question?
------------
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.
sorry, yes that works fine..
Dave
Please if it worked, mark it. Then post a new request and explain further how you want it
------------
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.
User | Count |
---|---|
206 | |
94 | |
87 | |
47 | |
43 |
User | Count |
---|---|
252 | |
104 | |
103 | |
62 | |
57 |