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!

Search results for query: *

  • Users: hariomhari
  • Content: Threads
  • Order by date
  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

    SELECT Strategy,(SUM(Exposure)) as Exposure FROM table WHERE PortfolioID = 1 GROUP BY Strategy The output is: ----------------------------------------- Strategy Exposure ------------------------------------------ 1101924.90178831 Cash & Equivalent...
  5. 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...
  6. 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.
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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 ?
  12. 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.
  13. hariomhari

    Legend color

    I am using CR-Version 10. I am displaying multiple lines on the crystal report graph. One line for sale in specific area. Each time I run the graph the sale in a specific area comes in different color depending on the data. Is it something related with legend. I am not sure..? I want to...
  14. hariomhari

    Crystal Report Graph Color

    I am using CR-Version 10. I am displaying multiple lines on the crystal report graph. One line for sale in specific area. Each time I run the graph the sale in a specific area comes in different color depending on the data. I want to have the sale in one area in one color each time i run the...
  15. hariomhari

    Marks on X-Axis - Crystal Report Graph

    I am displaying date on x-axis. If i have lot of values on x-axis then its difficult to read graph. Can we inlucde the dots representing the date on x-axis. Which can help better reading. What I wish to get is below shown format. How to get | on axis. ____|_____|_______|_ Jan Feb Mar
  16. hariomhari

    Date format in the chart axis

    I am using crystal report with VS.Net 2003. The version of the CrystalDecisions.Web dll included in the project is 9.1.5000.0. I am displaying the date on x-axis and wish to format it to style ex (Jan 06 0r Jan-06) please suggest
  17. hariomhari

    Crystal report Graph

    I am using crystal report with VS.Net 2003. The version of the CrystalDecisions.Web dll included in the project is 9.1.5000.0. The data source in crystal report is VS.Net dataset. I wish to plot the graph using the three columns. 1. Label (basically legend) 2. Date 3. Cumulative performance...
  18. hariomhari

    Crystal report Graph Date format

    I am using crystal report with VS.Net 2003. The version of the CrystalDecisions.Web dll included in the project is 9.1.5000.0. I am displaying the date on x-axis and wish to format it to style ex (Jan 06 0r Jan-06) please suggest

Part and Inventory Search

Back
Top