I currently have a app that pulls from a SharePoint List. I have a % complete column that displays on the gallery. Below is the code I am using to display the percentage. Is it possible, if there is no entry given in the column, the text "N/A" appears in the gallery rather than just a % symbol?
Text(ThisItem.'% Complete'*100, "#%")