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 strongm 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. hariomhari

    Passing multiple value for parameter

    I am using ASP.Net 2005 and CR XI Release 2 version. I have written a separate module in .Net for report execution and display. Then, I am using a URL to display report : Response.Redirect"/FINModule/Reports/Report_Launcher.aspx?ReportID=" & ReportID & "&PortfolioID=" & PortfolioID &...
  2. hariomhari

    Record selection

    I am using crystal report - CR XI R2. I have 3 parameters in report. 1. PortfolioID 2. Strategy 3. Custody I want that if user doesn't supply any value for Parameter Custody then it should consider the value of only PortfolioID and strategy. It should not consider Custody as a record...
  3. hariomhari

    Crystal Report XI Release 2 - Error in Exporting Report

    I am using version : Crystal Report XI Release 2. Crystal Report XI allow me to create the report with integrated security. I have created the report with integrated security option. But I receive error when trying to export it to other format like pdf etc. The error is "Logon failed. Failed...
  4. hariomhari

    CR-10-Pie chart - Problem showing the Negative value

    The subject of this thread contains the CR version. I am using CR version 10. I would like to have the detailed information about this color
  5. hariomhari

    CR-10-Pie chart - Problem showing the Negative value

    1. If I use ABS((SUM(Exposure)) ) then data is displayed in the pie chart. But this is when i use SQL view as datasource. 2. If I try to do the same using the xsd datasource nothing is displayed. 3. Conditionally format the sections : As far as I know the colors are displayed by CR...
  6. hariomhari

    CR-10-Pie chart - Problem showing the Negative value

    But the negative value is displayed in the same manner as positive in the pie chart if the datasource is SQL view instead of XSD file. The legend contains bracket around the negative value.. further, can you please suggest other type of chart in this scneario.
  7. hariomhari

    CR-10-Pie chart - Problem showing the Negative value

    SELECT Strategy,(SUM(Exposure)) as Exposure FROM table WHERE PortfolioID = 1 GROUP BY Strategy The output is: ----------------------------------------- Strategy Exposure ------------------------------------------ 1101924.90178831 Cash & Equivalent...
  8. hariomhari

    CR-10-Pie chart - Problem showing the Negative value

    I am using xsd as datasource for crystal report. And generating the pie chart using query. SELECT Strategy,(SUM(Exposure)) as Exposure FROM table WHERE PortfolioID = 1 GROUP BY Strategy The output is: ----------------------------------------- Strategy Exposure...
  9. hariomhari

    Comparison Between Crystal Report Chart Vs DundasWebChart

    I wish to find the comparison detail (features wise) between two. Which one has more features in charting. The users in my company want to have more flexibility and details on the chart.
  10. hariomhari

    Data labels

    I am displaying the charts (line)using the CR version 10. charts contains multiple lines depending on data source. Can I display the value of X and Y axis (data points)wherever user keep the mouse pointer on the line please suggest
  11. hariomhari

    Help Required in CR (10) charts

    I am displaying the charts (line)using the CR version 10. charts contains multiple lines depending on data source. I am displaying the CR in browser using ASP.Net. How can I allow user to select the lines in the CR chart for him to closely do analysis of data please suggest
  12. hariomhari

    CR and Excel Integration

    But excel has limitation. Crystal reports can be used with ASP.Net. I am working for a clinet who want to migrate VBA/Excel into crystal report so that it can be used with ASP.Net. Any suggestion / guidance on how to proceed
  13. hariomhari

    CR and Excel Integration

    Can I used the excel data say ex. column A1:C1 and give this input (source) to CR (10) and generate the chart based on this data. if yes, please suggest how
  14. hariomhari

    dynamically changing the chart

    Iam sorry about that. Is there a way to modify the existing content of the thread. If yes, please let me know
  15. hariomhari

    Crystal XI Developer Excel add-in

    I have CR10 installed. can you please tell me how to get this add-in. I don't see it in tools-->Add in
  16. hariomhari

    dynamically changing the chart

    I am displaying the chart initially for whole date range. say for ex 1999 to 2007. Now at crystal report
  17. hariomhari

    dynamically changing the graph

    I am displaying the graph initially for whole date range. say for ex 1999 to 2007. Now at crystal report level, can I ask user for from date and to date and change the graph dynamically ?
  18. hariomhari

    customization of crystal report graph

    I wish to have detail on this topic. I wish to provide more option to the users to select the grapg type, color combination, etc..etc.. Please give me the details.

Part and Inventory Search

Back
Top