Hi All,
I want to update all the filter gallery in a single click with the same value(I want to update flag value with "YES" or "NO" value and user mail Id and time )...could you please help on that
Thanks,
Ra
Hi @Anonymous
Hi @yashag2255
Thanks that checkbox is working fine.
But I wanted to mark the only filter gallery and I want to update all the records only filter gallery value with same value
Hey @Anonymous
Hi yashag2255
1) in the above image, there is one filter button I want to filter a gallery based on the sales group.
2) whatever the filter gallery is there if I will press the mark all It will mark all the filter gallery, not all the value,
@yashag2255 wrote:Hey @Anonymous
Can you please share the logical implementation of the scenario that you are trying to build? This is a bit confusing. We might be able to help you better if we know the exact requirement.Hope this Helps!If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@yashag2255 wrote:Hey @Anonymous
Can you please share the logical implementation of the scenario that you are trying to build? This is a bit confusing. We might be able to help you better if we know the exact requirement.Hope this Helps!If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
If I press the submit button then it will update all the same value(User mail, the flag should be yes, and Time) inside the DB
1) In the attachment image. there is one filter button. I wanted to mark all button it will It will mark all the filter gallery information,
If I press the submit button then it will update the record and value should be same
suppose I press the filter button based on the sales group(Q69) , It will show only 3 lines, If I press mark all the It will update only 3 lines in the backend Database (It will update flag should be yes, edited by -raj@raj.com, edited -time)
Hey @Anonymous
Thanks for your help.
I'm not able to understand why are using the lookup function...could you please explain me
in my application, I used this code. but its updating one records
ForAll(
Gallery1.AllItems,
Patch(
'[dbo].[PerferctOrder_EDI_PA]',
LookUp(
'[dbo].[PerferctOrder_EDI_PA]',
Exclude_Flag = Exclude_Flag
),
{
Exclude_Flag: Checkbox1.Value,
Created_by: User().Email,
Created_On: Today()
}
)
)
could you please help me
@Anonymous wrote:Thanks for your help.
I'm not able to understand why are using the lookup function...could you please explain me
in my application, I used this code. but its updating one records
ForAll(
Gallery1.AllItems,
Patch(
'[dbo].[PerferctOrder_EDI_PA]',
LookUp(
'[dbo].[PerferctOrder_EDI_PA]',
Exclude_Flag = Exclude_Flag
),
{
Exclude_Flag: Checkbox1.Value,
Created_by: User().Email,
Created_On: Today()
}
)
)
could you please help me
Hi yashag2255
could you please help me above topic
Hi @Anonymous
User | Count |
---|---|
254 | |
106 | |
96 | |
50 | |
39 |