EXport Recurring Report Cube by workflow | Community
Skip to main content
Luca_Lattarini
Level 9
March 14, 2022
Question

EXport Recurring Report Cube by workflow

  • March 14, 2022
  • 0 replies
  • 555 views

Hello guys,

 

I created a Cube Report and I want to send over by email.Any idea?

 

In the meantime, I created a workflow where I am using a JS code to export the Report like this

xtk.report.export(
"ssgEDM", // report name
<ctx
_context="global"
_reportContext="ssgEDM"
/>, // context
"XLS", // export format
"ssgEDM.xlsx", // filename
false // is ad hoc?
);

 

but I m getting the error below. Any suggestion?

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.