The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 howto create template with LABTALKscript

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Steve Dreger Posted - 09/29/1998 : 7:38:00 PM
I wanted to create a template of an Column Graph including a Status-Panel that gives information of the sum and average of all shown bars etc. But the script that is attached to this panel needs the name of the worksheet the graph belongs to.
So when I use this template to create a graph of any worksheet, the panel-script won't work until correcting the wks.-name in the script.
If you know an global variable or an object-property which contains the worksheet- name of a graph I would be grateful for every tip.
here is my actual panel script: (How can I extract the WORKSHEETNAME of an graph)

---------------------------------------------
sum ([WORKSHEETNAME]_B);
myPanel.v1=sum.total;
myPanel.v2=sum.total/[WORKSHEETNAME]!Wks.maxRows;

Steve Dreger

1   L A T E S T    R E P L I E S    (Newest First)
paulwel Posted - 09/30/1998 : 7:10:00 PM
Steve, maybe this is something:

when using the layer -c command, all dataset names plotted will be put into the %Z variable.

good luck
Paul van der Wel


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000