Hello,
I want to create a toggle button in gallery so users can quickly change a true/false value I have a toggle with the default set as:
ThisItem.Show_Flag
Where 'Show_Flag' is the true/false value in my SQL database.
But this doesn't get the correct value (Usually all true or all false).
Also, I have the Onchange value set to:
Patch('[DATA]' , First(Filter( '[DATA]' , Measure_Name=ThisItem.Measure_Name )), {Show_Flag: Toggle1_3.Value} )I can't tell if the Onchange formula is working correctly and the default value is causing the issue or they are both wrong.
Any help appreciated,
Thank you