Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8771277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:44:40+00:00 2026-06-13T17:44:40+00:00

I have a very simple question. I have been trying to export a set

  • 0

I have a very simple question. I have been trying to export a set of data (2 columns) from a data-layer that is currently being used on a graph. What I am trying to accomplish is, to obtain the data enclosed in that graph and present it in an excel or csv spreadsheet as data (not the actual graph). I want to know if this is possible without creating a separate data table and linking the export to that. I have tried multiple Action.Export to accomplish this, but I am at a point where I’m not sure if it can be done.

I appreciate any help I might get. Thank you!

UPDATE: This is the modifications I made to your report David, to recreate my issue:

 <Body>
<Dashboard2 SaveFile="@Function.AppPhysicalPath~\SavedDashboards\Dashboard.xml" DashboardAdjustable="True" AllowFreeformLayout="False" DashboardTabs="True">
  <Panel ID="pnl1" Caption="pnl1" MultipleInstances="True">
    <PanelContent>
      <Division ShowModes="rdExportCsv" ID="divTable" IdeDisplayStatus="Collapsed">
        <DataTable ID="table">
          <DataLayer Type="Static" ID="dlStatic1">
            <StaticDataRow columnA="Test 1" columnB="100" />
            <StaticDataRow columnA="Test 3" columnB="110" />
            <StaticDataRow columnA="Test 2" columnB="105" />
            <DataLayerLink ID="linkData" />
          </DataLayer>
          <AutoColumns />
        </DataTable>
      </Division>
      <Division ID="divChart" ShowModes="rdBrowser" IdeDisplayStatus="Collapsed">
        <Chart Type="XY" ChartDataColumn="columnB" XYChartType="Bar" ChartHeight="260" ChartWidth="400" ChartLabelColumn="columnA">
          <DataLayer Type="Linked" LinkedDataLayerID="linkData" />
        </Chart>
      </Division>
      <Button ID="ExportCSV" Caption="Export CSV" IdeDisplayStatus="Collapsed">
        <Action Type="CSV">
          <Target Type="CSV" ExportDataTableID="table" />
        </Action>
      </Button>
    </PanelContent>
  </Panel>
</Dashboard2>

After clicking the export button, it exports to a CSV file, but with the error I mentioned in the comments below. Any ideas? Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:44:41+00:00Added an answer on June 13, 2026 at 5:44 pm

    Yes, you will need to create a separate data table to export columns as Excel or CSV. The reason being, the Logi engine uses the column attributes to instruct the export behavior correctly (eg. width, data type, data formatting, etc). The table you build doesn’t need to be displayed in your interactive version of the report, however. You can use “ShowModes” to show the chart during the web output, and use the table for the exported content. Also, you can use “Linked” datalayers to populate both the table and the chart, so that your query or other data source call only needs to be executed 1 time.

    Here’s a simple example, using both concepts- LinkedData Layers and ShowModes

    <Body>
      <Division ShowModes="rdExportCsv" ID="divTable">
        <DataTable ID="table">
          <DataLayer Type="Static" ID="dlStatic1">
            <StaticDataRow columnA="Test 1" columnB="100" />
            <StaticDataRow columnA="Test 3" columnB="110" />
            <StaticDataRow columnA="Test 2" columnB="105" />
            <DataLayerLink ID="linkData" />
          </DataLayer>
          <AutoColumns />
        </DataTable>
      </Division>
      <Division ID="divChart" ShowModes="rdBrowser">
        <Chart Type="XY" ChartDataColumn="columnB" XYChartType="Bar" ChartHeight="260" ChartWidth="400" ChartLabelColumn="columnA">
          <DataLayer Type="Linked" LinkedDataLayerID="linkData" />
        </Chart>
      </Division>
      <Button ID="ExportCSV" Caption="Export CSV">
        <Action Type="CSV">
          <Target Type="CSV" ExportDataTableID="table" />
        </Action>
      </Button>
    </Body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of data that has been displayed as just a simple
I have a very simple question, How can I get the POST values from
I have a very simple question. Trying to figure out what is the simplest
I have a very simple question. I have a program that accepts an integer
I've been trying to make a parser for a (very) simple language that looks
I have been trying PyMC these days, and I wrote a very simple mcmceasy.py.
I know this is a very simple question but I have been struggling with
I have a question that I've been trying to answer for some time now
Very simple question that I've been having trouble answering. In Windows XP and Server
This may be very simple question but I have been looking around for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.