Hello,
I have two ReportNet questions that are keeping me from completing my first report.Ã,Â
1)Ã, Does anyone know how to add the ID of the User running a report to the footer of the report?
2)Ã, Does anyone know how I can default the current year on a prompt.Ã, As far as I can see I have to put a specific value as a prompt default.Ã,Â
Your input will be appreciated.
Thank You,
Katerina
Add a calculation field with this macro:
#sq($account.personalInfo.userName)#
If you want to place it anywhere on your page I believe you will have to associate the Page with a QUERY or some sort.
1. You could once a year set a prompt value.
2. You could do the same with a piece of SDK code running at 00:00:01 on 01/01
3. You could write a small JavaScript and insert it as HTMLItem into the prompt page.