Beginners questions

MiKaZa

New Member
I've some little problems with Actuate Developer Workbench.

I've just started with this tool and now I'm having these questions:

1) I see at ValueExp [GiveNumber]. But I can nowhere find what GiveNumber is and what it does. Is this a formula? And if it is a formule how can I see/edit it?
2) I see at ValueExp iif(par4)............. What is par4?
 

Peter Headland

New Member
I've some little problems with Actuate Developer Workbench.
Wow - that's an ancient product!
ValueExp [GiveNumber]
ValueExp is an expression property. GiveNumber is a column in your query. Query columns in expression properties are denoted by square brackets.
What is par4?
Judging from the name, it's a parameter. Probably a global parameter (which behaves like a global variable).
 
Top