Background: I leveraged editform and when I click edit button from dashboard onselect property I passed the context value for getting values from new form and items property of new form I passed this context variable
Step 1
Dashboard: edit button clicked it retrieves edit form in the context of selecteditem
Step 2:
New form item property, reference context as per above step1
Step 3: i need to display status field when edit button is clicked only logged in user from Approvers list so i checked the below current user exists in approvers list
Step 4: I am unable to place the Isuser in visible of status field, its throwing some error
Solved! Go to Solution.
Hi
It seems you want to display that Datacard if IsUser is not blank right
You can simply add it to your existing logic using the && operator
See below
If(yourcurrentlogic) && !IsBlank(Isuser)
This checks if the "Isuser" variable is not blank and then combines with your current logic to provide a true or false value.
Please modify the code to your needs
Hi
It seems you want to display that Datacard if IsUser is not blank right
You can simply add it to your existing logic using the && operator
See below
If(yourcurrentlogic) && !IsBlank(Isuser)
This checks if the "Isuser" variable is not blank and then combines with your current logic to provide a true or false value.
Please modify the code to your needs
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
180 | |
139 | |
96 | |
83 |