Hi,
I need to display percentage based on gallery label text value, please refer below screen for your better understand
I need to display 35%....in selected text input based on Textinput3_1.Text from gallery.
Thanks

Hi,
I need to display percentage based on gallery label text value, please refer below screen for your better understand
I need to display 35%....in selected text input based on Textinput3_1.Text from gallery.
Thanks
Please follow these:
Insert an icon inside the Gallery5 and OnSelect put:
Set(valueInGallery,ThisItem.Scenario1)
Then In the Textbox for the Percentage:
Text(valueInGallery/Sum(Gallery5.AllItems,Scenario1)*100,"####")&"%"
------------
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.