Need to export the displayed report to excel

Team,

I have a portal report. i need to display it in the tempo screen by applying filters in the screen which i did using getportaldatasubset() rule. But i have a requirement where i need to export the displayed report to excel, i tried the same by using the rule!getdatasubsetdownloadlinkfromrule() but it doesn't work. Can you please suggest me the solution for this?

Thanks,
G.Manikandan

OriginalPostID-161534

OriginalPostID-161534

  Discussion posts and replies are publicly visible

Parents
  • @manikandang Hi, as the plugin expects the datasubset data type, it might be worth trying the following approach:

    Step - 1: Query the analytics using getportalreportdatasubset()/ a!queryProcessAnalytics()
    Step - 2: Convert the obtained data into a simple label value pair, similar to cdt format.
    Step - 3. Apply the todatasubset over the data obtained in Step - 2.

    Hope the above approach gives you leads to conver the analytics data into datasubset.
Reply
  • @manikandang Hi, as the plugin expects the datasubset data type, it might be worth trying the following approach:

    Step - 1: Query the analytics using getportalreportdatasubset()/ a!queryProcessAnalytics()
    Step - 2: Convert the obtained data into a simple label value pair, similar to cdt format.
    Step - 3. Apply the todatasubset over the data obtained in Step - 2.

    Hope the above approach gives you leads to conver the analytics data into datasubset.
Children
No Data