Export CDT to excel

I have a report where I need to add filters and a link to download the report as excel through a link...Have an interface and started the process through that interface ,used export cdt to excel smart service..But Iam unable to create the document...Getting activity class exception error

Can anyone help me out

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to RAHUL GANJI

    You can achieve all of them using this OOTB Smart Service. Following are the Input Parameters of this Smart Service which will help you:

    • Selection: Optional Parameter, you can define a!querySelection() to select only set of columns
    • Filters: Optional Parameter, you can define a!queryFIlter() / a!queryLogicalExpression() to define your filter conditions for extracting the rows

    Also, the output document of this smart service is an excel file.

    It would be worth checking this link.

    Hope this will help you.

Children