I have a variable which I've named $TotalRecords$, and another variable which is a subset of $TotalRecords$ which I've named $ExistingFields$
If I calculate $(ExistingFields/TotalRecords) * 100 = x$
What are some naming conventions for the result of that ratio which can be used in place of $x$?
PercentageExistingis about the best I can suggest from the little information here. Or if you don't mind really long names,PercentageOfTotalRecordsWithExistingFields. – Paul Sinclair Oct 31 '19 at 23:09