Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables within a group...

Status
Not open for further replies.

Goha

IS-IT--Management
May 9, 2002
91
US
I am trying to declare a variable within a group and is giving me ane error that reads the following: a number, currency amount, boolean or string is expected here

This is how I declare it

in group1 header:
formula @po:
numbervar on := 0;

in details:
@poweron:
if {Viewlog.msg_type} = 213 then
on := on + 1;


Thanks in advance..........
 
You still have to declare the "on" variable in your detail formula (even if you originally declare and set it in the group header)

Lisa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top