Categories > TinyButStrong general >

3 conditions in one

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: ret
Date: 2003-11-23
Time: 11:29

3 conditions in one

Hello.

[blk.test;if [val]=1;then 'Yes';if [val]=0;then 'No';if [val]=-1;then 'N/A']

something wrong? It doesnt work.
By: Skrol29
Date: 2003-11-23
Time: 14:38

Re: 3 conditions in one

Hello,
You can have only one 'If' parameter.
By: ret
Date: 2003-11-23
Time: 16:42

Re: 3 conditions in one

my be there is any way for 3 values comparing?
By: Skrol29
Date: 2003-11-23
Time: 23:40

Re: 3 conditions in one

For me, the best way is to use a event function for this field.
An event function is called by using the onformat parameter.