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
 set column values, how to select only a few rows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

profmush

1 Posts

Posted - 03/21/2011 :  6:34:58 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi, I was wondering if anyone could help me with this.
I would like to set column B to only show values from 4th row to 30th row from col(A) instead of the whole rows.

I tried doing this from setting column value, and type in the row number at the the top of the box. However, when I move to the next row, the numbers will disappear. Is there another way to set it?

Sam Fang

291 Posts

Posted - 03/22/2011 :  06:04:51 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I can't reproduce your problem "when I move to the next row, the numbers will disappear." in Origin8.5.

What's your Origin's version?

You can run LabTalk script in Command window. e.g.
------------------------------------------------
range rb=col(B)[4:30];
range ra=col(A)[4:30];
rb=ra;
------------------------------------------------

Sam
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