Crystal report license query

1)      Do Company A (which is a group of companies consisting of Company 1 u2026.. Company N), require the Developer License only, and distribution to its group company  is free?
2)      If u2018Company 1..Company Nu2019 are sub-companies of Company A then does 'Company 1', u2026.. , 'Company N' require full engine of Crystal Report 2008 or just the run time engine is sufficient?
Do they require license for the same, even if they just use the run time engine?
3)      In case where 'Company 1',u2026., 'Company N' purchase a license, in that case, does 'Company A' still needs to purchase the developer license?
4)      According to you what would be the best license option, so that there is no burden on 'Company 1',u2026.., 'Company N' and also on parent company A?
Pls advise
Thanks
simmy

These questions are better posed to the sales team; 866-681-3435
To start with, the licensing is different for web apps and win apps. Also licensing is different depending on what version of CR you are using. I'll set you up with a few resources and if these do not answer your questions, you will have to contact sales for more info.
For CR 2008 see the following:
http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/crystalreports/licensing/index.epx
/people/blair.wheadon/blog/2009/02/05/announcing-crystal-reports-developer-advantage-runtime-license
https://ecohub.sdn.sap.com/irj/ecohub/solutions/crystalreportsdevadvantage#pricing
For bundled versions of CR see the following:
http://support.microsoft.com/kb/317789
Also, see the following forum thread from Blair Wheadon who is a PM for CR:
CR 2008 Licensing Question
Ludek

Similar Messages

  • Missing Crystal reports License Key for (CrystalReports11_5_NET_2005.msi)

    Is there any way to retrieve a missing Crystal reports license key from a server install?
    we are currently in the process of relocating a server app that has (CrystalReports11_5_NET_2005.msi) installed and the License key for the product is missing... Any help would be good as the project to relocate "Interplan" the application that uses Crystal reports has halted due to the missing License key...

    Hi,
    As up to my best knowledge it is not possible to get the product key from server install.
    You could get from the development box where the product is installed.
    If you have issue with Crystal reports .Net SDK's.
    Post your question in Crystal Reports .NET SDK forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all .NET SDK queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Amit

  • Crystal Reports license problem

    Hi,
    My customer's server has Crystal Reports Professional 9 installed. We have application installed on this server also. This application is deployed as a Windows service. This Windows service is calling multiple reports using threads (3 maximum concurrent threads). The reports are querying data from remote database and export to pdf files. However, sometimes we got the following error and cause some reports not generated.
    "8/28/2008 12:53:55 AM 2 0 33000 Crystal_RDC N/A FCRS1 A Crystal Reports job failed because a free license could not be obtained in the time allocated. More licenses can be purchased direct from Crystal Decisions or through the Crystal Decisions Online Store."
    "8/28/2008 12:53:55 AM 1 0 1 VBRuntime N/A FCRS1 The VB Application identified by the event source logged this Application CRThai: Thread ID: 5540 ,Logged: Thai CR failedA Crystal Reports job failed because a free license could not be obtained in the time allocated."
    I wonder how Crystal Reports calculate a concurrent license. Does it mean 1 thread per 1 license? But our license should be enough. How can we check a number of licenses are allowed on the server?
    I've read the following post "Re: RDC, Crystal Reports XI, runs out of licenses" which might match our case. If I fall into that case, what edition should I install on the server for Crystal Reports 9?
    Best Regards,
    Noppadon S.

    Same issue as the other posting. The RDC was not designed to be a Server product and is limited to 3 report jobs.
    You only option in code is to buld in job limitations. If the number of open report jobs is above 3 then queue the next jobs until one of the open jobs are released. There are no API's in the RDC to get the number available, you have to manage it manually.
    Other option is to upgrade to a supported product like CR Server, it has a 20 CPL user license limit but in small installations this is sufficient to run and schedule reports.

  • SAP Crystal Dashboard licensing query

    Hello All,
    We need to purchase Xcelsius license, SAP Accounts rep has provided following link for online store where I can see Departmental edition, Personal edition and dashboard viewing licenses.
    http://store.businessobjects.com/store/bobjamer/en_US/DisplayCategoryProductListPage/ThemeID.29254600/categoryID.57065800/parentCategoryID.57065700
    My question is we already have SAP BO premium 10 CPU licenses, we just need dashboard feature to be added on top of it. We need 3 dashboard developer licenses and a large audience should view the live dashboards.
    Please suggest which license should we go with, as per my understanding we dont require viewing license as we already have 10 CPU premium license with which we can use all the features.
    I know this query should be asked to the accounts rep but unfortunately I am not getting proper response from them and we need to purchase this ASAP.
    Any idea would be of great help.
    Thanks,
    Sohel

    Hi Sohel,
    I look after pricing and licensing for SAP BusinessObjects BI.
    BOE Premium does not provide for Xcelsius Dashboard viewing rights. BOE Premium includes Crystal Reports, Webi and OLAP Intelligence viewing rights. Xcelsius was acquired after the release of BOE Premium and it is an add-on to that license model.
    To view dashboards integrated with BO Premium, you will need the Xcelsius Interactive Viewing license.
    Note that this is a legacy license model. Current customers can purchase more of this but we have been positioning the BI Suite to new customers since 2011.
    -Blair

  • Crystal Report Database Query

    Hi I would like to ask regarding queries from the database. I have 2 main tables that gets their images from 1 master table.
    First is TASK table and Second is ASSET table. Both tables are relational.
    Each Task has Asset connected by Task_Asset_ID.
    But both tasks and each assets may have also images from the Image table thru Assignment table. But I am wondering how could I query the data to show tasks with images and assets with images in one row.
    For example
    Task 1 may have Green.jpg
    Asset 222 may have Red.jpg
    Knowing that Task and Asset are relational, is it possible to show them in one row in crystal report?
    Task
    TaskID
    TaskName
    Task_Asset_ID
    1
    Task1
    111
    2
    Task2
    222
    3
    Task3
    111
    Asset
    AssetID
    AssetName
    111
    Asset1
    222
    Asset2
    Images
    imgID
    ImgName
    1
    Red.jpg
    2
    Yellow.jpg
    3
    Blue.jpg
    4
    Green.jpg
    Assignment
    AssID
    TaskOrAssetID
    ImgID
    Type
    1
    1
    4
    X
    2
    222
    1
    Z
    3
    3
    3
    Z
    4
    111
    2
    X

    Ok, this is going to get a bit complicated, but this is possible.  The problem is that the Assignment table records can have either TaskID or AssetID, so you're going to have to use some tables twice with aliases.
    Here's what I'd do...
    In the Database Expert:
    1.  Add all of the tables to your report.
    2.  Add a second copy of Assignment and Images - when you do this, Crystal will warn you that the table is already in the report and ask if you want to "alias" it.  At that point it will add the table with "_1" at the end of the table name.  So, you'll have Assignment_1 and Images_1.
    3.  On the linking tab, create the following links:
         Task.Task_Asset_ID to Asset.AssetID
         Task.TaskID to Assignment.TaskOrAssetID - make this a left outer join (see below)
         Assignment.ImgID to Images.ImgID - make this a left outer join
         Asset.AssetID to Assignment_1.TaskOrAssetID - make this a left outer join
         Assignment-1.ImgID to Images_1.ImgID - make this a left outer join.
    To make a left outer join, right-click on the join and select "Join Options".  Select "Left Outer" and save the join.  Left outer joins will provide data even when there is no matching value in the table that you're linking to - the values from that table will be null.
    In your report:
    1.  Put the following column headers on the report:
         Task Name
         Task Image
         Asset Name
         Asset Image
    2. Put the following fields in the details of the report:
        {Task.TaskName}
        {Images.ImgName}
        {Asset.AssetName}
        {Images_1.ImgName}
    3. Sort the data by Task Name and Asset Name.
    -Dell

  • Crystal report command query

    Hi expert,
    regarding crystal report query,im still new in crystal report,actually i want to make report join with table opor,por1,opor,oitm,oshp,nnm1,ocrn,por10 and octg.im face difficulty when want to join por10.then i join with por10.docentry = por1.docentry with table por1 and por1.visorder = por10.aftlinenum and im not sure it correct or not.im just want to make condition like this
    if (T1.U_CSUS_Size = '') and (t2.LineType = 'T') then it will show (t0.U_CSUS_ItmCode + ' ' + t0.U_CSUS_ItmDescp + ' ' + t1.U_CSUS_Size) else (t0.U_CSUS_ItmCode + ' ' + t0.U_CSUS_ItmDescp) and joining (from POR1 T0 
    INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
    inner join por10 T2 on T0.docentry = T2.docentry and T0.visorder = T2.aftlinenum)
    for 'u_csus_.....' is for udf i created.can i know how easier step for this condition.i also already try alot of query.sometime can make duplicate column.
    regards,
    Arif
    Edited by: Ahmad Arif on Jan 10, 2012 4:03 AM

    Dear Anmad Arif
    Try the below query
    SELECT
                          (CASE WHEN  (T1.U_CSUS_Size = '') and (t2.LineType = 'T') THEN
                    (t0.U_CSUS_ItmCode + ' ' + t0.U_CSUS_ItmDescp + ' ' + t1.U_CSUS_Size)AS NVARCHAR(1000))
                   else T1.[Dscription] End) AS [Description],                      
                    T1.VisOrder,
                    (CASE WHEN T1.[Quantity]<=0 THEN  NULL ELSE T1.[Quantity] END) AS Qty,
                    CAST(ISNULL(T3.UserText, '''') AS VARCHAR(MAX)) As ItemDesc,
                        T1.Currency, T3.SuppCatNum,
                        (CASE WHEN T1.linetotal<=0 THEN NULL ELSE T1.linetotal END)  as amount,
                    (CASE WHEN T1.[price]<=0 THEN NULL ELSE T1.[price] END) AS  Rate,
                    T3.UserText,
                    T0.DocEntry,
                    ISNULL(T1.U_Unit, T3.SalUnitMsr) AS SaleUnit,
                    ISNULL(T3.BuyUnitMsr, '''') AS PurchaseUnit,T1.VisOrder,'' LineSeq,'' aftLineNum,
                    ISNULL(T0.U_QText,'') AS QText,T1.U_QRR as QRR
              FROM     OPOR T0
                    RIGHT OUTER  JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
                        RIGHT OUTER  JOIN OITM T3 ON T1.ItemCode = T3.ItemCode
                        LEFT OUTER JOIN dbo.OSCN AS T4 ON (T0.CardCode=T4.CardCode AND T1.ItemCode=T4.ItemCode)     
              WHERE   T0.Docnum = '4063'
    UNION ALL
              SELECT  CAST(ISNULL(T1.LineText, '') AS VARCHAR(MAX)) AS [Description],
                    T1.AftLineNum,
                    NULL Qty,
                    null,
                    null ,NULl ,NULL,
                    null Rate,
                    NULL,
                    T0.DocEntry,
                    null,
                    null,T1.OrderNum,T1.LineSeq,AftLineNum,'' AS BPCatlog,
                    null
              FROM     OPOR T0
                    RIGHT OUTER  JOIN POR10 T1 ON T0.DocEntry = T1.DocEntry
              WHERE   T0.Docnum = '4063'
                         And T1.LineText IS NOT NULL 
    Note : Change the DocNum= DocKey When you use Crystal report  As per your requied
    Regards
    Kamlesh

  • Crystal Report-BW Query free characteristics missing

    Hello,
    I am working on a crystal report against BW query, I am using SAP menu to build the report. I see that free characteristics not coming into the crystal report.
    Question1: Is this an issue or is it designed to work this way?
    Question2: As an alternative for this In BW query I have changed all the free characteristics into rows, now I am able to see all the fields but the data is becoming flat, when I try to role up the data for cretain fields it does not work correctly. Example: Role up of Rates (%). With database delegation option in webi role up work fine there but what about in crystal?
    Thanks

    Hi,
    you are most likely using the old driver. make sure in the Settings in the SAP Toolbar you activate the option to use the MDX Driver.
    ingo

  • VS2008's Crystal Report Licensing Information

    hi,
    I'm developing an ASP.Net web application using VS2008(trial version) with Crystal report for reporting Purpose. Its works fine till now.
    While i check the version of that Crystal Report it shows like "CRYSTAL REPORT BASIC RUN TIME FOR VS2008" Version 10.5.1.0 in Control Panel.
    My Question is,
    Am i need to Purchase license for Crystal version 10.5.1.0 ?
    or
    I need to Purchase license for VS2008 ??
    or
    Both
    Because i don't need any licensing Issue on future when my Project is on LIVE....
    Please help me out.
    Edited by: jkarthick89 on Aug 18, 2011 4:08 PM

    HI. Ludek,
    Thanks for the tips. I tried both, but the problem presists.
    On a side note, I did get my hands on yet another "non-development machine". This one ran with Window's Vista appeared to work (even with my original code).
    The "non-development machines" that I've tested on are Windows 7 and Window XP machines. On these machines, when I commented out the reportDocument.SetDatabaseLogon line, when I try to load the report, it still prompts for the Database Logon information, however, it also has the "Database name" empty and disabled.
    Since it worked on a non-development machine with Win Vista. I don't think there is a problem with references or the Crystal runtime packages.
    As far as permission for the report to contact the database, I'm guessing there isn't a problem there either because the application does successfully connect to the database.
    I'm connecting to a SQL2005 database and using the SQL Native connection.
    On a side note: as for the enabling prompting, I just remembered that it was an option available when using Crystal Reports with a web project. Thus I couldn't find it here with a Window's Form project.

  • How to bring Picture from OHEM table into Crystal Report using query

    Hi expert
    i had a query and which is attached to a crystal report, and its working fine,
    the thing what i need is to bring the picture which is stored in OHEM table, (Employee Photo)
    to the report. in the query i had attache the picture field. but not able to see it over the Crystal reprot
    The below given is the query
    select OHEM.empID,isnull(OHEM.firstName,'')+' ' +isnull(OHEM.middleName,'')+ ' '+isnull(OHEM.lastName,'')AS [Employee Name],
    OHPS.name AS [Position],OUDP.Name AS [Department],OUBR.Name AS[Branch],OHEM.U_SponsName,OHEM.U_EMPOLD_ID,OCRY.Name AS [Nationality],
    OHEM.U_JoinDate As [Joining Date (G)],OHEM.U_JoinDateH As [Joining Date (H)],OHEM.birthDate, (CAST(DATEDIFF(day,OHEM.birthDate,GETDATE())/(365) AS int)) As [AGE],(CAST(DATEDIFF(day,OHEM.startDate,GETDATE())/(365) AS int)) As [Year],
    OHEM.startDate As [Emp Contract Start Date (G)],OHEM.U_CEDate As [Emp Contract End Date (G)],OHEM.U_ConType As [Emp Contract Type],
    OHEM.U_ContDur AS [Emp Contrat Duration],OHEM.U_CRDate As [Emp Cont Renewal Date (G)],OHEM.U_IQId AS [Iqama ID],OHEM.U_IQIsDate As [Iq Issue Date (G)],
    OHEM.U_IQExDate As [Iq Expiry Date (G)],OHEM.U_IQIsDateH As [Iq Issue Date (H)],OHEM.U_IQExDateH As [Iq Expiry Date (H)],OHEM.U_InsType As [Insurance Type],
    OHEM.U_InsExpDate AS [Insurance Exp Date],OHEM.U_InsName As [Insurance Company],OHEM.U_DestiCity As [Destination City],
    OHEM.U_TicketType As[Ticket Type],OHEM.U_TicketClass As [ Ticket Class], OHEM.U_TravelDate As [Travel Date],OHEM.passportNo,OHEM.U_PassportIsDate AS [Passport Issue Date],
    OHEM.passportEx AS [Passport Expiry Date],OHEM.U_BSal As [Basic Salary], OHEM.U_HoAllow As [House Allowance],OHEM.U_TrAllow As [Transport Allowance],
    OHEM.U_FoodAllow AS [Food Allowance],OHEM.U_CarAllow AS [Car Allowance],OHEM.U_OthAllow As [Other Allowance],OHEM.U_BonusAllow As [Bonus],
    OHEM.U_VacStartDate1 AS [First Vacation Start Date], OHEM.U_VacEndDate As[ First Vacation End Date],OHEM.U_VacResDate As [First Vacation Resume Date],
    OHEM.U_VacDur AS [First Vacation Duration],OHEM.U_VacStartDate2 As [Second Vacation Start Date],OHEM.U_VacEndtDate2 AS [Second Vacation End Date],
    OHEM.U_VacDur2 As [Second Vacation Duration],OHEM.U_VacResDate2 AS [Second Vacation Resume],OHEM.U_VacStartDate3 AS [Third Vacation Start Date], OHEM.U_VacEndtDate3 As[ Third Vacation End Date],
    OHEM.U_VacRestDate3 As [Third Vacation Resume Date],OHEM.U_VacDur3 AS [Third Vacation Duration],OHEM.U_VacStartDate4 AS [Fourth Vacation Start Date],
    OHEM.U_VacEndDate4 As[ Fourth Vacation End Date],OHEM.U_VacResumeDate As [Fourth Vacation Resume Date],
    OHEM.U_VacDur4 AS [Fourth Vacation Duration],OHEM.U_VisaDuration AS [Visa Duration],OHEM.U_VisaStartDate AS [Visa Start Date],
    OHEM.U_VisaEndDate AS [Visa End Date],OHEM.U_VisaType As [Visa Type],OHEM.picture,OHEM.remark,OHEM.attachment,OHEM.mobile AS [Mobile],OHEM.homeTel AS [Residence Tele],OHEM.email AS [E-Mail] from OHEM
    left outer join OHPS ON OHEM.position=OHPS.posID
    left outer Join OUDP on OHEM.dept=OUDP.Code
    left outer join OUBR on OHEM.branch=OUBR.Code
    left outer join OCRY on OHEM.citizenshp=OCRY.Code
    Pls suggest how to make it appear the photo in the crystal report
    regards

    Hi,
    Please refer this how to guide which may give some idea for creation formula:
    http://www.pioneerb1.com/wp-content/uploads/2012/04/How-to-work-with-Crystal-Reports-8.8.pdf
    Thanks & Regards,
    Nagarajan

  • Crystal Reports Licensing

    I have a question about the various versions of Crystal Reports developer.
    We have a product that uses an older version of Crystal Reports (8.5) and our product will be updating to use Crystal Reports XI, however we have customers that want to create there own reports for use with our product.
    So far not a problem except if our customer wants to purchase a license to use the Crystal Reports 8.5 tools or the Crystal Reports XI tools.
    I have told the customer to purchase a licensed copy of Crystal Reports and they did, however since they did this recently (within the last two weeks) they received the Crystal Reports 2008 product.
    My question is how can I let our customer design custom reports in the older version?
    Can they use an older version tool to do this if they have paid for a proper license in the current version?
    If so, what do I do to allow them to have the tools.
    We are going to run into this for a while until our developers also start using the Crystal Reports 2008 SDK and such to upgrade our product to the latest.
    We have the older tools and proper licensing for them, but our customers can no longer purchase them.
    I do not want to do any thing illegal, but I need to have customers that can design their own reports.
    Thanks.

    No, it does not help.
    Maybe it was my problem in the way I described the question.
    My company has custom applications where the Crystal Reports dll's have been distributed for Crystal 8.5 and the reports that these custom applications use were designed in Crystal 8.5.
    We have licensed copies of this product.
    Our customers want to design with Crystal 8.5 for compatible report file support. (We make them.)
    But they cannot buy the same version product.
    We make them buy the latest product your company sells, so that you get revenue from us distributing our application, but they cannot use the latest product and save it in a backward mode to make it work with our custom application.
    Only reports made with the Crystal 8.5 product work.
    So if they have purchased Crystal Reports 2008.
    Can we give them Crystal Reports 8.5 to use until we update the custom application(s) (about thirty) to use the SDK for Crystal Reports 2008?
    The same goes with Crystal Reports XI. We have licenses for this product for our development.
    We have upgraded our applications to use this newer version, but have not been able to distribute them yet to all our customers.
    We will be doing this soon, but we are already behind again because Crystal Reports XI is no longer sold.
    It is ok that you don't sell the older product. We understand why.
    Our customers have purchased Crystal Reports 2008 because that is what is available.
    Even our newest package uses your design product that you no longer sell (Crystal Reports XI).
    My company needs to have permission for our customers to use the older product until our development can catch up to use your latest product, but only if our customer purchases your latest product.
    My company does not want to do anything illegal and we also want our customers to be able to create their own reports with one or both of your older products until we catch up to your latest product.
    We will always require them to buy your latest product no matter if they will use it yet or not. We also suggest that they upgrade this license or licenses as your products change.
    We will not let them make custom reports without buying your latest product first. That is our requirement and they accept this.
    What do we need to do to allow our customers to install and use the older product?
    Thanks.
    Edited by: Tony Hugel on Oct 22, 2008 4:10 PM
    Edited by: Tony Hugel on Oct 22, 2008 4:19 PM

  • Crystal Report License

    Hi at all,
    i'm a new user of this forum
    i'm developing window forms application that has a crystal report document.
    I'm using visual studio 2005
    On my computer it's all ok, application go.
    Now i must install my application on client computer. I must buy license crystal report for every computer client ?
    I must use report only for show data to user
    help me, i don't find information on this
    Edited by: qwerty50 on Aug 2, 2009 2:21 PM
    Edited by: qwerty50 on Aug 2, 2009 2:22 PM

    Hello,
    Which version of Crystal Reports are you using? Are you using the version that bundles with VS2005? Or have you installed a full version of stand alone Crystal Reports onto your VS2005 development machine?
    Open Visual Studios and go to Help > About Visual Studios.  What does it say for Crystal Reports in the Installed product list?
    If you have a stand alone version of Crystal Reports installed on your development machine open it and go to Help > About Crystal Reports. What is the edition (Standard, Professional, Developer, Advanced Developer) and version number listed?
    The licensing models can be somewhat different for different versions of Crystal Reports.
    Sincerely,
    Dan Kelleher

  • Crystal report design query

    Hello,
    I am using Crystal reports 10 to design a report using an SQL database source.
    There are 2 tables causing problems in that once fields from both of them are added to the detail section, the data is duplicated.  The reason for this is table2 has a field (rulename) which can have multiple outcomes such as the basic example below:
    table1.id,table2.rulename,table2.decision
    1,postcodecheck,accept
    1,secuitycheck,notchecked
    1,creditcheck,notchecked
    2,postcodecheck,accept
    2,secuitycheck,accept
    3,creditcheck,accept
    3,postcodecheck,accept
    3,secuitycheck,decline
    3,creditcheck,notchecked
    If I group the report by table1.ID it removes the duplicated records but only displays one of the 'rulename', usually accepts.   A record sort of this field either retain the same result or replaces it with any table2.decision outcome of 'notchecked'.  A more lengthy task would be to create formula fields for each rulename but having quite a few of this means its a very manual job.
    Is there a better way to do this?  I have not used the select expert because I want to display all decisions (table2.decisions).
    Also if I create a crosstab report, each record is counted by the number of rulenames per ID, again duplicating each record (table1.id)
    Thanks,WA

    Hi Wasim,
    Just try to check whether u have used proper link or not.
    Database Expert->Link.
    Regards,
    Misra P.

  • Crystal Reports连接BW Query时出错

    错误提示为:
        Database Connector Error: "BAPI Error #:0  Error occurred when starting the parser: timeout during allocate / CPIC-CALL"
    软件版本:
        Crystal Reports 2008 sp2
        SAP IK 3.1
    在SAP NOTES 1369523中找到了相同的症状描述, 但提供的解决方案太笼统了.
    顺便提一下, BW系统的结构是 数据库 与 应用 分离的结构, 即数据库在一台服务器,而应用部分在另一台服务器.
    请问大家有什么更好的解决方案么?

    除了楼上所提到的检查点之外
    还请确认: CR2008 SP2需要和相应的SAP IK XI31 SP2一起使用,请确认IK也打了SP2, SAP server端也使用上了SP2的transport.
    Best Regards
    Carlos Chen

  • Crystal reports - charting query

    Hi.
    I have a database with the following fields:
    'companyname' which contains the values:
    company1
    company2
    company3
    company4
    company5
    company6
    'value' which contains the company values:
    11
    14
    16
    13
    72
    26
    and a 'date' field.
    I have created a CReport that displays information between the dates specified. I am displaying a bar chart with the company names on the x-axis and values on the y axis.
    So i specify a 'from' and 'to' date to display the data and it returns a graph with data.
    On the x-axis is company3, company4, company5.   This then means that company1, company2 and company6 have a value of zero between the dates specified, thus the graph doesnt display those company names.
    Im wondering how i can get it to display all the company names (company1 to company6) and for company 1, company2 and company6, just display a value of zero?
    Please can you help me with this?
    thank you.
    J

    If the rest of the report is dependant on filtering the data based on the date but you still want to show company names that have no data for that date range then you could insert a subreport that returns all data (or filters it down to the 6). Create a formula that outputs the value if the datefield falls within the date range and outputs 0 if it does not. Use this formula as the value field in the chart.

  • Where can I find a copy of the Crystal Reports license?

    Post Author: hotelrep
    CA Forum: Upgrading and Licensing
    I looked on my hard disk but it isnt there.I could not find it by searching on the BO website either. I need the licence for Crytsal 9 (runtime distribution). Can someone give me a link as to where this license can be found? Thanks. 

    Post Author: amr_foci
    CA Forum: Upgrading and Licensing
    if you have an ESD (Electronic Software Delivery) user name and password, you can login to the ESD website, u can find ur keys over there
    good luck

Maybe you are looking for