02-14-2013 01:28 PM
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!
Solved! Go to Solution.
02-15-2013 01:15 AM
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