User Profile

Collapse

Profile Sidebar

Collapse
Aswanth
Aswanth
Last Activity: May 16 '08, 12:34 PM
Joined: Feb 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Generating SSRS-2005 REPORTS with XML Data in C#..

    This is the XML file i'm having (test.xml)

    <Log_Details>

    <Log PageName="Home. aspx" Time="10:30:20: 32636" Type="Sample" ID="1" Cat_ID="41" />

    <Log PageName="Home. aspx" Time="12:55:20: 32636" Type="Check" ID="4" Cat_ID="56" />

    <Log PageName="Home. aspx" Time="11:30:20: 32636"
    ...
    See more | Go to post

  • Aswanth
    started a topic How to Append NODE to XML File in ASP.NET with C#..
    in XML

    How to Append NODE to XML File in ASP.NET with C#..

    I'm Using Asp.Net with C#.. & Using XML Files..

    Please check this..


    <Page_Details >
    <Page="HomePage .aspx" Time="10:30:20: 32636" Type="S" ID = "1" Category_ID="41 " />
    <Page="HomePage .aspx" Time="10:30:20: 32636" Type="B" ID = "4" Category_ID="56 " />
    <Page="HomePage .aspx"...
    See more | Go to post

  • How to GET DATA from Microsoft EXCEL Sheets for Generating REPORTS in SSRS 2005..

    I'm Using Asp.Net with C# & SSRS 2005 for Generating Reports..

    I'm Having HUGE Data in Microsoft Excel Sheets .. I want to Get this Data from this Microsoft Excel Sheets & to Generate REPORTS in SSRS 2005..

    Please give me the Suggestions for Doing this..

    Thank You..
    See more | Go to post

  • How to Get Data From Log Files for Generating REPORTS in SSRS 2005..

    I'm Using Asp.Net with C# & SSRS 2005 for Generating Reports..

    I'm Having HUGE Data in Text Log File.. I want to Get this Data from this Log File & to Generate REPORTS in SSRS 2005..

    Please give me the Suugestions for Doing this..

    Thank You..
    See more | Go to post

  • No they Don't Have Same Values.. They Are Different..
    Just Check Here..

    Clicks Values : 9000, 8000, 10000

    Clicks_Show Values : 8000, 6500, 11000

    The Percentages I'm getting : 35.29%, 31.37%, 39.22%

    The Total of these Percentages are >100.. But I want to show Total Calculation for 100%.....
    See more | Go to post

    Leave a comment:


  • No Clicks & Clicks_Show are Different..
    Clicks is One Column & Clicks_Show is Another Column.....
    See more | Go to post

    Leave a comment:


  • Problems in CALCULATING PERCENTAGE in SSRS 2005 Reports..

    I'm Using Asp.Net with C# & Working with SSRS 2005 for Generating Reports..

    The Following Expression I'm using in Reports to Show the Percentage of Particular Items in REPORT..

    =Round((Fields! Clicks.Value*10 0)/Sum(Fields!Clic ks_Show.Value, "DataSet1_Get_A ll_1234567"),2) & "%"

    With this Expression I'm Getting Reports Percentage(Tota l) 100%(NO Problem)..

    But for...
    See more | Go to post

  • Aswanth
    started a topic DYNAMICALLY Generating Reports in SSRS 2005

    DYNAMICALLY Generating Reports in SSRS 2005

    I'm Working with Asp.Net with C#.. & I'm Generating Reports in SSRS-2005..

    Till Now I'm Generating Reports in SSRS-2005 with Stored Procedure.. in Which I'm Generating Reports for One Particular User Details(ie I wrote Stored Procedure for Getting One Users Details)..
    Now I Want to Generate the Reports for Different Users DYNAMICALLY (Here, I wrote another Stored Procedure which contains UsersID's...
    See more | Go to post

  • Generating Reports from Two Different Databases in SSRS-2005

    I'm Generating Reports in SSRS-2005..

    Previously I got the Data from One Database & Generated Reports.. Now I used to get the Data from Two Different Databases(ie Database-1 & Database-2) & to generate the Reports..
    I'm having one Stored Procedure(Get_D ata) which will combine Two databases & get the data from them.. It is working fine for Me..(I tested in Sql Server Management Studio)..

    But it...
    See more | Go to post

  • Aswanth
    started a topic Working with Reports in SSRS-2005

    Working with Reports in SSRS-2005

    Good Morning..
    I'm Using the following Expression for Division in SSRS-2005 in C# Web Applications..

    =Round(((Fields !Price.Value*10 0)/Sum(Fields!CPU. Value, "DataSet1_Amoun tDetails")),2) & "%"

    When I'm Using this Expression i'm getting the Result as i'm expecting ..
    ie.. 10.25%, 15.45%, 12.14%,.....

    But the Problem is When i'm adding all the Values it is giving me Total...
    See more | Go to post

  • Aswanth
    started a topic Field Expressions in SSRS-2005 Reports

    Field Expressions in SSRS-2005 Reports

    I'm Working with SSRS-2005 Reports in C# Web Applications..


    I'm having One Doubt regarding Division..
    In Chart Control (Pie-Chart Type)
    (Properties--> Data--> Values--> (Select Edit)--> EditChartValues--> PointLabels-->Label-Expression)
    I'm Using the Following expression..

    =Floor((Fields! Price.Value*100 )/Sum(Fields! CPU.Value, "DataSet1_Amoun tDetails")) &...
    See more | Go to post

  • Working With Two Different Stored Procedures from Different Databases in Sql Server

    Hi..,
    I'm having Two Stored Procedures in Two Different Databases..

    Database1 - Employee
    Stored Procedure - Employee_Detail s

    Database2 - Company
    Stored Procedure - Company_Details



    In Each Stored Procedure I Joined Three Tables(Inner Join) in both the Databases..

    Now I want to Join these Two Stored Procedures from Different Databases to get My Result..
    ...
    See more | Go to post

  • Could you Please give me the code... of doing this......
    See more | Go to post

    Leave a comment:


  • Aswanth
    started a topic How to Populate the Dropdownlist control in C#...
    in .NET

    How to Populate the Dropdownlist control in C#...

    Hi..
    I'm using Asp.Net with C#....

    I'm having One Dropdownlist control(Users_Details_D DL) in Default.aspx Page...

    i'm having one Stored Procedure (Get_User_Email) which will display the Data from Database into Dropdownlist control..
    Now I'm populating this Dropdownlist control with Stored Procedure in Default.aspx Page... It is working Fine..

    This is the way How i'm Populating the Dropdownlist...
    See more | Go to post
No activity results to display
Show More
Working...