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

Recent content by AndersV

  1. AndersV

    Change sorting in report by clicking in the report header?

    Thank you for that answer... BOE XI 3.0 stands for business objects enterprise ??? I havent really touched the CR 2008 - is it secure to run this so soon after its release?
  2. AndersV

    Change sorting in report by clicking in the report header?

    Hello Im wondering if this is possible in CR? I want to change the order of the sorting in a report by clicking on the value in the report header. As an example this can be done with a datagrid in .NET and i want to do the same thing in the report. Ive searched but havent really found...
  3. AndersV

    Problem with Crystal reports v10 - crashing

    Hello! I have a problem with my Crystal reports v10 developer edition. Every time i try to take a field (from table, formula field or special field) it crashes. Ive had CR installed for about 1 year and this just started happening for now :( Tried to reinstall but it did not make any...
  4. AndersV

    Is this possible ? Select expert i guess...

    Getting the error "The summary / running total field could not be created" (sum({ArtPris.status},{ArtPris.Artikelnr}) > 0 and {Artpris.Status} = 1) or (isnull({Artpris.FromDag}) and sum({Artpris.status},{Artpris.Artikelnr}) = 0) Looks ok to me...
  5. AndersV

    Is this possible ? Select expert i guess...

    Nice answers but i still have this problem Artnr Value Date Status 100 10 1 100 11 0 110 8 2007-10-10 0 120 9 0 I want to fetch the row 120...
  6. AndersV

    Is this possible ? Select expert i guess...

    Thank you for your answer! If there is a row looking like ArtNr=120 i want to show it, that is if it dosen´t have values on status like the row for 110 I need more explanation of possible scenarios for this. --- That problem with this is that, if the rows for example like the one with artnr...
  7. AndersV

    Is this possible ? Select expert i guess...

    Hello! I have a problem with a report. Made in crystal reports v 8.5 using an access database. I don´t know if this is possible to do in crystal. Here is what i want to do... the data is presented like this in the database: Artnr Value Date Status 100 10...
  8. AndersV

    Average on average - cannot summarize field

    That worked fine!!! Thank you very much
  9. AndersV

    Average on average - cannot summarize field

    Im doing as told :) But when im doing this sharedvar:=SharedVar+AVG1 ({@sharedvar}:={@sharedvar}+{@fAverage} in my example) I have declared the sharedvar like this: shared numberVar sharedvar I keep getting the error "The remaining text does not appear to be part of the formula" When im...
  10. AndersV

    Average on average - cannot summarize field

    sharedvar:=SharedVar+AVG1 Is this the same variable ? or is sharedvar and SharedVar to different variables? Do i have to use WhilePrintingRecords?
  11. AndersV

    Average on average - cannot summarize field

    Like i said i do the AVERAGE(field1, field2) in the Group Header #1 and it works fine i get the result i want. In the report footer i want to take the sum of the reults and do an average of them. That is if i take the former numbers presented the result should be like this: Group Header #1 -...
  12. AndersV

    Average on average - cannot summarize field

    Tried this today but didnt get it to work :( Got it to print out a total that is correct but when just printint the value of the formula in the footer it was not close to correct! Any other example ? Really basic would be nice
  13. AndersV

    Average on average - cannot summarize field

    Tried this today but didnt get it to work :( Got it to print out a total that is correct but when just printint the value of the formula in the footer it was not close to correct! Any other example ?
  14. AndersV

    Average on average - cannot summarize field

    It is placed in a group header Need more info?
  15. AndersV

    Average on average - cannot summarize field

    Hello! Im having trouble summarizing a formula field. Using version 10 AVERAGE(field1, field2) Im doing an average based on another field. It works fine but in the footer i want to do an AVERAGE again based on the formula field an on the count of the rows. Like this: 0.2 0.3 0.4 ---...

Part and Inventory Search

Back
Top