Export Data Store Entity To Excel

HI All,

I am working on 19.3 and have a requirement where I need to filter data from from the view based on the condition that are provided by user and then have to export it to excel.

The total no of column are 59 hence single node of Write Datastore Entity to excel is getting failed.

I tried using the same smart node twice where first node have selection of first 50 fieldsand starting cell value as "A1" and 2nd node have selection for remaining fields and starting cell as "AY" i.e 51st column.

When I am debugging the process the document obtained has only last node column.

Is there anyway by which we can get all the 59 in columns in one sheet of the excel by using Write "Datastore Entity To Excel Smart Service"

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to DaveMC

    Hi Dave/Mike,

    I tried here but unable to frame the query.

    i have one process variable pv!filter of type : 'type!{urn:com:appian:types}filter'('ab','ac','ad','ae','af')

    Table:"ABC" have column ab, ac, ad ae, af which needs to be queried if user passes some values in the filter

    i.e if user give some filter i.e ab=12 and ac=23 then only these filters should be applied or if no value is passed then overall data should be queried.

    It would be great if you can help me to frame the the SQL with just 2 filter value

     

Children