Hello all,I have a requirement to download three unique datasubsets (forming thr

Hello all,I have a requirement to download three unique datasubsets (forming three grids on a report) into a single excel report sheet with sub headings. Is it possible to pass in all three datasubsets via rules into the ExportableDataSubset (Download DataSubset to Excel) or other Rule that might be present in the plugin?
Thanks,Bindu

OriginalPostID-177035

OriginalPostID-177035

  Discussion posts and replies are publicly visible

  • You can use export to Excel V2 plugin and specify the data to be written along with the sheet number (if you want to write them in different sheets). Use Export CDT to Excel smart service.
  • thanks Sathya, I thought this plugin didnot work with tempo reports. I Will try to download and use it.
  • I tied to install this plugin but am getting this error on server startup and plugin cannot be installed.
    SEVERE: Error loading plugin or descriptor: /SERVER/suite/suite.ear/lib/com.appiancorp.analytics.excel_exportv2-3.1.jar!/appian-plugin.xml
    java.lang.NumberFormatException: multiple points
    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)
    at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
    at java.lang.Float.parseFloat(Float.java:451)
    at com.atlassian.plugin.parsers.XmlDescriptorParser.createPluginInformation(XmlDescriptorParser.java:277)
    at com.atlassian.plugin.parsers.XmlDescriptorParser.configurePlugin(XmlDescriptorParser.java:138)
    at com.atlassian.plugin.loaders.SinglePluginLoader.loadPlugin(SinglePluginLoader.java:135)
    at com.atlassian.plugin.loaders.SinglePluginLoader.loadAllPlugins(SinglePluginLoader.java:89)
    at com.atlassian.plugin.loaders.ClassPathPluginLoader.loadClassPathPlugins(ClassPathPluginLoader.java:59)
    at com.atlassian.plugin.loaders.ClassPathPluginLoader.loadAllPlugins(ClassPathPluginLoader.java:67)
    at com.appiancorp.plugins.loaders.PluginVersion2DefaultLoader.loadAllPlugins(PluginVersion2DefaultLoader.java:48)
    at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:147)
    at com.appiancorp.plugins.AppianPluginManager.init(AppianPluginManager.java:77)
    at com.appiancorp.plugins.AppianPlugins.start(AppianPlugins.java:212)
    at com.appiancorp.plugins.ContainerManager.<init>(ContainerManager.java:573)
    at com.appiancorp.plugins.PluginLoader.initialize(PluginLoader.java:67)
    at com.appiancorp.plugins.PluginLoader.contextInitialized0(PluginLoader.java:83)
    at com.appiancorp.common.AppianServletContextListener.contextInitialized(AppianServletContextListener.java:36)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:678)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
    at weblogic.servlet.internal.EventsManager.executeContextListener(EventsManager.java:243)
  • 1. What version of Appian are you using?
    2. Can you try using the attached version instead?

    com.appiancorp.analytics.excel_exportv2-3.1.jar

  • we have Appian 7.9 Eduardo. I will try to install this one.
    thank you.