DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

CurveSnippet referenced on another REPORT sheet

Solved!
Go to solution

Hi All,

  Does anyone know of a way to reference a curve snippet on another sheet in a DIAdem report?  Basically I've got a chart on one sheet and the legend in a table on the next sheet.  I need to show a curve snippet for each entry in the legend but I cannot make it work with the chart being on the other page.  When the legend is on the same sheet as the chart it works.  Even if I copy the working table from the chart's page to the other page the snippets disappear.  The code that works when the table is on the same page as the chart is:

 

D2TabTextList(1, j) = "@@CurveSnippet(""2DAxis1"", """&j&""", 20)@@"

 

And my attempted code to reference from the legend page, which is not working is:

 

D2TabTextList(1, j) = "@@CurveSnippet(Report.Sheets(""Summary (cont.) 2"").Objects(""2DAxis1""), """&j&""", 20)@@"

 

Thanks in advance for your help!

0 Kudos
Message 1 of 2
(4,992 Views)
Solution
Accepted by topic author GT_Mark

Hi GT_Mark,

 

That's currently not possible. CurveSnippets are just working on the page where the axis system is defined.

What do you think about posting that request on the DIAdem Idea Exchange Forum?

 

Greetings

Walter

0 Kudos
Message 2 of 2
(4,981 Views)