Hi,
So I have this logic for my apps:
The button being logic,
-I want when ThisItem.'Current Location' contain "HDR" atau "WM0" atau "HCP" atau "POL", then the button 'being' can I click for 4 item in that gallery
-but, when ThisItem.'Current Location' is not included that word, I only can click the button 'being' for one time.
I used this formula,
If(
Or(ThisItem.'Current Location' = "HDR",
"WM0" in ThisItem.'Current Location',
"HCP" in ThisItem.'Current Location',
"QC" in ThisItem.'Current Location',
"POL" in ThisItem.'Current Location'),
true,
If(
CountIf(ComponentTracking, 'Current Location' = ThisItem.'Current Location' && 'Status Komponen' = "Being") = 0,
Patch('Component Tracking', LookUp(ComponentTracking, 'SO/PO/WBS' = PO_hide.Text), {'Status Komponen': "Being"}),
false))
not error, but just work for the second logic, not both logic. can anyone help me? thank you!


Report
All responses (
Answers (