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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cuneyt

    use the parameter name in the Item() statement

    still no answer? am i missing something?
  2. cuneyt

    Browse Button

    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=&quot;post&quot...
  3. cuneyt

    use the parameter name in the Item() statement

    is that problem hard or doesnt make sense?
  4. cuneyt

    use the parameter name in the Item() statement

    hello fellows, In CR8 samples for Parameter Fileds, there is a sample asp form that is called &quot;ParameterField.asp&quot;, When I checked it out I've found this statement below...
  5. cuneyt

    ParamCollection

    hello fellows, I want to do this: Set session(&quot;ParamToChange&quot;) = session(&quot;ParamCollection&quot;).item(&quot;UserID&quot;) instead of that: Set session(&quot;ParamToChange&quot;) = session(&quot;ParamCollection&quot;).item(1) is it possible? if it is, how? thanx in advance...
  6. cuneyt

    How to Suppress (or show empty ) the first record in details section?

    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?
  7. cuneyt

    How to Suppress (or show empty ) the first record in details section?

    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...
  8. cuneyt

    percantages of the values in the same group (Variance Problem)

    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%...
  9. cuneyt

    percantage changes of the values in the same 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% Sum of...
  10. cuneyt

    percantage changes of the values in the same 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 = day1 85 Sum of Ado.Duration = day2 68 20 % Sum of Ado.Duration = day3 50 26.4% Sum of...
  11. cuneyt

    percantage of Subtotals according to Grand total...

    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...
  12. cuneyt

    percantage of Subtotals according to Grand total...

    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....
  13. cuneyt

    percantage of Subtotals according to Grand total

    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....
  14. cuneyt

    percantage of Subtotals according to Grand total

    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...
  15. cuneyt

    percantage of Subtotals according to Grand total...

    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...
  16. cuneyt

    Conditional count

    ok, i see now, thank u very much...
  17. cuneyt

    Conditional count

    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} = &quot;N&quot; then Sum ({ado.DURATION}, {ado.TYPEOFTARIFF}) In this case it produces 1000...

Part and Inventory Search

Back
Top