-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement link to ODXL export of participant details as xlsx #1
Comments
Hallo Gregor, I have added 3rd IconTabFilter to list the registered participants. While I am trying Implement link to ODXL export, I have encountered the following problem while trying to activate ODXL Sample Application. CA_USER_TABLE_COLUMNS_001.calculationview on HCP Trial HANA MDC as "_SYS_BI"."BIMC_DIMENSION_VIEW" does not exist. if you like I will implement CSV export as in the following example application from https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.TableExport/code |
Hi Gmahi, thank you for taking this up. I've added you to the repositories. Please commit your addition for the 3rd Tab showing the list of participants as soon as possible. Regarding the issue with the ODXL application: That is a known issue with HANA MDC on HCP Trial which I've already field. But you should be able to use the export anyway. Only the sample app will not work. Please don't invest time into CSV. I hate it as it will cause all kind of problems when importing into Excel. |
Hi Gregor, Push request failed__https://github.com/sapmentors/SITregOrganizer.git With best Regards, On Thu, Aug 4, 2016 at 10:25 AM, Gregor Wolf [email protected]
Mit freundlichen Grüssen Mahendra Gulla +49 1627327599 |
Hi Gmahi, have you accepted the GitHub invites I've sent? CU 2016-08-04 19:32 GMT+02:00 gmahi [email protected]:
|
Hi Gregor, |
Hallo Gregor, I have added 3rd IconTabFilter to list the registered participants. While I am trying Implement link to ODXL export, I have encountered the following problem while trying to activate ODXL Sample Application. CA_USER_TABLE_COLUMNS_001.calculationview on HCP Trial HANA MDC as "_SYS_BI"."BIMC_DIMENSION_VIEW" does not exist. if you like I will implement CSV export as in the following example application from https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.TableExport/code |
Hallo All, Could you please let me know, where I am going wrong .
|
Hi Mahendra, you have to provide the View or Table name in the URL instead of the OData Service. In this case please use the View: com.sap.sapmentors.sitreg.odataorganizer.procedures::ParticipantsRead and for the export you have to filter by the EventID. Best regards |
Hi Gregor,
|
Hi Mahendra, I don't want to distribute odxl in SITreg. So please install odxl in: system-local/public/rbouman/odxl then the request for (CSV): /system-local/public/rbouman/odxl/service/odxl.xsjs/%22SITREG%22/%22com.sap.sapmentors.sitreg.odataorganizer.procedures::ParticipantsRead%22?$filter=%22EventID%22 eq 1&$format=csv&download=com.sap.sapmentors.sitreg.odataorganizer.procedures::ParticipantsRead.csv or: /system-local/public/rbouman/odxl/service/odxl.xsjs/%22SITREG%22/%22com.sap.sapmentors.sitreg.odataorganizer.procedures::ParticipantsRead%22?$filter=%22EventID%22 eq 1&$format=xlsx&download=com.sap.sapmentors.sitreg.odataorganizer.procedures::ParticipantsRead.xlsx should work. Best regards |
Hi Gregor, |
Hi @SbgMartin, |
Hi Gregor, |
Hi Gregor, I have deployed the app into HANA Cloud platform and tested, it is working. Is this you want me check or Should I import this app into HANA MDC and check it. |
OK, when you have it working with the export also as a deployed HTML5 app on HCP using the destination to do the export that's great. Then I have to check where the problem with the export in production comes from. |
I've tried it again on production and it works just fine. Thanks @gmahi |
Hi Gregor, Thanking you, On Thu, Sep 29, 2016 at 7:50 PM, Gregor Wolf [email protected]
Mit freundlichen Grüssen Mahendra Gulla +49 1627327599 |
The event details should contain a link to export the list of participants with all details als xlsx (Excel) using ODXL.
The text was updated successfully, but these errors were encountered: