2024 Mar 31 12:15 AM - edited 2024 Apr 01 1:08 PM
Hi all, I want to create a report in Plateau Report Designer, where one columns contains the direct link to a class. I know the logic to build a direct link. I can identify the class id and I know the strings, which I have to add before and after the class id.
This even works in the preview in PRD, but the report fails in Success Learning. Since the concat function basically works, I assume that the strings before and after the class id create the problems. Maybe it is the special characters inside, maybe they are too long.
Do you have a workaround for that? How can I create a PRD with direct links to classes?
Thanks a lot, Uwe
Request clarification before answering.
Hi,
I tested more:
This is my actual sql:
Select
'https://performancemanager5.successfactors.eu/sf/learning?destUrl=https%3a%2f%2fdeutschel%2eplateau%...' || a.schd_id || '%26fromSF%3dY&company=Lufthansa' as direct_link,
This select works perfectly fine in PRD, but after importing to SF, the report fails.
So I played around
Select
'Tom' || a.schd_id || 'Bill' does not fail in SF LNR
'Tom?' || a.schd_id || 'Bill' does fail in SF LNR
So I assume it is the question mark that causes the failure.
Any idea how to work around this?
Brgds., Uwe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
class IDs will always be numeric, maybe add that type validation first?
You may also want to post in our New Learning Custom Report Exchange Group
User | Count |
---|---|
15 | |
9 | |
7 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.