How To Get Row numbers in matrix report

Hi All
i created an matrix dril down report
in which i have to get row numbers 
my requirement is something like
state          City                           RowNumber                 
Apr                          May                  
Jun                Jul        Aug
AP +            Vij                                 
 1                               300000                
5666
                  Guntur                            
 2                                70000                    
8888
                  Hyd                                  
3                                 0000                    
555
MP+               RJA                              
4                               7770                           
0
KL+             Kollam                            
5                              80000                           
555
                   Trv                                   6                             
50000                       666
SP+              Trj                                  
7                               666                         
666
JP+               mka                                
8                             6667                           
66668
RP+              Rja                                  
9                               899
like that above i have to get
i used                  RowNumber(Nothing)                And Also RowNumber("Group")
iam not getting like above   iam getting either randomly   or sum of all months
means for each month it is taking 1
so total iam getting 12,24,36,48..................like that
but i want the above requirement
so any one suggest how get that in matrix report..........

Hi Mr.SMK,
Per my understanding you want to get the row number based on the row group of "City", right?
I have tested on my local environment and you can using the expression below to do this:
Right click the city column and select the "Insert Column" and select the "Inside group-right"
Add below expression to get the row number:
=RunningValue(CountDistinct("DataSetName"),Count,"DataSetName")
Preview result like below:
If you still have any problem, please try to provide some sample data and more details information.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • How to get row no of matrix

    i created a matrix. It is having some data. If i click any row cell in the matrix it should show the row no its urgent.
    Regards,
    Puneeth S

    Hi puneeth,
    you know, iam a c# guy
    if (pVal.EventType == SAPbouiCOM.BoEventTypes.et_CLICK && pVal.ItemUID == "mtxUID" && pVal.FormType == insertyourformtype)
       string sRow = "";
       sRow = pVal.Row.ToString();
    lg David

  • How to get Row = 2 Details in report from JDT1 Table

    Dear Experts,
    SELECT T0.TransId, T0.Account, T1.[AcctName]Row1, T0.Debit, T0.Credit, T0.RefDate, T0.BaseRef,  T0.Closed, T0.Ref1, T0.Ref2, T0.Ref3Line, T0.RelType
    FROM JDT1 T0  INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    WHERE T1.[AcctName] = [%0]
    in above query i  want ROW2 Detail from JDT1Table.
    Any Help?
    Regards,
    Rahul
    Edited by: RAVI_JHA_SAP on Mar 3, 2011 8:27 AM

    Hi Ravi.......
    Try this.....
    SELECT T0.TransId, T0.Account, T1.AcctName, T0.Debit, T0.Credit, T0.RefDate, T0.BaseRef, T0.Closed, T0.Ref1, T0.Ref2, T0.Ref3Line, T0.RelType
    FROM JDT1 T0 INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    WHERE (T1.AcctName = '[%0]' or '[%0]'='') and T0.[Line_ID]=2
    Regards,
    Rahul

  • How do I get row numbers to appear automatically in a Numbers chart.  Just 1,2,3,4, etc.

    How do I get row numbers to appear automatically in a Numbers chart.  Just 1,2,3,4, etc.

    Awesome! I needed a pointer for technical documentation: a thick white stroke, with a thinner black stroke going right down the middle of it. I made a new stripe stroke style: Start: 37%, Width: %26. Then I did a gap color of Paper, gap tint: 100%. Stroke color is black. Round cap.
    Thanks Bob! You rock. This made my day!!!

  • How to get total numbers and total price in query reports

    Hi,
    how to get total numbers and total price in query reports.for example:
    particular item is issued 3 times a week...I need total quantity of item issued
    my query...
    SELECT T0.[DocNum], T1.[ItemCode], T1.[Quantity], T1.[Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'

    Hi,
    Try this:
    SELECT T1.[ItemCode], SUM (T1.[Quantity]) as [Total Quantity], SUM (T1.[Quantity] * T1.[Price]) as [Total Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'
    Group By T1.[ItemCode]
    Beni.

  • How to get row number of selected entry from OVS search result

    Hi,
    Anyone having any idea on how to get row number of the  selected entry/ how to differentiate rows in OVS search result in ON_OVS method?
    Regards,
    Jatin

    Hi,
    You can get the selected record to <ls_selection> structure in co phase 3.
    From that structure you can get what ever field you want.,
    check the below code for reference,
    << Moderator message - Cut and paste response from F4 help for ALV table field removed. Plagiarism is not allowed in SCN >>
    hope this helps u.,
    Thanks & Regards,
    Kiran
    Edited by: Rob Burbank on Jan 5, 2012 5:24 PM

  • How to get the value from another report Customizes Form

    Dear all,
    I create a report such as
    select * from mytable.table1
    where field1 = :bind_variable
    I create a menu to run this Customized Form and user have to select the bind_variable values. So I have another report created which also want this bind_variable as it WHERE Clause. But I don't want my user to key the same bind variable twice. They can just same the Customized Form and run for both report.
    Could anybody know how to get the bind_variable on 1st report and used by the 2nd report.
    Thank you very much.
    Best Rgds,
    SL Voon

    Hi,
    are you on BI7.0? There you can create variables type replacement path and get the value out from a different variable without any coding.
    regards
    Cornelia

  • How to get the usage of SSRS reports in project server 2010

    Hi
    Can any body tell me how to get the usage of the SSRS reports in Project Server 2010.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hello,
    See the links below on how to get the usage for SSRS reports:
    http://sqlbadboy.wordpress.com/2013/09/12/reporting-services-reports-whos-using-them/
    http://www.mssqltips.com/sqlservertip/1908/analyze-report-execution-and-usage-statistics-in-sql-server-reporting-services/
    http://www.mssqltips.com/sqlservertip/1306/how-to-know-what-reporting-services-reports-are-being-used/
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • How to get the output of the report in pdf format

    how to get the output of the report in pdf format?
    Thanks in advance,
    madan.

    Refer these links
    http://www.sap-img.com/bc037.htm
    http://www.members.tripod.com/abap4/Save_Report_Output_to_a_PDF_File.html
    CONVERT_ABAPSPOOLJOB_2_PDF FM convert abap spool output to PDF

  • How to get the stock of STO Report with suppling Plant/receiving Plant/open

    How to get the stock of STO Report with suppling Plant/receiving Plant/open/close qty.

    MB5T gives you Details of STO which have stok in transit.
    ME2W gives you supplying plant wise STO details.  Also in ME2W , in the ALV report output, if you select  the "delivery Schedule line" icon , you will get details such as , STO qty, Issued qty , undelivered qty etc.

  • How to get last column used in report sorting?

    hi,
    how to get last column used in report sorting?
    simon

    How to identifiy which column was sorted having different reports on page?
    just use:
    'YOUR_STATIC_REGION_NAME' instead of p_static_id,
    :APP_ID for p_app_id,
    :APP_PAGE_ID for p_page_id
    :APP_USER_ID for p_app_user.
    and dont forget to grant SELECT on #OWNER# to APEX_030200.WWV_FLOW_PREFERENCES$
    good luck and thank you Juergen.Schuster
    Simon

  • Row numbers in Financial reporting Studio report

    Hey I am designing reports in FR Studio that require row numbers next to the line item (Account) description. The problem is that these rows can be dynamically suppressed if they are 0/missing/error. So the question is: how do I get row #s, skipping hidden rows?
    Thanks

    Yes I completely agree, a few extra 'Excel' type functions could make a huge difference!
    Thinking outside the box, one ugly workaround might be ranking??! Could you somehow use ranking on the report to return a row number?
    I'm thinking on the Essbase side you might need to create a member in a dimension other than Accounts that you can store a static value against, incrementing it for each account in your hierarchy, e.g 10, 20, 30 etc. Then in your reports you have a hidden column to return that value and a formual column to rank it in ascending order.
    Like I say not pretty but if you could do it in a dense dim e.g. Period then it shouldn't significantly add to block size / db size as it is only one member, store it against a static member in your other dimensions, e.g. No Year, No Entity assuming you have something similar. You would also need to be careful of your numbering if your row numbers needed to include subtotals so that those values were ranked correctly.
    Its amazing what you can come up with when you have to find a way to do things.
    Hope this helps
    Stuart

  • Calculate percentage between two rows in a matrix report with a single row group in SSRS 2008

    I need your help. I have a matrix report in ssrs 2008. The report contain one field value column and one value column. I need to calculate a percentage for two values. For example : row 1 : Discount 10 Row 2 : Sales 100 Result : 10/100. I have only one
    row group, I need to have a condition where Field = Discount % on Revenue then Discount/Total Turnover. Because of the  grouping for total, I am not being able to calculate the %, its just totalling the % discount. Kindly refer to the snapshot of the
    report.

    Hi Thanks a lot for your answer, but unfortunately it didn't work,the report is reading from a stored procedure which I have unpivot to convert all columns into rows, so that's why Discount % on Revenue, Discount and Total Turnover is found in one column.
    So the Field!Col.Value is the Discount % on Revenue, Discount and Total Turnover. I have tried to change the code to
    "=SUM(IIF(Fields!Col.Value = "Discount",Fields!value.Value),0))
    /IIF(SUM(IIF(Fields!Col.Value = "Turnover Total",Fields!value.Value),0)) = 0 ,
    Nothing,SUM(IIF(Fields!Col.Value = "Turnover Total",Fields!value.Value),0)))" but to no avail. Any other suggestion will be most welcome.
    Thanks.
    If everything you're getting from stored procedure then you need to calculate and bring the value from there itself.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to get prompt value in Financial Reporting and use it as header

    Hi Oracle Gurus,
    I have Hyperion Financial Reporting 11.1.1.3. I created a report.
    I have Products dimension on rows. And I also have prompt for Products.
    Let's say there is 3 products, Product A, B, and C, with each has its own level 0 item (for example A1, A2, B1, C1)
    Currently in my situation, user will be prompted to select a list of Products, and then the report will display only the level 0 of the product chosen by the user. For example, user select Product A, then the report (or the grid) will display A1 and A2 on rows. User select Product B, B1 will be displayed.
    My question is, I want to create a dynamic header report, so how can I get this prompt value and use it as a report header? For example: Sales of Product A when user choose Product A, or Sales of Product B when user choose Product B.
    Thanks a lot for your response.

    Hi,
    Here is the possible way to achieve it:
    1. Insert a row (may be as row 1) in the report which has product as "User prompt".
    2. mark this row as hidden always
    3. User other rows as level0 of product in row 1
    4. Use MEMBERALIAS in your header to use product as dimension & row as row1
    Hope it helps !!
    Edited by: user8628169 on Jun 22, 2011 10:53 AM

  • How to get row index?

    Hi,
    can any one tell me how to get the particular row index matrix. I need to get the row index when et_validate event raised.
    Regards,
    Siva

    Hi Siva,
    Use offset property in DBDataSource Object.
      Int RowNo;
    RowNo= DbDatasource.Offset;
    Regards,
    Sravan Kumar Pothu

Maybe you are looking for

  • Xml page not displayed

    Hi,I amfacing problem in B2B(HTTP-IDOC)scenario.the problem is we posted PO through XI to vendor .XI processed successfylly. but here the probelm is , in SXMB_MONI in the place Response i am getting below message PAGE CANNOT BE DISPLAYED. but my peer

  • 'Some images are missing because they were deleted from the document'

    Hi, I created a document in Pages v5.2 last week and have just opened it and received the following message: 'Some images are missing because they were deleted from the document' When I try and replace the missing images I get the following message:

  • Contains keyword not function

    Dear all, I've got another problem. When I'm using contains keyword with my resource_view, it cannot return any result, but I can sure the text must appear in the xml file: select * from resource_view where contains(res,'123.AB') >0 But the strange i

  • Will visual composer replace webdynpro

    Hi All ,     I am new to portal , i have one basic question , can we do all our development using visual composer .. when do we need to use webdynpro ??

  • HT201303 Where is this security code you need????

    Where is the security code you need from my c.c?