Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
27 replies
Subscribers
4 subscribers
Views
49039 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Export to Excel
rajivr
Certified Associate Developer
over 7 years ago
My issue is:
I want to export may be one to two lakh of records in to an excel at a time. But i am not able to achieve this because the tool is not able to do so. So i had gone for batching(8000 records per batch) in exporting the same. Any alternatives on this?
Thanks in advance.
OriginalPostID-263138
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 7 years ago
@chitrarekhas not sure but we can try following:
1) Make the report drillable
2) On drill call an interface which will invoke a web-api on load() (using Expression Rule)
3) Use this Web-API to invoke a process model
4) create 2 parameterized process variable, one for, where condition input for SQL as drillable and another as Integer for returning DocumentID
5) Use Export SQL to Excel Smart Service
6) get the generated Document ID as Response
7) and populate the document using toDocument(documentId) under the above Interface (Which appeared on drilldown)
8) Use the above document under documentDownloadLink
Have a try on this, hope this will work out, please let me know whether this worked or not
Thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 7 years ago
@chitrarekhas not sure but we can try following:
1) Make the report drillable
2) On drill call an interface which will invoke a web-api on load() (using Expression Rule)
3) Use this Web-API to invoke a process model
4) create 2 parameterized process variable, one for, where condition input for SQL as drillable and another as Integer for returning DocumentID
5) Use Export SQL to Excel Smart Service
6) get the generated Document ID as Response
7) and populate the document using toDocument(documentId) under the above Interface (Which appeared on drilldown)
8) Use the above document under documentDownloadLink
Have a try on this, hope this will work out, please let me know whether this worked or not
Thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data