Pagination and interactive sort for drilldown report doesn't work fine

Hi Anyone,
I have a drilldown report includes three groups. I add the last group for pagination. But the details in each page doesn't accord to I specified and the detail record number is different in different page.
Another issue is the interactive sort always sort in the first page scope. I set the data region or grouping to the table, and evaluate expression scrope to Detail scope.
Anyone has experience on that?
Thanks a lot

Can you explain your scenario giving screenshot to make us understand how your groups are?
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Similar Messages

  • My iphone keeps blocking in a "boot" mode... blackscreen with apple logo... the restarting (home and power button for 10 sec) doesn't work.

    my iphone keeps blocking in a "boot" mode... blackscreen with apple logo... the restarting (home and power button for 10 sec) doesn't work. when i get it in DFU mode and try restoring with itunes it remains the same... provider already "fixed" this problem twice with a "software update" only to get the same problem again... it just "reboots" this time it happened @ night while charging... previous time in my jacket pocket... this is the 3th time it happens, and my provider (Mobistar belgium) doesn't wish to exchange or refund my iphone witch clearly has something wrong 3 times same problem in 3 months...

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • SSO for MSS Reporting doesn't work

    Hello Experts!
    I've a litte Problem: When a Portal-User (Manager) wants to call a Report from MSS Reporting, there comes a litte popup where he has to fill in his logon data for the HCM-System (target system).
    I have already imported the certificates from Portal into the target system (Transaction strustsso2) as describes in this weblog (Connecting SAP systems to Enterprise portal with SSO.). The portal user and HCM-System user names are indentical, too.
    do you have any suggestions?

    Hi Matthias,
    Let me know which version of MSS and HCM system are you using. I assume that your you are using saplogonticket in the system property.
    Few questions:
    - Is that appearing for all the screens or applications in MSS business package ?
    - Are you using the standard SAP business package or have you customized it ?
    - As mentioned in your message, you have imported the certificates but have you added them to ACL and set the value in 2 parameters login/create_sso2_ticket and login/accept_sso2_ticket and restarted the target system (HCM system) ?
    Regards,
    Sunil

  • Period Dimension in XL Reporter doesn't work fine

    When I use a Period dimension in XL Reporter, that shows for example. The sales in 2008-07 like a value of a parameter or filter in a composer or designer, don't shows nothing in the result.
    If you have any idea that helps me, I will thank you a lot.
    I have these erro on a varios installations.
    Thanks for your help.
    Mariela Gómez

    Hello Wilma Wang:
    The fields that I want to show are: total line, quantity, number of document, BP Name, Product description, period.
    The problem is when you define a parameter or filter that is related with the period dimension to execute the report.  For example: you maybe select de value of 200807 to show the sales of that period.  And the result is nothing....
    Thank you for yor respond.
    Mariela Gómez

  • Can values returned by a lookupset be used for interactive sorting or a report filter?

    I have a report that uses multiple stored procedures. I am using the lookupset function to return the values, then I sum the values with custom code, and have them display all into one tablix. However I can not figure out how to use interactive
    sorting or a report filter with values returned by the lookupset function.
    My question is:
    Can you use values returned by a lookupset for interactive sorting or a report filter?
    Thanks!

    Hi WGiff,
    Based on my understanding, you want to perform interactive sorting or filter for the values which come from multiple datasets.
    In Reporting Services, LookupSet()function is used to retrieve a set of values from the specified dataset. So in your scenario, we should use Lookup() function to retrieve values from specified dataset, then perform interactive sorting or filter.
    As we tested in our environment, we retrieve values using Lookup() function form datasets, then sum these values with custom code. After enable interactive sorting or filter for these values, we can get expected results.
    1. Add custom code below in Report Properties.
    Public Shared Value as Integer=0
    Public Shared Function GetValue(Item as Integer) as Integer
    value= value + Item
    return Item
    End Function
    Public Shared Function GetTotal()
    Dim a as integer
    a=value
    value=0
    return a
    End Function
    2. Enable Interactive Sorting.
    3. Add filter within the group.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How to acheive Pagination and Dynamic sorting in Web layout.

    Hi All,
    I'm new to Oracle Reports. I use Report Builder 10.1.2.0.2.
    I tried creating a template for simple tabular report. I modified the tempalte for Paper layout, Web layout ie modified .tdf, html, css files.
    When the data is dispalyed in the web browser, i need to do Pagination and dynamic sorting (ie when the column heading is clicked, it needs to do sorting by that column).
    In the jsp page of the report, it is possible but i want to incorporate this functionality in the Template. So that a single template can be used across multiple reprots with out any modification.
    Can any one please tell me how to do this.
    Please reply me at the earliest. Its very urgent.
    Thanks & Regards,
    P. Gayathri Devi

    Igor,
    You'll need to switch from using Partial Page Rendering to full page submits on that report. In version 4.0 we should be getting more control over event handling in PPRs but to what extent is still unknown.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur

  • Interactive Reports - group by in SQL - download reports doesn't work

    Hi,
    I have the following SQL as the region source of an interactive report.
    select SERVICELEVEL, SUM(CONTRACTVALUE), SUM(DOLLARVALUE), count(SERVICELEVEL) from "ACSPROD"."CONTRACT" where CONTRACTSTATUS='Active' group by SERVICELEVEL
    The report shows exactly as expected. I have also integrated BI Publisher 10.1.3.4.1 with APEX 3.2.0.00.27
    Problem 1
    The report download doesn't work for any of the formats (CVS/XLS/PDF/RTF). When I rewrite the SQL without the group by clause (not the wanted results), then the report downloads work.
    What am I doing wrong?
    Problem 2
    Irrespective of the above issue - when I add a sum aggregate and download the report (any format) - it doesn't show the summed value.
    What am I doing wrong?
    Please advise!
    Cheers
    Mynhardt

    Hi Pratadamski ,
    I could reproduce this issue at my end. This is a bug. So, I have filed on your behalf (6432429).
    When i use tables ( not views) directly in my SQL and use column alias for computed column, it does work fine!
    i.e., this query is good with databinding at designtime and runtime:
    SELECT ALL trip.PersonID,
                        COUNT(*) AS Num_Trips
    FROM trip
    GROUP BY trip.PersonIDThanks & Appreciate your feedback,
    Sakthi

  • Available characteristics and key figures in drilldown reports

    Hi,
    I'm wondering which table /structure defines what characteristics and key figures are available for drilldown reports (eg. G/L), and if it is possible to add new chars/key figs.
    I reckon there must be a structure resembling Report Painter libraries, where you can select fields from a reporting table. I just can't find that structure anywhere.
    Any help is appreciated.
    Best regards,
    Jarkko Kuusisto

    For GL the menu path is Financial accounting-general ledger accounting-G/L accounts-Line items-line item display.
    Here you select the way the line item display is set up. Also you can select the fields you want and additional fields as well. Some tcodes range from O7F1 and O7FE.
    This varies by module but is generally in the line item or information systems section in configuration.
    Go to GR21 and drop down the tables and you can see all the tables availble for report painter.
    You can add tables to report painter in sm30 in table T804A. That makes it availble for report painter.
    please assign points. It is appreciated.

  • My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    http://support.apple.com/kb/TS2005
    http://support.apple.com/kb/HT1861
    https://ssl.apple.com/support/proapps/serialnumbers/

  • Define Logical Systems and Template Names for BW Reports

    Hi experts
    I would like to know if someone used the mentioned functionality 'Define Logical Systems and Template Names for BW Reports, I would like to know too IF I create a Z REPORT for example in webdynpro and insert it in this configuration it will work and where it will appear in sourcing cockpit?
    sds.
    Javier

    Hello Muthu,
    BW reports will be shown in SRM Box if the corresponding BW roles for SRM are integrated with SRM roles.
    You might to activate the corresponding datasource of this in SRM.
    And since you have to connect the source system to BW, I think you have to define SRM system as logical system in BW.
    Regards,
    Pavan

  • Safari for Iphone has a dark shade and the menus in the bottom doesn´t work. What to do?

    Safari for Iphone has a dark shade and the menus in the bottom doesn´t work. What to do?

    Welcome to the Support Communities. This Apple doc may help:
    iOS: Not responding or does not turn on
    ...Found here:
    http://www.apple.com/support/iphone/essentials/

  • I have an icon thats appeared in finder ..i don't know where its come from and what its for. It doesn't  respond in any way when I click it.How do I get rid  of it?

    I have an icon thats appeared in finder ..i don't know where its come from and what its for. It doesn't  respond in any way when I click it.How do I get rid  of it?

    I can't select it .. I click on it and nothing happens. The only thing I seem to be able to do is a two fingered click which brings up a context menu for the side bar preferences..but unfortunately this icon does not appear in the list.

  • I purchased Illustrator for one month but when trying to run the application, it asks me to "renew the subscription". I tryed to reload illustrator two times and reloaded CreativeCloud but still it doesn't work. What else can I try? I need AI immediately

    I purchased Illustrator for one month but when trying to run the application, it asks me to "renew the subscription". I tryed to reload illustrator two times and reloaded CreativeCloud but still it doesn't work. What else can I try? I need AI immediately for work

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • I have a 2006 Lexus RX330 and want to play my nano 6th generation through radio. Don't want to use 'tape cassette'. What FM transmitters are really good?  I have wireless bluetooth for phone but doesn't work for music.

    There are so many FM transmitters ranging from $2.00 to $100.00.  I have a tape cassette in car and an old cassette adapter that doesn't work well and makes noise.  The car has bluetooth wireless for iPhone but does not play music (unless I just couldn't figure this out.  I want the best transmitter for city driving, but one that doesn't cost too much.  Any success stories?

    For anyone following, I looked further into the tape cassette adapter and it seems to get the best reviews vs. FM transmitter.  Guess there is a good reason that I have the last year model with a tape cassette.  Worth mentioning is the Maxell one gets a better review than the Monter one.  Not sure why, but it's cheaper. Anyone else find a good quality tape cassette adapter?

  • I've just upgraded to iPhone 4S and restored data from my old iPhone through iTunes.  I'm being asked for a password to get into my phone and the old password I had doesn't work.  I don't know what password it's looking for

    I've just upgraded to iPhone 4S and restored data from my old iPhone through iTunes.  I'm being asked for a password to get into my phone and the old password I had doesn't work.  I don't know what password it's looking for

    Thanks for replying, I'm a real techno-cretin.  What do you mean by not using the backup?  I'm busy trying to restore my new phone and it's doing a 6 hour download with updates.  Can I restore the data from my old phone backup onto the new iPhone 4S when the download is done?

Maybe you are looking for