CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jnole

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,921

    Re: Need help to create Crystal Report

    No Subreport needed. You can accomplish the above look using a cross-table. Youtube Crystal Reports Cross-table for step-by-step instructions. You can filter out the states in a cross-table.
    From my...
  2. Replies
    1
    Views
    944

    Re: Crystal Reports' formula

    Try to avoid using record selector. Sometimes record selector displays blank data on the report (for me...). You can create a formula to accomplish what the record selector does (for the most part)....
  3. Replies
    1
    Views
    4,697

    Re: Grouping in Formula

    The first step will be to create a formula to obtain your group name.
    1. Create a formula and call it "Location"
    2. In the formula, create a Crystal Syntax logic statement:
    If [NAME OF FIELD] =...
  4. Replies
    2
    Views
    1,408

    Re: Division by Zero error

    If the result should equal 100% for no issues, simply force the formula to display 100 if Zero result.


    If Sum ({@Invoice},{aps_group.code})) <> 0 Then
    (Sum...
  5. Replies
    2
    Views
    1,299

    Re: Novice Crystal User and dates

    Also, make sure the holiday field is displayed somewhere on the header. You can change the font to white so that it does not display numbers. there are additional fields needed to handle negative...
  6. Thread: Crystal Reports

    by jnole
    Replies
    3
    Views
    6,112

    Re: Crystal Reports

    Sorry, I forgot to ask. Is your Crystal Reports 2008 already connected to a database? If so, you will need to create a new Crystal Report, choose the database, and select the table you want. You can...
  7. Thread: Crystal Reports

    by jnole
    Replies
    3
    Views
    6,112

    Re: Crystal Reports

    Hello BMSG,

    You did not mention the field name for the information you are trying to obtain. Lets say that a field in your (table SDELIVERY) is named [SDELIVERYTYPE]. The [SDELIVERYTYPE] would...
  8. Replies
    2
    Views
    1,413

    Re: Very new to Crystal Reports 2013

    Select any result in the field for Column C. On the tool bar, chose the Highlighting Expert button (Yellow box). From there, you can enter criteria for what you want highlighted). Here is a Youtube...
  9. Replies
    0
    Views
    44,621

    SharePoint 2010: Loading Webpart Last

    Hello Gurus,

    How do I force Webparts within a SharePoint page to load last? I use Christophe's Easy-Tabs v5 (Awesome!) on SharePoint pages. When the network is slow, all the webparts are displayed...
  10. Crystal Reports 2013: Creating a Formula with filters to run a calculation

    Hello All,

    I hope this is an easy one for you. I am stomped. I use Crystal Reports 2013 for Reporting Service Desk Tickets. I would like to run a formula only when an item is a certain category....
  11. Crystal Reports 2013: Displaying Crystal Reports on SharePoint 2010

    Hello All,

    Can someone direct me on the steps to displaying a Crystal Report on SharePoint 2010? I would like to be able to run a report from SharePoint. Another group in my work uses COGNOS and...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured