How to extract a report name in a generic way using jsl
Hi, I would like to extract the report name using jsl. The script posted below is able to do so, but not for all types of reports. For example: I am able to extract the correct report name for a Graphbuilder report, but not for a Fit Manova report.This results in an error: "Name Unresolved: rescript in access or evaluation of 'repscript', repscript/*###*/" Is there a solution to make this script m...