Hello all,
I want to use document generator to make annual compensation letters. Leadership wants the compensation dollar amounts to be formatted within paragraphs, which makes a traditional fillable form a little challenging when I need to be super precise about being in line with the rest of the paragraph. They want one of the paragraphs to read:
"For FY 2026, your compensation will be: Base Salary of $XXX,XXX.XX, Supplements of $XX,XXX.XX and Administrative B of $XXX,XXX.XX, for a total contract salary of $XXX,XXX.XX."
I created a column with the following formula, hoping to capture the paragraph above:
="For FY 2026, your compensation will be: Base Salary of " + [Base Contract Salary]@row + ", Supplements of " + [Total Supplemental Compensation]@row + " and Administrative B of " + [Administrative B]@row + ", for a total contract salary of " + [Total contract salary]@row + "."
However, the problem that I run into is that the currency formatting is not retained, even if I remove it on the original column and type in my dollar sign and commas manually.
Is there an alternate formula that I can use to accomplish this, or would it best be done by changing my PDF formatting? The other problem is that not everyone has each type of compensation, and it is much easer to adjust the above formula for the outliers rather than create additional Generate PDF automations for each possible combination.