i need to build a crosstab manually and use a function to extract some values by class1 , class2, class3 .i don't want to use the select record option from CR.
my table structure is like
table Org {OrgID , Org_Name , Org_Course ,Org_Time, Org_class}
I hope this time i'm clear, now !
i sorry if you are lost. For sure when we 're coding there is no Header, Body or Footer of a function. i mentioned those only to get a better idea of what could be my function from the start to the end.
And of course, 'EXTRACT' is the function i want to create even if there is a severe...
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...
Hi ,
Thank you again for your help !
In other way how come i could write that function extract in CR10, where {?d_date} is a field parameter valid on the data of my report :
Function Extract(stringvar topic,stringvar res,datevar day,)
begin
if {Org.Course}=topic and {Org.Date}=day then...
Hi
Thank you for your help but i have one other question.
the fact is i wanted to create a function that let me print the result whatever the input parameter i provide on the same report and i can just paste the formula by changing the input data.
Doing like that
{Org.Course}='MATH' and...
Hi all ,
I have my table like that i can print from sequel console.
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 03/13/05
1148...
Hi all ,
I have my table like that i can print from sequel console.
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 03/13/05
1148...
Hi all,
Is there possible to make a select record in CR10 by that way :
@selRecord
if table.status = "OK" and date(table.date) = "10/25/05"
then print table.location
else "" ;
What is wrong with that function 'cause it prompts me an error and don't show the expected result.
Any help !
Thx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.