Filter on report

I have a report with several text fields. I would like to search by just one of those fields, whether the other fields are filled in or not.
So for example, when textfield A is not null then I want to ignore whats entered in textfield B,textfield C, and textfield d and serach by just textfield A. Else if textfield A is null, then search by the other three textfields.
Deanna

Sorry, I really didnt have much for means of a query. All i really had was:
begin
-- setup sql for report source
q := 'select * from
(select
"RECNUM",
"CASE_NUMBER",
"PURSUIT_DATE",
"PURSUIT_TIME_BEGAN",
"OFFICER_TROOP",
"OFFICER_ZONE",
"OFFICER_RADIO",
"OFFICER_LNAME",
"OFFICER_FNAME",
"OFFICER_MI",
"OFFICER_YEARS_SERVICE",
"DURATION_MILES",
"DURATION_MINUTES",
"SPEED_MAX",
"ACCIDENT",
"ACCIDENT_TYPE",
"REASON_FOR_INITIATION",
"REASON_FOR_TERMINATION",
"REASON_FOR_FLIGHT"
from "PURSUIT")
WHERE(
instr(upper("RECNUM"),upper(nvl(:P6_REPORT_SEARCH,"RECNUM"))) > 0  or
instr(upper("CASE_NUMBER"),upper(nvl(:P6_REPORT_SEARCH,"CASE_NUMBER"))) > 0  or
instr(upper("PURSUIT_DATE"),upper(nvl(:P6_REPORT_SEARCH,"PURSUIT_DATE"))) > 0  or
instr(upper("PURSUIT_TIME_BEGAN"),upper(nvl(:P6_REPORT_SEARCH,"PURSUIT_TIME_BEGAN"))) > 0  or
instr(upper("OFFICER_TROOP"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_TROOP"))) > 0  or
instr(upper("OFFICER_ZONE"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_ZONE"))) > 0  or
instr(upper("OFFICER_RADIO"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_RADIO"))) > 0  or
instr(upper("OFFICER_LNAME"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_LNAME"))) > 0  or
instr(upper("OFFICER_FNAME"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_FNAME"))) > 0  or
instr(upper("OFFICER_MI"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_MI"))) > 0  or
instr(upper("OFFICER_YEARS_SERVICE"),upper(nvl(:P6_REPORT_SEARCH,"OFFICER_YEARS_SERVICE"))) > 0  or
instr(upper("DURATION_MILES"),upper(nvl(:P6_REPORT_SEARCH,"DURATION_MILES"))) > 0  or
instr(upper("DURATION_MINUTES"),upper(nvl(:P6_REPORT_SEARCH,"DURATION_MINUTES"))) > 0  or
instr(upper("SPEED_MAX"),upper(nvl(:P6_REPORT_SEARCH,"SPEED_MAX"))) > 0  or
instr(upper("ACCIDENT"),upper(nvl(:P6_REPORT_SEARCH,"ACCIDENT"))) > 0  or
instr(upper("ACCIDENT_TYPE"),upper(nvl(:P6_REPORT_SEARCH,"ACCIDENT_TYPE"))) > 0  or
instr(upper("REASON_FOR_INITIATION"),upper(nvl(:P6_REPORT_SEARCH,"REASON_FOR_INITIATION"))) > 0  or
instr(upper("REASON_FOR_TERMINATION"),upper(nvl(:P6_REPORT_SEARCH,"REASON_FOR_TERMINATION"))) > 0 or
instr(upper("REASON_FOR_FLIGHT"),upper(nvl(:P6_REPORT_SEARCH,"REASON_FOR_FLIGHT"))) > 0) ';
*--Filter Case Number*
         *if :p6_case_number is not null then*
               *q :=q || ' and instr(upper("CASE_NUMBER"),upper(nvl(:P6_CASE_NUMBER,"CASE_NUMBER")))> 0';*
        *END IF;*

Similar Messages

  • Unable to filter the report by clicking the last column's name

    Hi,
    I have interactive report page having lots of column. All columns were not fitting in the screen so I added a code in the region--- header and footer section---
    <div style="overflow: auto; width: 1220px; height: 700px;">
    I got a scroll bar at the bottom. But a new problem arised. When I am trying to filter the report by clicking the column name in the report page , a popup is opening for the first column but the pop up is not opening for the last column. For the middle columns, the popup is opening but not below its name. This pop is for filtering the report based on that columns.
    Please give some idea to fix this bug.
    Thanks,
    Chandra Bhanu

    You could try to display as many columns as fit your screen, and put the rest of your columns as form fields in a detail view, somewhat like this:
    http://apex.oracle.com/pls/apex/f?p=vincentdeelen:report_details_in_iframe_v1
    Please tell the steps how to do it.
    Thanks,
    Chandra Bhanu

  • Regarding:-  Filter on Reports

    Hi All,
    I have built a layout on Balance sheet which consists of following reports:
    1) Monthly Balance Sheet
    2) Quarterly Balance Sheet(Previous Year End Balance)
    3) Quarterly Balance Sheet Curr Qtr vs Prev Qtr
    4) Quarterly Balance Sheet Current Qtr vs Previous Year Qtr
    5) Quarterly Balance Sheet Current Qtr vs Previous Year End Balance
    Now I have got a new requirement i.e. add a filter which would allow selection of one report at a time Where the user want’s to select each report individually, instead of it showing it all in one page.
    Is it possible to add a filter option on reports..
    Need help..urgent

    Hi Deva,
    Thanks for your kind reply. In the Dashboard, I have used a prompt(on Fiscal Quarter, Fiscal Year, Ledger Name).. When i checked the scope of this prompt its default set to page type. Could you please guide how to add filter on Reports..

  • Can i filter a report based on a value of a navigational attribute?

    Hi all,
    i need to filter a report and the characteristic i need it's a navigational attribute that is already present in the infocube, can i use it as a filter or i need to add a new characteristic to the ic?
    thank you

    Hi
    You can use navigational attributes to filter your report. When you switch on the navigational attributes at the cube level, the X table or Y table will be connected to the star schema of cube.
    Navgational attributes behave like a characteristic in the report. You can create variables, filter etc on navgational attributes.
    Hope it helps.
    Regards
    Sadeesh

  • How to filter a report by a predefined but reduceable list of words?

    I am trying to filter a report by several different input values.
    I want to be able to search by date, site, multiple regions (DEV_KEYS), multiple alarm types (ALM_TEXT) and omit entries containing a predefined, but reduceable, list of words (the E#s).
    I want the E# variables to be a list with default values (eg. Alarm, Hi, Lo, Standby) but I want to be able to filter by any combination of these. I was thinking of using checkboxes so that I can tick or untick the words to filter depending on what search I'm doing, but I am unsure how to use them like this. At this point I have them in a textbox each and the search will omit the entires when the text is there - what I want. If I delete the word and click Go the search brings back no results. However if I enter some obscure string (eg i5wqii) the word that I replaced will no longer be omitted - what I want. I don't want the user to have to enter something random into a text box to not search for a word.
    eg filter by all
    + Alarm
    + Hi
    + Lo
    + Standby
    eg filter by Hi 'only'
    - Alarm
    + Hi
    - Lo
    - Standby
    Is it possible to do what I am trying to do? Any help appreciated.
    Current SQL for Report:
    select * from
    select DATE, MICROSEC, DEV_KEY, ALM_TEXT
    from ALARMS@dblink
    where DATE >= :P17_DATEFROM
    and DATE < :P17_DATETO
    and DEV_KEY like :P17_SITE||'%'
    and DEV_KEY like '%'||:P17_DK1||'%'
    and DEV_KEY like '%'||:P17_DK2||'%'
    and DEV_KEY like '%'||:P17_DK3||'%'
    and ALM_TEXT like '%'||:P17_AI1||'%'
    and ALM_TEXT like '%'||:P17_AI2||'%'
    and ALM_TEXT not like '%'||:P17_E1||'%'
    and ALM_TEXT not like '%'||:P17_E2||'%'
    and ALM_TEXT not like '%'||:P17_E3||'%'
    and ALM_TEXT not like '%'||:P17_E4||'%'
    and ALM_TEXT not like '%'||:P17_E5||'%'
    and ALM_TEXT not like '%'||:P17_E6||'%'
    )

    figured out a way to do it. Put each of Alarm, Hi, Lo and Standby in their own select list with the other option as '-----' with output value as some string that will never appear in the field.
    If anyone knows how to do it with checkboxes though i'm all ears.

  • How to Add a Servlet Filter to Reports 11.1.1.2.0

    I am running Fusion Middleware 11g (Weblogic 10.3.2), with Oracle Forms/Reports 11.1.1.2.0. The installation is running the default managed servers WLS_FORMS and WLS_REPORTS.
    How can I add a Servlet Filter to the Reports 11.1.1.2.0 application which is running under the WLS_REPORTS managed server?
    I have read the Oracle Doc ID: 418366.1, which describes a process for adding a servlet filter to Reports Developer 10.1.2.2, but I am unclear as to which web.xml file I need to modify in weblogic and where to place the class file for the servlet filter.
    Thanks in advance for your help.

    I can provide some partial help.
    The set up I have was running it locally on Windows 7 (64 bit) laptop and running the reports server (version 11.1.1.4) in XP Mode as part of Windows 7 Professional.
    To find which web.xml file to change, I searched the directories for web.xml and then removed then renamed the web.xml files to something else to see which impacted the start up of the reports server.
    It turns out it was a web.xml file in web.war file in the following directory which impacted the start up:
    C:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\tmp\_WL_user\reports_11.1.1.2.0\1ww4ab
    So used winzip to extract files, update web.xml file and and java class as a jar file in the WEB-INF\lib directory and zipped back up to a web.war and put it in the above directory and restarted the Reports Server.
    Note the url pattern I used was slightly different to that shown in the oracle note (forward slash before asterix):
    <url-pattern>/rwservlet/*</url-pattern>
    Have not investigated how to do in for a production environment, but hopefully this information is of use.
    Les.

  • Add Exists filter into Reporting Services MDX

    Hi, I have a piece of auto generated MDX which I need to filter. This was a generated by Reporting Services when I added a parameter to a report reading from a cube.
    WITH MEMBER [Measures].[ParameterCaption] AS [Dept].[DeptName].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Dept].[DeptName].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Dept].[DeptName].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Dept].[DeptName].ALLMEMBERS ON ROWS FROM 
    ( SELECT ( STRTOSET(@Yearly, CONSTRAINED) ) ON COLUMNS FROM [MyCube])
    The parameter displays all [Dept].[DeptName] even though many are not in the report. How do I only show DeptName if it is in the report?

    Hi Dark,
    In SQL Server Reporting Services, the parameter will display all the Available Values for the user, and then the users select values from the drop-down list, and then filter the report data based on the selected values.
    In your scenario, if you specify multiple available values from this parameter, then it will display all the DeptName on the report parameter pane. I have tested it on my local environment, the query works. Here is the sample query.
    with member [Measures].[UniqueName]
    AS
    [Date].[Calendar].currentmember.uniquename
    select [Measures].[UniqueName] on 0,
    [Date].[Calendar].[Calendar Semester].members on 1
    from(
    select
    ( STRTOSET(@A, CONSTRAINED) )
    ON COLUMNS FROM
    [Adventure Works]
    Reference
    http://msdn.microsoft.com/en-IN/library/ms156303.aspx
    http://www.oakwoodinsights.com/ssrs-mdx/
    Regards,
    Charlie Liao
    TechNet Community Support

  • Report using narrative to filter another report

    I am trying to build a report that will be embedded in the campaign object. I want the report to display the campaign recipients for the campaign record, using detailed inforamtion from the contact record.
    I have built a report that contains the relevant contact data that needs to be displayed.
    I have built a second report that will be embedded in the campaign record that has a column displaying the contact id of the campaign recipients. The report will have a filter for campaign id 'is prompted' but for testing I have hard coded a campaign id with a total of 469 campaign recipients.
    I have included a narrative in the layout. The report correctly displays, however the prompt does not seem to work. All contacts are included in the report, rather than the 469 contacts limited by the campaign ID filter.
    The narrative I have used is
    <iframe src=https://secure-ausomxxxx.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fusers%2fanqa-djlqt%2fCampaign+Recipient+-ContactInfo&Options=&Action=Navigate&p0=1&p1=eq&p2=Contact.%22Contact+ID%22&p3=@1 frameborder =0 width="100%"></iframe>
    Rows to display is set to 1
    Earlier attempts I included a contact id is prompted filter on the report included in the narrative, however that brings back one value only. I can change the rows to display to 5 for example, however it gives me 5 contacts in separate reports rather than a list report.
    Any help would be great.

    Hello Mel,
    My understanding is that you are trying to display the contact and their details for the particular campaign. Since these details are not available in the Campaign Subject Area you are using the narrative view.
    I would suggest you can use the Contact Subject area to populate the campaign id and campaign name along with the Contact details and embed this report in the Campaign page by prompting the Campaign Id.
    Let me know if this works else please explain the requirement once again and I would be able to help you.
    Regards,
    Paul Swarnapandian

  • How to not loose filter in report

    In a report I use a filter and this filter can be set with a variable. Now from this report I go to the underneath form, but when I return to the report (after cancel, save, create ertc) I loose this filter.
    Is there an effective way to keep this filter?
    Thanks, Frits

    Hi, resolved it myself.
    In the page item, where I hold the variable. I changed the Source Used to
    "Only when current value in session state is Null"
    and Source Type to
    "Static Assignment (value equals source attribute)".
    Now it holds this value.
    Thanks for the respons anyway.
    Greetz, Frits

  • Date Filter in report

    Hi
    I could not give date value as a parameter in the filter option of any report.It thows following error in different situations.But my object data type is datetime only.The errors are
    1.
    Exception Message :
    ADC Server exception in OpenViewset).
    Stack Trace :     
    Server stack trace at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at Oracle.BAM.ReportCache.Server.ReportCacheServer.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [1]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.Middleware.ReportCache.IReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.Middleware.ReportCache.RemoteReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.ReportServer.DataManager.OpenViewSet(String strModifier, ViewSetBuilderBase oViewSetBuilder, String strUserName) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML)
    ====================
    and
    2.Exception Message:
         String was not recognized as a valid DateTime.
    Stack Trace:
    at System.DateTimeParse.ParseISO8601(DateTimeRawInfo raw, __DTString str, DateTimeStyles styles) at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider) at System.Convert.ToDateTime(String value, IFormatProvider provider) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.ConvertValueFromTypeAndString(DataTypes eDataType, String strValue) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.BuildTwoEntryFilter(XmlNode xnExpression, ComparisonOperator eComparisonOperator, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetFilterEntryComparisonExpression(XmlNode xnExpression, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetFilterExpression(XmlNode xnExpression, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetSingleEntryExpression(XmlNode xnExpression, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetFilterExpression(XmlNode xnExpression, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.AddFilters(XmlDocument oXmlModifier, Modifier oAdcModifier, String strXmlSchema) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetAdcModifier(String strXmlModifier, String strXmlSchema, Boolean bIgnoreRecordFields, Boolean bGroupsInOneLevel, XmlDocument oXmlProperties) at Oracle.BAM.Middleware.ActiveDataCache.ModifierFactory.GetAdcModifier(String strXmlModifier, String strXmlSchema, Boolean bIgnoreRecordFields, Boolean bGroupsInOneLevel) at Oracle.BAM.ReportServer.List.GetAdcModifier(Boolean bInEditor, Boolean bEmail, String strXmlModifier, String strViewsetSchema, XmlDocument oProperties) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML)
    =======
    Please help us to solve these problems....
    thanks in adv.
    Simon S

    Hi ,
    I am getting same error if i use date time as parameter in the filter. Is there any solution for this issue?
    thanks in advance.
    vivek k

  • How to filter a report based on count?

    Here is my scenario: We would like to report activities on a server if there are multiple date in a month. Here is an example:
    Server Date Activity
    Server1 7/1/09 Hardware maintenance
    Server2 7/1/09 Hardware maintenance
    Server2 7/14/09 Software patching
    Server2 7/14/09 Server reboot
    Server3 7/5/09 Hardware maintenance
    Server3 7/5/09 Server reboot
    The report will show the following
    Server2 7/1/09 Hardware maintenance
    Server2 7/14/09 Software patching
    Server2 7/14/09 Server reboot
    Server1 and Server3 will not show up since there is only one date in July (even though there are two activities for Server3).
    I thought of using a report as a filter to a second report. In the first report, find a way to determine which server to report on. But how would I finter the 1st report based on count as the logic stated above?

    Hi Max
    Our requirement is to see all the activities for a server in a month ONLY IF there are activities on DIFFERENT dates. So using my example, server2 has activties on 7/1 and 7/14. Then we want to see all the activities for server2 in that month. Server3 has two activities but both activities are on the same date. So we don't want to see server3.
    Counting by server will not work because that will include server3 in my example.
    What I really want is to be able to count unique occurrences of dates per server in a month. And if this count is > 1, then this server will be in the report.
    I used a pivot table to count the unique occurrences of dates by server by month. So using my example, I have this result:
    Server1-July: 1
    Server2-July: 2
    Server3-July 1
    What I really want (conceptually) is to be able to filter this pivot table by the matrix column which is the count. I just couldn't figure out how to do that :). Then I thought I could use this report (with pivot table result) as a filter into another report.
    Hope you have some idea....:)
    Thanks

  • How Do I Filter a Report Using a Multi Select List Box and Specifying Date Between Begin Date and End Date

    Hope someone can help.  I have tried to find the best way to do this and can't seem to make sense of anything.  I'm using an Access 2013 Database and I have a report that is based on a query.  I've created a Report Criteria Form.  I
    need the user to be able to select multiple items in a list box and also to enter a Begin Date and End Date.  I then need my report to return only the records that meet all selected criteria.  It works fine with a ComboBox and 1 selection but can't
    get it to work with a List Box so they can select multiple items.  Any help is greatly appreciated while I still have hair left. 

    The query should return all records.
    Let's say you have the following controls on your report criteria form:
    txtStart: text box, formatted as a date.
    txtEnd: text box, formatted as a date.
    lbxMulti: multi-select list box.
    cmdOpenReport: command button used to open the report.
    The text boxes are used to filter the date/time field DateField, and the list box to filter the number field SomeField.
    The report to be opened is rptReport.
    The On Click event procedure for the command button could look like this:
    Private Sub cmdOpenReport_Click()
    Dim strWhere As String
    Dim strIn As String
    Dim varItm As Variant
    On Error GoTo ErrHandler
    If Not IsNull(Me.txtStart) Then
    strWhere = strWhere & " AND [DateField]>=#" & Format(Me.txtStart, "yyyy-mm-dd") & "#"
    End If
    If Not IsNull(Me.txtEnd) Then
    strWhere = strWhere & " AND [DateField]<=#" & Format(Me.txtEnd, "yyyy-mm-dd") & "#"
    End If
    For Each varItm In Me.lbxMulti.ItemsSelected
    strIn = strIn & "," & Me.lbxMulti.ItemData(varItm)
    Next varItm
    If strIn <> "" Then
    ' Remove initial comma
    strIn = Mid(strIn, 2)
    strWhere = strWhere & " AND [SomeField] In (" & strWhere & ")"
    End If
    If strWhere <> "" Then
    ' Remove initial " AND "
    strWhere = Mid(strWhere, 6)
    End If
    DoCmd.OpenReport ReportName:="rptMyReport", View:=acViewPreview, WhereCondition:=strWhere
    Exit Sub
    ErrHandler:
    If Err = 2501 Then
    ' Report cancelled - ignore
    Else
    MsgBox Err.Description, vbExclamation
    End If
    End Sub
    If SomeField is a text field instead of a number field, change the line
            strIn = strIn & "," & Me.lbxMulti.ItemData(varItm)
    to
            strIn = strIn & "," & Chr(34) & Me.lbxMulti.ItemData(varItm) & Chr(34)
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Dynamic Filter in report omitted when characteristic not in output.

    Hi all,
    Hopefully someone can help me with the following:
    Since upgrading from 7.01 to 7.4, we encounter strange behaviour in a (WAD-) report.
    When filtering a free (compounded-) characteristic by excluding certain members via the navigation panel, the filter only works when the characteristic in question is displayed in the output. When you drag it out of the presented layout, the excluded member is included again, as we see the keyfigures go up to the level when it had when it was included. The filter display however still shows the characteristic member as being excluded.
    In 7.0, this phenomenon can not be reproduced.
    I've searched the net and SAP notes, so far with no success.
    Any ideas?
    Thanks in advance,
    Eduard

    Yes, let me explain the reason because sales have to be database delegated.
    In my case sales is not the sum of quantity of productos bought by a customer, sales is like a indicator that show me if customer bought or doesnt bought.
    For example David is my customer and i sell 3 types of products: A, B and C.
    Date 12.04.2011 David bought product A and B and 13.04.2011 David bought just product C.
    In my report if i want to analyze sales by day and customer i have to have the following result:
    *****Date 12.04.2011 and customer  Dave
                Sales = 1
    *****Date 13.04.2011 and customer  Dave
                Sales = 1
    In my report if i want to analyze sales by day and type of produc i have to have the following result:
    *****Date 12.04.2011 and customer  Dave
                Sales  Product A= 1
                Sales  Product B= 1
    *****Date 13.04.2011 and customer  Dave
                Sales  Product C= 1
    Can you see my point??
    In date 12.04.2011 i cant do a sum if i am analyzing sales by customer because if i do a sum dave show me a sales of 2.
    The only way that i found for this behavior is to use database delegated.
    I will wait for your answer.

  • Interactive Filter Saved Report Subscription by Email

    Hi
    I did Interactive filter and saved a report. The interactive filter is performed between start and end date with a location details. I would like to have a custom header with title like this
    Data is obtained at Location Name from <start> and <end> date. This saved report is send to few people every day.
    The date, location name are present in the result set of the report. What is the best way to achieve this custom header in saved reports?
    Thanks
    Raj

    Hi Raj,
    You don't be able to do that with he current apex subscription functionality, however you could write a simple plslq block to send the formatted email which looks same as interactive report.
    Look at this thread and the links inside them
    {message:id=10350580}

  • New Feature (Filter on Reports)

    I've just noticed that there's been a new feature added in the latest OATS v9.10 patch so that you can filter reports based on a time range. This is extremely useful, particularly if you want to 'ignore' any ramp-up/ramp-down periods and just take a sample while the test is running at the desired level.
    However, there doesn't appear to be a similar filter for the graphs. Does anyone know if this is possible? If not, hopefully the feature can be extended to graphs in a later release?

    Hi Ian,
    Custom time range feature for graphs is already available. Once a graph is rendered, click on Edit -> Select an axis (x or y) . You can change the min and max time range for the graph (if applicable) or any other units.
    Cheers
    Raj

Maybe you are looking for

  • FCP7.0.3 crashing with Motion template on Snow Leopard

    Have upgraded from a Leopard from the 2009 MacPro install of Final Cut Studio3 to Snow Leopard on the current Westmere hardware with the same Final Cut Studio 3 application. The Motion Templates in the FCP application are causing application crashes.

  • Xorg 7 and .serverauth file

    After upgrading to xorg 7.0,  I have been getting alot of .serverauth.XXXX files in my home directory, where XXXX is some 4 figure number. What exactly are these files?  I have about 7 or 8.  Can they be deleted? Thanks

  • The images on aol come in too large for the email list

    The mail files have changed to a font too big to read effectively-even the welcome sign is cut off-i did not do anything to set it at that size and i can't find a setting change for this

  • Problem in displaying selection options in report

    Hi Team, There is a report running in production. It has one select option for data element PROJ-PSPNR. But the requirement changes and the selection option should be for PROJ-PSPID instead. I started changing the code in development box and deleted

  • Show Package Content option not available in Ctrl+click

    Hi, I just installed Mozilla's Thunderbird email SW (v. 1.5.0.5) and I'm trying to import the mail I had accumulated previously in Mail 2.1 (this is under OS X Tiger 10.4.7, sadly running on a pretty old G4 400 MHz, AGP Graphics). The instructions fr