hi fellows,
I'm using the code below to upload a file, but now, I want to choose directory only... with this code below, u should choose a file... I dont wanna choose a while, i just want to choose a directory where will be a default directory to put all files...
<FORM method="post"...
hello fellows,
In CR8 samples for Parameter Fileds, there is a sample asp form that is called "ParameterField.asp", When I checked it out I've found this statement below...
hello fellows,
I want to do this:
Set session("ParamToChange") = session("ParamCollection").item("UserID")
instead of that:
Set session("ParamToChange") = session("ParamCollection").item(1)
is it possible? if it is, how?
thanx in advance...
Thank you both, that's exactly what I was looking for...
p.s. Do you guys know any website that explains the meaning of each Function in CR8.5, as OnFirstRecord... and also can you recommend me a very detailed CR8.5 book with examples?
I have a group called Company and have duration field in details, using the (Previous) formula, i'm taking percentage of record in detail section, but when it switches to other Group, it takes to percantage of previous one... I just dont want to show that first percentage field on each group...
I'd like to see percantages of the values in the same group?
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = 85, day1
Sum of Ado.Duration = 68, day2 20 %
Sum of Ado.Duration = 50, day3 26.4%...
I'd like to see percantages of the values in the same group?
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = 85 day1
Sum of Ado.Duration = 68 day2 20 %
Sum of Ado.Duration = 50 day3 26.4%
Sum of...
I'd like to see percantages of the values in the same group?
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = day1 85
Sum of Ado.Duration = day2 68 20 %
Sum of Ado.Duration = day3 50 26.4%
Sum of...
yeap, that's a better and easier solution, whatif I'd like to see percantages of the values that are in the same group?
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = day1 85
Sum of Ado.Duration = day2 68 20 %
Sum of...
ooops ok, that was a stupid easy question,
but anyways if someone needs,
here is the answer:
go and create a new formula, write this:
Sum({ado.yourfield}, {ado.yourfiled}) % Sum({ado.yourfiled})
Put it next to your group where your subtotals are....
ooops ok, that was a stupid easy question,
but anyways if someone needs,
here is the answer:
go and create a new formula, write this:
Sum({ado.yourfield}, {ado.yourfiled}) % Sum({ado.yourfiled})
Put it next to your group where your subtotals are....
How can I take percantage of Subtotals according to Grand total...
Example: That's what I want
Group Footer1: Sum of Ado.Duration = XXX 30 30%
Sum of Ado.Duration = YYY 50 50%
Sum of Ado.Duration = ZZZ 10 10%
Group Footer2: Sum of Ado.Duration = Total 100...
How can I take percantage of Subtotals according to Grand total...
Example: That's what I want
Group Footer1: Sum of Ado.Duration = XXX 30 30%
Sum of Ado.Duration = YYY 50 50%
Sum of Ado.Duration = ZZZ 10 10%
Group Footer2: Sum of Ado.Duration = Total 100...
ok i tried this one as well, but please read the last paragraph of my first post...
I have 3 types of TYPEOFTARIFF N,L,I
so in group TYPEOFTARIFF
L = 3000
I = 2000
N = 1000
If {ado.TYPEOFTARIFF} = "N" then
Sum ({ado.DURATION}, {ado.TYPEOFTARIFF})
In this case it produces 1000...
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.