Three sorts in one report

I am trying to automate a process where a report was created
in Word
using the same data set, sorted three times. The first sort
is by
date, the second by Center, the third by Business Unit. I
tried to
create one .cfm file with three subreports, but that seems to
bog down
our server. Then I thought I just make the three reports
regular
reports with headers and footer and run them when the button
is
clicked for this report. Just the first one (date) is
produced.
Here's the code I have for it right now (didn't see an
'Attach Code' link...) :
<cfcase value="11">
<cfset START =
DateFormat(URL.ReportBeginDate,"mm/dd/yy")>
<cfset END =
DateFormat(DateAdd("d",1,URL.ReportEndDate),"mm/dd/yy")>
<cfquery name="qryWeekInReview" datasource="#dsn#">
SELECT tblSCTicket.OutageStart
, tblSCTicket.OutageEnd
, tblCenters.CenterName
, tblPriorities.Abbrev
, tblSCTicket.SCTicket
, tblSCTicket.IssueTitle
, tblSCTicket.RootCause
, tblSCTicket.Impact
, tblSCTicket.Resolution
, tblBusinessUnits.BusinessUnitName
, tblSCTicket.ResultOfChange
, tblUserFacingAppImpact.UFAImpactStart
, tblUserFacingAppImpact.UFAImpactEnd
, tblUserFacingAppImpact.NumUsers
, tblImpactTypes.ImpactType
, DATEADD(Day, DATEDIFF(Day, 0, tblSCTicket.OutageStart), 0)
as OutageStartDt
, CASE WHEN tblSCTicket.ResultOfChange = '1' THEN 'ROC' END
as ROCIndicator
FROM pmdb..tblSCTicket tblSCTicket
, pmdb..tblUserFacingApps tblUserFacingApps
, pmdb..tblUserFacingAppImpact tblUserFacingAppImpact
, pmdb..tblBusinessUnits tblBusinessUnits
, pmdb..tblCenters tblCenters
, pmdb..tblPriorities tblPriorities
, pmdb..tblImpactTypes tblImpactTypes
WHERE tblSCTicket.SCTicket = tblUserFacingApps.SCTicket
AND tblUserFacingApps.UFAID = tblUserFacingAppImpact.UFAID
AND tblUserFacingAppImpact.BusinessUnitID =
tblBusinessUnits.BusinessUnitID
AND tblUserFacingAppImpact.LocationID = tblCenters.ID
AND tblSCTicket.PriorityID = tblPriorities.PriorityID
AND tblUserFacingAppImpact.ImpactType =
tblImpactTypes.ImpactTypeID
AND tblSCTicket.DateEntered BETWEEN '#Start#' and '#End#'
</cfquery>
<cfreport format="pdf" template="rptWIRDate.cfr"
query="qryWeekInReview">
<cfreportparam name = "StartDate" value = "#Start#">
<cfreportparam name = "EndDate" value = "#End#">
</cfreport>
<cfreport format="pdf" template="rptWIRCenter.cfr"
query="qryWeekInReview">
<cfreportparam name = "StartDate" value = "#Start#">
<cfreportparam name = "EndDate" value = "#End#">
</cfreport>
<cfreport format="pdf" template="rptWIRBusinessUnit.cfr"
query="qryWeekInReview">
<cfreportparam name = "StartDate" value = "#Start#">
<cfreportparam name = "EndDate" value = "#End#">
</cfreport>
</cfcase>
Thanks for any help.
John

you can insert a page break after each grid and that might help

Similar Messages

  • Multi-language in one report

    Hi,
    I would just like to confirm that it is still not possible to show three languages in one report.
    We have description fields (segments of an account combination) that should have English values for the English language, Hebrew for the Hebrew language, and Russian for the Russian language.  However, sometimes the Users did not translate the segement descriptions and we can have English descriptions for the Hebrew language, Hebrew for the English values, English for the Russian values etc.
    The problem is that in running a report in Hebrew, the report shows, of course, all the descriptions that are in the Hebrew language field.  That is fine if it is English or Hebrew, but if it is Russian then we just get squares.
    If the report is in Russian, then all the Russian and English values are fine, but the Hebrew descriptions are just squares.
    In summary, the values shown will always be in English and whatever language was requested while the third language (Hebrew or Russian) will be squares.  Is there possibly now a way to retrieve whatever value is in the field no matter what language is used?  We have Discoverer 10g (1.2.3), PLUS (10.1.2.55.26)
    Thank you.
    Leah

    may be my poor english make u guys misunderstand my question.
    actually i am talking the first Top row (which is lead column/ descrption column)
    and first Left column in a report painter.
    ====================    <---First top row
    =    <--- first left column
    =
    =
    =
    currently i am using  "change text" to type in description(english) by manual(), and the problem comes out when i login with other lang, say chinese lang for example, the column and row didn't display any text on it(all blank) after different lang login.
    so just wonder is there any way to have a auto translation when different lang login.

  • One report or three reports?

    Hi guys,
    I have three reports in SAP BW (im using SAP BI 7.0):
    1) Credit Management
    2) Sales
    3) Profit Center
    Each report has it´s own view, data source and infocube.
    So for example the customer number, company code are the same.
    The key figures are the same (like sales or turn over).
    In addition to report 1) the 2) sales report has added characteristics like salesorganisation, the 3) has profit center.
    No I´m wondering if it is possible to make just one report with all characteristics in one query?
    Should I create one DSO with all fields?
    Is it possible to create one DSO which has access to each view and assambles the existing fields in one single DSO?
    Or would it be to much chaos if there are many characteristics?
    Thanks in advance

    I didn´t understand completely and wasn´t able to try to build one single cube (not a multi cube) out of three DSO.
    In my case I have the following situation for example three cubes and each cube has his own DSO with the same structure.
    My goal is to have only one cube with all characteristics in it so that I don´t have to use the reports.
    This is how the cubes exist in current version (three cubes and three DSO).
    ========
    Cube 1:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 2:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 3:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    =========================
    Solution scenario for Cube 4:
    =========================
    I thought about this creating a new cube.
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    ===================
    Than I shoul be able to select within a selection mask for example turn over for a specifi sales division and profit center in the specific month.
    Am I right?
    To achieve that I have to map every single DSO field with the new cube 4.
    That means
    "DSO Sales" 0Customer field with field 0Customer in cube 4,
    "DSO Profit Center" 0Customer field with field 0Customer in cube 4 and
    "DSO Finance" 0Customer field with field 0Customer in cube 4
    and so on.
    Am I right?
    Thank you for answering!

  • With three different objects in one Section with in one report is it possible?

    Hi my dear friends,  Good morning
    I'm using BO 4.1 sp 6
    I needed some help from you could you please .........
    here is that table contains ....
    Date         Batch NO   Customer account No   amount of check     amount  
    01/01/04    5678           123456                         $300                    $ 500
    This report contains three different structures based up on user selection Section
    system Name , Batch NO, Company code Used in Section
    query filters and column are same for all above three structures in query filters all are optional prompts
    currently i've created three tabs for three structures but due to optional prompts based upon selection data is fetching for all three tabs ...
    is it possible to restrict ?
    can i merge these three tabs into one tab ?
    query filters are          user selection for System name in Section
    class name                     class name :suspense
    class type                       Date :
    system name :           User selection for Company Code in Section
    Date :                              Class Name : Suspense , Class Type : Rejected , System name : Mars , Date :
    Company code :          User selection for Batch No In Section
                                     Class Name : Suspense , Class Type : Rejected , System name : Mars , Date :   
    End user front end application is Java
    Thanks
    Ravi Kumar

    hi friends,
    Hi hesters thanks for your help it is helpful but my requirement is not met with that.
    i've got answer
    create condition @ universe level
    with
    'System Name'= @Prompt("Subtotal By','A',{'system Name','Batch No','Company Code'},mono,Persistent,)
    need to create for what are the objects we are using in section
    and create userresponse @ report level
    if(Userresponse("Subtotal By") then [System Name] ......
    you will get it...........

  • Viewing More than one report at a time

    Hi guys, i have an application developed with 6i forms, when i call reports, it shows up fine but users cannot open more than one report at a time. All opened reports are cued up.
    Is there any parameter i can set so that many reports can be viewed at the same time. Am using run_report_object to call reports.
    Thanks
    Jideofor

    Hi Darwin
    Yes best tool is FinalCut Pro and it's MultiCamera function.
    But one can do it in a fairly easy way in FinalCut Express
    • Drop Camera one clip into video track 1
    • Camera two => V-track 2
    • Camera three => V-track 3
    Double click on the clip in track 1.
    Now You see it in Viewer
    Turn on Image + Wireframe (above the picture in viewer window)
    Now shrink it to take up a Quater and move it up to the left hand corner
    Repeat with track 2 and three but move them into a free corner
    Now when You play TimeLine You see all three videos playing in concordance.
    Now You have to move them so that they sync. I use a photo flash during recording
    to get one white frame on all cameras
    Then to the edit.
    Turn on Toggle Clips Overlays [alt+W] - this turns on the transparicy line in each
    videoclip and audio level on those
    I use the transparicy line and the Pen tool to increase transparacy to 100% on the
    part of a clip I want visibly and drag down the other two to 0%
    When I've done this trough out the full TimeLine
    • I go into each Video track and restore size to 100% and that they fill window
    Now playback and see if You are satisfied.
    Still - You now have to figure out on which Audio that works best.
    Good Luck
    BUT in FinalCut Pro this is very much more better and most of all time saving.
    Yours Bengt W

  • How to display mutpliple components of one report in SharePoint webparts?

    Our customer requires flexible report layouts in SharePoint. For example, if we create a PivotTable, a PivotChart and a filter in Excel, then these three elements should be made available as separate webparts so they can be placed anywhere on the SharePoint
    page, e.g. the filter should be placed into an area which only opens on demand. The different webparts that make up the one report should still interact of course.
    Another demand is to export certain parameters, e.g. the name of a dimension, and again make that option available in the form of a webpart, so the end user is able to select from a preset list of dimensions.
    I am unsure if any of this is at all possible, since I have worked with rather "plain" Report Services reports and some Excel Services (w/o PowerView) reports in the past. I am thankful for any hints concerning such customizations, whatever the
    technology may be (must stay in the MS BI world of course). Even implementing custom webparts that somehow communicate with SSAS (using Reports Services web service maybe?) would be an option if everything else fails.

    Hi timvdh,
    As per my understanding, you are creating a PivotTable, a PivotChart and a filter using the same AS cube in three Excel files. You want to select some parameters in the filter, then PivotTable and PivotChart can be updated based on the filter.
    If in this scenario, I suggest you can open the PivotTable Excel file, then add the same filter in the PivotTable, and then create the same PivotChart based on the PivotTable. In this way, the data in PivotTable and PivotChart can be updated based on the
    filter, all components in the same excel file. Then add an Excel Web Access Web Part in a SharePoint page, upload this excel file to the web part.
    Reference:
    Display a workbook in an Excel Web Access Web Part
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Alternate sort in interactive report

    Hi,
    I have several interactive reports where I need to enable sort on a column where the sort order is "custom" (I mean, not alphabetical nor numeric).
    In other words, I want to display one column, but sort using another one when I select a sort icon (asc or desc) on displayed column header.
    I'm pretty much sure there is no out-of-the-box solution to this, but any idea would be appreciated.
    I created a trigger on WWV_FLOW_WORKSHEET_RPTS to replace any sort on my display column with my sort column. It worked but I had lots of side effects as sort icon not displayed at the end of the column header for example.
    Thanks to share any idea you could have!

    Not the same as you imagine, but without any APEX-Tricks you could simply name your values a little different. THis could also be done in the query.
    e.g.
    select t.t_name, p.p_sort||'-'||p.p_display priority
    from task t, priority p
    where t.t_priority = p.p_sortI would always avoid doing stuff in the background, where the users might not understand directly, why it is the case.
    So you could also help the users to understand the correct sorting by choosing appropriate report column names
    select t.t_name, t.t_priority as priority, p.p_display priority_name
    from task t, priority p
    where t.t_priority = p.p_sortMost users will understand the difference when they sort by one or by the other column. And of cause the "better" sort order could be stored as default report settings.

  • Two queries in one report?

    I have Three tables like
    Device_table columns are
    d_id, d_name, date
    Software_table
    sw_id, software, version, serial_no, sw_type, d_id(foreign_key)
    hardware_table
    hw_id, hardware, specification, d_id(foriegn_key)
    now in reports i want to attach both hardware and software, I have made two quires like
    SELECT d.d_name, sw.software, sw.version, sw.sw_type from
    device_table d, software_table sw
    where d.d_id = sw.d_id
    and second query is
    SELECT d.d_name, hw.hardware, hw.specification
    from device_table d, hardware_table hw
    where d.d_id = hw.d_id
    Now my problem is that how can I add both queries in one report so that i can get a list of software and hardware attached to one device.
    Regards
    Maz

    I want to see the report as follow.
    d_name: CPU-1
    date: -----------
    Software installed:
    sw_id, software, version, serial_no, sw_type
    (list of softwares attached, can be more then one)
    Hardware attached:
    hw_id, hardware, specification (same like software list, it will contain hardware list attached to specific device),
    Please if you can help me that how will i make a query for this.
    Thanks and Regards
    Maz

  • Sort remuneration statement (report RPCEDTP0)

    Dear gurus,
    I need to find an exit for report RPCEDTP0, because a need to sort the remuneration statement by name and last name.
    The standard button SORT ORDER from report RPCEDTP0 is not giving me what I need...
    Does anyone know something that may help me?
    Thank you in advance,
    PC

    Hi Ted Dinh!
    Your advice seemed to be such a good one... but I'm not having success
    I created an enhancement in form 'FILL_SORT_CONDITION_TABS' ( include: 'LRPPNTOC') and inserted this code inside it:
      SORTORDERS-FIELDNAME = 'ENAME'.
      SORTORDERS-POSITION = '26'.
      APPEND SORTORDERS.
    But when I click on button 'SORT ORDER'... I don't see any difference..
    Do you have some idea of what can be happening?
    Regards,
    Priscila

  • Consolidating queries / reports in one report

    Hi guys,
    I have three reports in SAP BW (im using SAP BI 7.0):
    1) Credit Management
    2) Sales
    3) Profit Center
    Each report has it´s own view, data source and infocube.
    So for example the customer number, company code are the same.
    The key figures are the same (like sales or turn over).
    In addition to report 1) the 2) sales report has added characteristics like salesorganisation, the 3) has profit center.
    No I´m wondering if it is possible to make just one report with all characteristics in one query?
    Should I create one DSO with all fields?
    Is it possible to create one DSO which has access to each view and assambles the existing fields in one single DSO?
    Or would it be to much chaos if there are many characteristics?
    Thanks in advance

    I didn´t understand completely and wasn´t able to try to build one single cube (not a multi cube) out of three DSO.
    In my case I have the following situation for example three cubes and each cube has his own DSO with the same structure.
    My goal is to have only one cube with all characteristics in it so that I don´t have to use the reports.
    This is how the cubes exist in current version (three cubes and three DSO).
    ========
    Cube 1:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 2:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 3:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    =========================
    Solution scenario for Cube 4:
    =========================
    I thought about this creating a new cube.
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    ===================
    Than I shoul be able to select within a selection mask for example turn over for a specifi sales division and profit center in the specific month.
    Am I right?
    To achieve that I have to map every single DSO field with the new cube 4.
    That means
    "DSO Sales" 0Customer field with field  0Customer in cube 4,
    "DSO Profit Center" 0Customer field with field  0Customer in cube 4 and
    "DSO Finance" 0Customer field with field  0Customer in cube 4
    and so on.
    Am I right?
    Thank you for answering!
    Edited by: saplaz on May 8, 2011 2:51 PM
    Edited by: saplaz on May 9, 2011 1:41 PM
    Edited by: saplaz on May 10, 2011 8:35 AM

  • SQL multiple selects in one report?

    Hello,
    I'm having a problem selecting from the following table (let's call it the dpt_user_role) to be able to create a custom report,
    The table looks like the following:
    Dpt_id User_id User_is_manager
    1 1001 N
    1 1002 Y
    1 1003 N
    2 1001 Y
    2 1005 N
    2 1006 N
    3 1001 Y
    3 1007 N
    3 1008 N
    I would like to build a custom query to fit in just one report that would give me the following results for user_id 1001
    Dept_id User_id User_is_manager
    2 1001 Y
    2 1005 N
    2 1006 N
    ------ (line from the custom report template separating dpts) ------
    3 1001 Y
    3 1007 N
    3 1008 N
    As you can see I need to select all the depts where user_id :PX_USER is a manager but also the non manager users in that report.
    Any help pointing me in the right direction will be greatly appreciated and sorry for the inconvenience.
    Thanks.
    Best regards,
    NJ

    Hello,
    Thank you for your fast answers and for helping.
    The result of the query returns,
    2 1001 Manager
    2 1005 Non-Manager
    2 1006 Non-Manager
    ------ (line from the custom report template separating dpts) ------
    3 1001 Manager
    3 1007 Non-Manager
    3 1008 Non-Manager
    But I really need something like
    Dept_id Manager User_is_manager
    2 1001 Y
    Dept_id Non-Manager User_is_manager
    2 1005 N
    2 1006 N
    ------ (line from the custom report template separating dpts) ------
    Dept_id Manager User_is_manager
    3 1001 Y
    Dept_id Non-Manager User_is_manager
    3 1007 N
    3 1008 N
    So I could pass the results to the custom report like
    [begin of template report]
    Manager of Dept #Dept_id# is #Manager#
    Non managers users are #Non-Manager#
    ------ (line from the custom report template separating dpts) ------
    [end of template report]
    And the report would go to Dept_id = 3 and so on. I would have to perform an inner join of some sort to get the Manager and Non-Manager users first and last names from a different table.
    Is this all possible in a single query or am I in hyperspace here?
    May the good winds of fortune keep blowing your way and inspiring you.
    Thank you!
    Best regards,
    NJ

  • 2 selection screen in one report.

    hi,
    i need to have 2 selection screen in one report....based on the input of 1st selection screen i need to display another selection screen. The 1st selection screen consist of three radio buttons....selecting one of them should allow me to further input data....
    i tried user command, modif id...but the problem is the 2nd selection screen is also displayed initially and den after clickin d radio button i get only the 2nd selection screen...
    i cannot use module pool programming coz of user requirement.
    could anybody help with the code??

    Hi
    Please this code ..
    SELECTION-SCREEN: BEGIN OF BLOCK c1 WITH FRAME TITLE text-001.
    Upload table
    PARAMETER: p_upload TYPE char01  RADIOBUTTON GROUP rsel
                        DEFAULT 'X'  USER-COMMAND ucomm,
    Edit Tables
               p_edt_tb TYPE  char01 RADIOBUTTON GROUP rsel.
    SELECTION-SCREEN: END OF BLOCK c1.
    Upload table
    SELECTION-SCREEN: BEGIN OF BLOCK c2 WITH FRAME TITLE text-002.
    PARAMETERS: p_tab   TYPE char16     MODIF ID m1,
                p_comp  TYPE char18     MODIF ID m1,
                p_plant TYPE werks_d    MODIF ID m1,
                p_excel TYPE localfile  MODIF ID m1.
    SELECTION-SCREEN: END OF BLOCK c2.
    Edit Table
    SELECTION-SCREEN: BEGIN OF BLOCK c3 WITH FRAME TITLE text-003.
    Replace component
    PARAMETER: p_rp_cmp TYPE char01  RADIOBUTTON GROUP edtb
                          DEFAULT 'X' USER-COMMAND ucomm MODIF ID m2,
    Edit Lines
               p_edt_ln TYPE  char01 RADIOBUTTON GROUP edtb MODIF ID m2.
    SELECTION-SCREEN: END OF BLOCK c3.
    SELECTION-SCREEN: BEGIN OF BLOCK c4 WITH FRAME TITLE text-004.
    Replace component
    PARAMETERS: p_tab_r   TYPE char16 MODIF ID m3,   "Assembly Table Name
                p_comp_r  TYPE char18 MODIF ID m3.   "Upload Table Name
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(31)  FOR FIELD p_fcomp  MODIF ID m3.
    PARAMETER: p_fcomp  TYPE zpart  MODIF ID m3.
    SELECTION-SCREEN COMMENT 62(20) FOR FIELD p_tcomp  MODIF ID m3.
    PARAMETER  p_tcomp  TYPE zpart  MODIF ID m3.
    SELECTION-SCREEN END OF LINE.
    Edit Lines
    PARAMETERS: p_fexcel TYPE localfile  MODIF ID m4,
                p_texcel TYPE localfile  MODIF ID m4.
    SELECTION-SCREEN: END OF BLOCK c4.
    SELECTION-SCREEN: BEGIN OF BLOCK c5 WITH FRAME TITLE text-005.
    validate data
    PARAMETERS: p_valid AS CHECKBOX DEFAULT space
                        USER-COMMAND ucomm MODIF ID m5,
    Background Processing
                p_back  AS CHECKBOX DEFAULT space
                        USER-COMMAND ucomm.
    SELECTION-SCREEN: END OF BLOCK c5.
    AT SELECTION-SCREEN OUTPUT.
    Design selection parameters dynamically
      PERFORM sub_set_file_param.
    FORM sub_set_file_param .
      LOOP AT SCREEN.
    If Upload is check
        IF  NOT  p_upload IS INITIAL.
          IF screen-group1 = 'M2' OR
             screen-group1 = 'M3' OR
             screen-group1 = 'M4'.
            screen-active = 0.
          ENDIF.
        ELSE.
    If Edit Tables is check
          IF screen-group1 = 'M1'.
            screen-active = 0.
          ENDIF.
        ENDIF.
    If Replace Component is check
        IF p_rp_cmp IS NOT INITIAL.
          IF screen-group1 = 'M4' OR
             screen-group1 = 'M5'.
            screen-active = 0.
          ENDIF.
        ELSE.
    If Edit Lines is check
          IF screen-group1 = 'M3'.
            screen-active = 0.
          ENDIF.
        ENDIF.
    Modify the screen
        MODIFY SCREEN.
      ENDLOOP.
    ENDFORM.

  • Multiple Data Columns in one report column

    How do I list multiple columns returned from a select vertically within one report column. For instance, I have three statuses for a project that I want to list, I'd like to list the three statuses within one status column. I remember seeing this somewhere but cannot find it now. Example:
    Status Column
    Budget: Green
    Schedule: Red
    Issues: Yellow

    additionally you could use HTML expressions. When editing your report, click on the column you want to use for displaying multiple data columns. This will take you to the report columns attributes page, there you can type in something like the following into the HTML expression field, referencing other report columns using #COLUMN_NAME# substitutions:
    #BUDGET#
    #SCHEDULE#
    #ISSUES#
    this is assuming your column aliases are named BUDGET, SCHEDULE and ISSUES. You can then just hide the columns that you don't want to see because the data is already shown using the HTML expression.
    Regards,
    Marc

  • Enable Dynamic Sorting in Tabular Report

    Hi All,
    I have 100's of reports and i need to enable dynamic sorting for the columns in tabular report.
    Just wanted to know which tag i need to put in advanced tab of the report where i can set the XML.
    Please guide

    Thanks Krishna..
    I have done that for one report and i want to do it for the remaining 99 reports.As i have to run each and every report and then enable dyamic sorting which is pain...so i was just thinking if there is any property in advanced tab of the tabular report where i can do it and then set the XML for the reports

  • 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

Maybe you are looking for

  • Clearing in F-03

    Hi For a GL account in FBL3N shows an open item for documents with all document types (SA,IC and AC) but when i am trying to clear the same account in F-03 i can see only document types SA and IC but not AC. Can you please let me know how to get AC d

  • Trying to install Illustrator CS3 on Windows 8.1 and get error message-installer database is corrupt

    When I try to install Illustrator CS3 on a windows 8.1 machine and get the following error message. " Installer database is corrupt". Have tried rebooting computer etc. and still the same problem, any suggestions?

  • LACK OF CUSTOMER SERVICE by iTunes/Apple

    I have just about had it with all the problems everyone apparently is having about not being able to have iTunes connect with Music Store. Is no one from Apple or iTunes reading these? I have been up for three solid evenings trying to figure out what

  • ALV grid export to Excel

    I have created a dynamic table and it displays fine, problem is when I try to export, it is not exporting all the fields.  The columns all appear in the field catalog but I might have 24 columns and only 11 want to export.  Any one ever had this prob

  • Asset aquizition profit center not coming

    Dear all    while asset booking profit center not coming (f-90) regards Purushottam