on 2023 Dec 13 8:26 AM
Hi all,
everytime I am adding new columns to any LMS standard report and make the necessary changes in the SQL query, I am uploading the new report onto my instance and then some columns like "Title" are cryptic and dont show the original course title anymore. What am I missing?
Kind regards
Request clarification before answering.
Fields like item title are referenced to the language in your preferences.
Because of this, you need to add a little extra code to the output field in the report.
In the binding data for the cell, look in the expression field.
Example: The title will look like dataSetRow["CPNT_TITLE"]
But it should be like this:
reportContext.getMessage(dataSetRow["CPNT_TITLE"], reportContext.getLocale())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
7 | |
3 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.