You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
vignesh1609
changed the title
_1","123") server.workbooks.populate_pdf(workbook,options)
View filters for pdf requestoption are not working i am getting pdf with filters which is applied during publishing. It would be good if you guide me to apply multiple filters pdf_req_option = TSC.PDFRequestOptions(page_type=TSC.PDFRequestOptions.PageType.A4,orientation=TSC.PDFRequestOptions.Orientation.Landscape) pdf_req_option.vf("P_Unit","ABCD") server.workbooks.populate_pdf(workbook,options)
Jul 8, 2020
bcantoni
changed the title
View filters for pdf requestoption are not working i am getting pdf with filters which is applied during publishing. It would be good if you guide me to apply multiple filters pdf_req_option = TSC.PDFRequestOptions(page_type=TSC.PDFRequestOptions.PageType.A4,orientation=TSC.PDFRequestOptions.Orientation.Landscape) pdf_req_option.vf("P_Unit","ABCD") server.workbooks.populate_pdf(workbook,options)
View filters for PDF request options are not working
Aug 17, 2020
They do not seem to be supported by the respective API endpoint at all but only the "Query View PDF" endpoint. For some reason however they share the same options object which does not properly fit either of them. Also see #1102
I am getting pdf with filters which is applied during publishing.
It would be good if you guide me to apply multiple filters
The text was updated successfully, but these errors were encountered: