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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Using: Set Column Values
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

carsten

Switzerland
78 Posts

Posted - 04/24/2008 :  03:56:15 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin):
Operating System:

I try to calculate the difference of two columns using the button 'Set Column Values'. Each of the two columns which should be subtract are in different sheets. The resulting column itself belongs to a third sheet. All sheets belong to the same Book. I tried the following: the 'result-column' was activated and within the 'Set Column Values' window applied the string

[Book1]Infratek!col(Irms) - [Book1]Oszilloskop!col(Irms)

However, this procedure does not work. What is wrong?

Carsten

larry_lan

China
Posts

Posted - 04/25/2008 :  04:09:46 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Origin 8 doesn't support the full range calculation. We may implement it in the later version. However, you can define a range variable in the "Before Formula Scripts":

range aa = [Book1]Infratek!col(Irms);
range bb = [Book1]Oszilloskop!col(Irms);


and then use these range variables on the Set Column Value dailog

col(c) = aa - bb;


Thanks
Larry
OriginLab Technical Services
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000