Hi Zach,
Checking back in- I was able to finally add the 'QueryString.GetValue' to the report Parameter section. Not sure why it did not take, but I slowly went through the inteli-display as I typed in the macro and it finally worked.
Additionally- my implementation of Kentico locks down all users to specific job-types, titles, and unique viewing privileges so the user-base of the 'store' data is a tiny group of need-to-know staff only. However, I am working on handling a stored procedure for this to help increase protection from injection attacks.
Few things:
I used a custom form that would prevent data from being written to the form db-table
Form's General tab uses:
{% CurrentDocument.NodeAliasPath |(identity)GlobalAdministrator%}
... to point back to itself and makes it transposable.
Appreciate the follow-up... the biggest part of the puzzle was working on the Report Parameters section. After that was figured out it got a lot easier!
Best,
-Larry Lim