setsystemval in Quiz
Kogan, Arthur
Arthur.Kogan@cognos.com
Wed, 11 Feb 1998 19:48:53 -0500
I wonder... I have not actually tried this, but it may work.
define x = 1 if ((<your condition>) AND (setsystemval...))
logic would say that if the first condition is false, there is no need
to evaluate the second.
Try it and see.
Regards,
> Arthur Kogan COGNOS Customer Support
> e-mail: Arthur.Kogan@cognos.com
phone: 61-2-94376655 fax: 61-2-94381641
The difficult we do immediately,
the impossible takes a little longer.
> ----------
> From: WITKOPP@idt.com[SMTP:WITKOPP@idt.com]
> Sent: Thursday, February 12, 1998 3:15 AM
> To: powerh-l@lists.swau.edu
> Subject: re: setsystemval in Quiz
>
> Nope, that's not conditional. It will define it
> always.
>
> > I think you should be able to do it in a DEFINE statement. Eg.
> >
> > DEFINE x = 1 IF SETSYSTEMVAL(symbolname,value)
>