‎2025 Feb 12 8:11 AM - edited ‎2025 Feb 13 5:56 AM
Hi All,
With my simple report, I only have parameters: ReportDestinationCSV adn ReportFormatCSV.
SELECT
s.STUD_ID,
s.NOTACTIVE,
s.LNAME as LAST_NAME,
s.FNAME as FIRST_NAME,
s.DMN_ID as DOMAIN,
s.EMAIL_ADDR as EMAIL
FROM
PA_STUDENT s
LEFT JOIN
PA_INST i ON s.STUD_ID = i.INST_ID
WHERE
i.INST_ID IS NULL
/** AND [security:pa_student s] **/
According to Using Plateau Report Designer | SAP Help Portal: "Update the Plateau comment to include the new Report Parameter. Note: Make sure the security line is the last line of the Plateau Comment."
This sql can work without problem in Preview Results in Plateau report designer and also in html, but failed when run in SAP SF LMS. Therefore, I can only suspect I did not add security line in my Plateau Report properly? Kindly share your experience, thank you!
Best, Jessica
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 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.