While executing the Automation task 'Open Analysis from Library' with Configuration Block followed by the task 'Export Reports to PDF', the PDF is not exported with the filtered and marked data as directed in the Configuration block.
For example, if we pass the following configuration block, the PDF will be exported with complete and unmarked data.
SetFilter(tableName = "ListOfFiles", columnName = "TITLE", values = "root"); SetMarking(tableName = "ListOfFiles", whereClause = "TITLE ='root' ");