contact
support
Download
order
news
AGG Software Forums
November 10, 2024, 08:31:57 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome on our forum!
Home
Help
Search
Login
Register
AGG Software Forums
>
Online Help Center
>
Data loggers and plug-ins
>
Expressions Plugin
Pages: [
1
]
« previous
next »
Print
Author
Topic: Expressions Plugin (Read 14782 times)
suprsnipes
Jr. Member
Karma: +0/-0
Posts: 19
Expressions Plugin
«
on:
June 02, 2009, 07:34:01 AM »
Hi,
As I am not familiar with the correct terminology I am having some trouble using the expressions plugin and I was hoping to get some help.
This is what I am trying to achieve.
I want to show true or false if the following Variable is met.
Conditional: IIF
Variable: TYPE
Operator: =
in this case IIF(`TYPE`='N',true,'false')
I have also tried it like this;
IIF(TYPE=N,true,false)
But can't seem to get it to work. If you can please provide an example with my variables above so I can get this working...
Logged
Arthur Grasin
Tech. Support
Administrator
Hero Member
Karma: +0/-0
Posts: 806
Re: Expressions Plugin
«
Reply #1 on:
June 02, 2009, 07:49:14 AM »
Please, try
RESULT = IIF(TYPE='N','Y','N')
Please, note, that IIF function can't return a value with the boolean type. You should change your expression to
RESULT = (IIF(TYPE='N','Y','N') = 'Y')
or simplify it
RESULT = (TYPE='N')
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
News & Feedbacks
-----------------------------
=> News and Updates
=> Site Comments
-----------------------------
Online Help Center
-----------------------------
=> Advanced Serial Port Monitor
=> Data loggers and plug-ins
=> Data loggers ActiveX
=> Advanced USB Port Monitor
=> Virtual Null Modem
=> Software for DNC and CNC
=> Other questions
-----------------------------
Development
-----------------------------
=> Feature Requests
Loading...