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:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5205
People Online:
Visitors:
375
Members:
0
Total:
375
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson Smart Office
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor CloudSuite
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:39 PM
Hi, I need help with an error on syteline while us
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
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
1369
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
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
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
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
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
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
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
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
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
You are so generous to help me with this.
Thank you very much.
Please
login
to post a reply.