Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Display the user ID iin report headings
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Jeovanni
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
5287
People Online:
Visitors:
502
Members:
0
Total:
502
Online Now:
New Topics
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Display the user ID iin report headings
Please
login
to post a reply.
9 Replies
0
Subscribed to this topic
22 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
mikeP
Veteran Member
Posts: 151
6/11/2010 2:46 PM
Does anyone know a way to display the user's Lawson acount name in reports run from an LBI server? This can be handy in a report heading when you're trying to determine the origins of a printed page at a later date.
There a CR function called CurrentCEUserName, but it only works with Crystal Enterprise, which our provider doesn't have. I was hoping someone else may have developed a workaround for this.
Thanks,
Mike
.
Char
Veteran Member
Posts: 62
6/11/2010 5:05 PM
Split
Mike:
The function is called @CurrentUser and you can create a parameter in crystal and make it hidden and not prompted and put @CurrentUser in the value then drop the paramter in the header.
Char
mikeP
Veteran Member
Posts: 151
6/11/2010 5:29 PM
Split
Thanks Char.
I created a test report in CR 2008, ver 12.3.0.601 with a single parameter and placed it on the report. I don't see an option in CR Edit Parameters or the LBI Maintain Parameters page to hide it, other than an option in the CR Edit Parameters form to prevent it from displaying on the Viewer panel
In CR, I tried a defailt value of @CurrentUser, but that just prints "@CurrentUser" on the report.
Can you tell me a bit mpre about how to set this up?
Thanks,
Mike
.
Char
Veteran Member
Posts: 62
6/11/2010 5:44 PM
Split
In LBI, you edit the parameter on the maintain parameters screen -( I'm not VPN'd to a client with LBI at the moment so forgive me if my wording is a litttle off). There are two settings you need to change, one is hidden and one is prompt - set these to hidden = true and always prompt = false. In the Default Value on this screen, you put @CurrentUser. I use it to control row level security within all of their reports..
mikeP
Veteran Member
Posts: 151
6/11/2010 7:06 PM
Split
Thanks Char, got it working.
It turns out that this technique only appears to work if you do not check the "Use Crystal Parameter Page" box on the report's Maintain Parameters form in LBI. We do check that box for a couple reasons, but primarily because if we don't, default parm values from the report don't appear, only defaults configured in LBI.
The main problem is those LBI defaults disappear when a report is republished, and need to be set again in LBI after each republish operation. Some of our reports have many parms with defaults for various account number segments and range limits, and it would be a huge PITA to try to have to recreate the defaults exactly after every republish.
Has this been an issue for you, and have you found any way around it?
Thanks,
Mike
.
Char
Veteran Member
Posts: 62
6/11/2010 7:29 PM
Split
What I do is to delete the parameters from the LBI maintain parameters screen except for the one parameter that is hidden that passes the UID to the report so the user then get's the Crystal prompted parameters for the others.
mikeP
Veteran Member
Posts: 151
6/11/2010 7:40 PM
Split
I would not have thought of that in 1K years!
Thank you very much for your help.
Mike
.
Donna
Veteran Member
Posts: 110
9/29/2010 4:36 AM
Split
Char,
I read your post on @currentuser in the select statement. I have the field populating in the page header but I would appreciate an example of select statement with @CurrentUser. What bursting option would you choose from the LBI list?
This will save many hours if I can get it to work.
Thank you.
Char
Veteran Member
Posts: 62
9/29/2010 7:41 AM
Split
I chose not to use LBI "bursting" - this client is quite large and the amount of effort required to maintain the security schema within LBI would have required a lot more work than what I implemented. In their case, they secure reports by cost center and I created a script that runs each night an populates a table that draws the correlation to a User ID and the cost center(s) they see. I join this table to the other reporting tables and in LBI, I create a parameter called user ID, set it to not prompt and be hidden with the default @CurrentUser. On the maintain parameters screen, I append {Table.Field} = ?UserID.
Donna
Veteran Member
Posts: 110
9/29/2010 2:51 PM
Split
You are so generous to help me with this.
Thank you very much.
Please
login
to post a reply.