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
 Column atributes

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
Bouncetwice Posted - 05/16/2013 : 08:45:31 AM
Hello,
I am new to this tool so i have one column with values.
And another one where i want to put half value from the first column but only for numbers (< 480)
What i want to ask you is if i can do this only from the Set column values box or i need to make a function.
Thank you

dasda
3   L A T E S T    R E P L I E S    (Newest First)
meili_yang Posted - 05/17/2013 : 10:50:02 AM
You are welcome.

If you have any questions about Origin you can press F1, which will direct you to instructions to the current activity.

Have a nice day.


Meili
OriginLab
Bouncetwice Posted - 05/17/2013 : 02:39:43 AM
Thank you very much.
The problem was that i didn't knew this syntax for if else branch in origin.
Have a nice day

dasda
meili_yang Posted - 05/16/2013 : 12:41:35 PM
Hi,

There are multiple ways to that. You can use conditional operator to set column value. For example to use col(A)/2<480?col(A)/2:"". If col(A)/2<480 is true, then col(A)/2 becomes the value. Otherwise "" which is blank becomes the value. Besides, worksheet query extracts data with user-specified conditional expression. If you want to make a plot you can also mask the cells by conditions. Masked data can be differentiated or not shown in the graph. All of these should help.

In addition, Origin 9 supports data filter, a very easy way to filter large datasets by different conditions.

Regards,


Meili
OriginLab

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