Hi ,
Anybody could help me to write the following statement in CR10
That was ma table content
Org.OrgID Org.Org Name Org.Course Org.Time
1145 MATH_DPT MATH 03/13/05
1146 PHYS_DPT PHYS 03/26/05
1147 BIOL_DPT BIOL 3/23/05
1149 MATH_DPT MATH 03/23/05
i want the result MATH et MATH_DPT in my page header in that format
Class1 Class2 Class3
Org.OrgID MATH_DPT
Org.Org Name
Org.Course MATH
i want to parameter ma date , write a function Extract and call that function in my report
Anybody could help me to translate my desires in CR10 formula ?
Header function should be like :
Function Extract(stringvar topic,stringvar res,datevar day,)
Body function should be like :
if {Org.Course}=topic and {Org.Date}=day then return(res)
else return("") ;
And execute the function :
Extract('MATH',{?d_date}, {Org.OrgID})
Thx !
Anybody could help me to write the following statement in CR10
That was ma table content
Org.OrgID Org.Org Name Org.Course Org.Time
1145 MATH_DPT MATH 03/13/05
1146 PHYS_DPT PHYS 03/26/05
1147 BIOL_DPT BIOL 3/23/05
1149 MATH_DPT MATH 03/23/05
i want the result MATH et MATH_DPT in my page header in that format
Class1 Class2 Class3
Org.OrgID MATH_DPT
Org.Org Name
Org.Course MATH
i want to parameter ma date , write a function Extract and call that function in my report
Anybody could help me to translate my desires in CR10 formula ?
Header function should be like :
Function Extract(stringvar topic,stringvar res,datevar day,)
Body function should be like :
if {Org.Course}=topic and {Org.Date}=day then return(res)
else return("") ;
And execute the function :
Extract('MATH',{?d_date}, {Org.OrgID})
Thx !