0

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$?

  • You would get how many procent are the existing ones of the whole – Vinyl_cape_jawa Oct 31 '19 at 16:27
  • @Vinyl_cape_jawa Right, so how/what would you name that result(using the example variables I provided), following the naming conventions/standards? – GreenFerret95 Oct 31 '19 at 16:35
  • Naming conventions are dependent on your situation, it is not a mathematical thing. And it is not something that people who don't know your situation are going to be able to help you with. PercentageExisting is 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

0 Answers0