Placing Other Functions Within Exp

If a function returns a single numeric value, you can nest the function within the Exp function. However, if you nest a function that contains a String argument, you cannot surround the String with quotation marks. In this example, the NumBase function is nested in the Exp function, and its String argument is not surrounded by quotation marks.

HS.Exp "A#SalesAlloc = A#Sales/HS.Entity.NumBase(Regional)"