Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Livelink Report Paramaters
Peggy_Liang
Looking for more info on report parameters. Would like to modify the list to add fields such as user lastname, firstname, today's date etc....Would like to replace the user id with login name on report title and add the current date to the title.
Find more posts tagged with
Comments
Alex_Kowalenko_(akowalen_(Delete)_2285456)
Which list? Input Type or Param?Note that the user lastname and firstname can be retrieved from the KUAF table for the current user (UserID) in param. Today-Start in param is today's date.The LiveReport title can only reflect user input (as %1, %2, etc. which is not the same as %1, %2, etc. for params). The title cannot show SQL select fields or param values. Custom programming would be required to add other items to the title.