Optional parameters Bi Publisher 11g

Hello friends, I have a problem with a report, the report has four parameters that must be filled compulsorily without any vacuum, as if I was not some empty parameter gets as no results.
My question is:
I can get the result inputting values only in some of the parameters, not necessarily in the four parameters and they still generate the result?
this is the query...
SELECT
                "F42119". "SDLITM" as "Code1"
                "F42119". "SDAITM" as "Code2"
                "F42119". "SDDSC1" as "Product"
                "F42119". "SDMCU" as "Bodega"
                Sum ("F42119". "SDSOQS" / 10000) as "Number",
                Sum ("F42119". "SDUPRC" / 10000) as "preciou"
                Sum ("F42119". "SDAEXP" / 100) as "Value",
                Sum ("F42119". "SDUNCS" / 10000) as "CostoU"
                Sum ("F42119". "SDECST" / 100) as "Cost"
                "F4101". "IMSRP1" as "Division"
                "F4101". "IMSRP2" as "classification",
                "F4101". "IMSRP8" as "Brand"
                "F4101". "IMSRP9" as "Aroma"
                "F4101". "IMSRP0" as "Presentation"
                "F42119". "SDDOC" as "Type",
                "F42119". "SDDCT" as "Document",
                "F42119". "SDUOM" as "Unit"
                "F42119". "SDCRCD" as "currency"
                "F0101". "ABAN8" as "ABAN8"
                "F0101". "ABALPH" as "Customer"
                "F0006". "MCRP22" as "Establishment"
from          "PRODDTA". "F0101" "F0101"
                "PRODDTA". "F42119" "F42119"
                "PRODDTA". "F4101" "F4101"
                "PRODDTA". "F0006" "F0006"
where       "F42119". "SDAN8" = "F0101". "ABAN8"
  and         "F0006". "MCMCU" = "F42119". "SDMCU"
  and         "F4101". "IMITM" = "F42119". "SDITM"
  and         "F42119". "SDDCT" in ('RI', 'RM', 'RN')
  and         CAST (EXTRACT (MONTH FROM TO_DATE (substr ((to_date ('01-01-'| | to_char (round (1900 + (CAST ("F42119". "SDDGL" as int) / 1000))),' DD- MM-                YYYY ') + substr (to_char (CAST ("F42119". "SDDGL" as int)), 4,3) -1), 1,10))) AS INT) in : Month
and          CAST (EXTRACT (YEAR FROM TO_DATE (substr ((to_date ('01-01-'| | to_char (round (1900 + (CAST ("F42119". "SDDGL" as int) / 1000))),' DD- MM-                YYYY ')+ Substr (to_char (CAST ("F42119". "SDDGL" as int)), 4,3) -1), 1,10))) AS INT) in: Year
and          trim ("F0006". "MCRP22") =: Establishment
and          trim ("F4101". "IMSRP1") =: Division
Group By    "F42119". "SDLITM"
                "F42119". "SDAITM"
                "F42119". "SDDSC1"
                "F4101". "IMSRP1"
                "F42119". "SDDOC"
                "F42119". "SDDCT"
                "F42119". "SDUOM"
                "F42119". "SDCRCD"
                "F0101". "ABAN8"
                "F0101". "ABALPH"
                "F4101". "IMSRP2"
                "F4101". "IMSRP8"
                "F4101". "IMSRP9"
                "F4101". "IMSRP0"
                "F42119". "SDMCU"
                "F0006". "MCRP22"
How I do it?
Appreciate the help...
Edited by: YeisonSoto on 11/04/2013 01:14 PM

Now I have to do a search for customers
I do like this:
from   "PRODDTA". "F0101" "F0101"
where  REGEXP_LIKE (TRIM (ABALPH), TRIM (UPPER (: Name1)))
and    REGEXP_LIKE (TRIM (ABALPH), TRIM (UPPER (: name2)))THE full name appears in a single field
"CARLOS ALBERTO LOPEZ RUIZ"
Example when I want to look for "CARLOS ALBERTO LOPEZ RUIZ"
I enter :Name1 = CARLOS :Name2 = LOPEZ
but I am bound to input values for both parameters in text format
because if you leave one of the two empty fields does not produce a result.
I think it is because it takes the value empty
I would like to type a value to one of the two parameters and do the search, leaving the other empty parameter
Any idea?

Similar Messages

  • View option in bi publisher 11g

    Hey,
    There is a bi publisher report embedded in obiee dashboard page.There are several view options in the report.When we try to view the report as excel or rtf it gives a pop up to either open or save.It acts more or less same as Export to Excel/rtf option.
    Is there any option to make them viewable in the same window .Is this a tool limitation?.
    Kindly reply if you faced the same issue
    Regards,
    Ishwarya.

    as far as i know
    in 11g from 11.1.1.6 you can hide the entire parameter section not the single parameters which needed check this link
    http://docs.oracle.com/cd/E25178_01/bi.1111/e22257/whatsnew.htm#CHDCDBCA
    New report viewer action button to show or hide parameters
    This release adds an action button to the report viewer to enable users to hide or show the parameter region. This enhancement complements the new parameter display options. When report parameters are configured to display as a dialog or in a separate full page, the parameter display region is dismissed when the viewer displays the report. Use the Parameters button to redisplay the parameter region to make new selections.

  • Not able to view any report in BI Publisher 11g

    Hello All
    I have installed BI Publisher 11g in Intel Solaris 10. I started of from the scratch, created a Data Model, then created a Report. but now I am not able to view the report. Upon clicking the report name or Open it logs me out.
    I am logged in as user, weblogic the default user created while installation.
    Please help
    Ash

    Hi Rony,
    You may have created the report initially with Web Layout only - therefore there will no paper layout.
    To 'get' the paper layout back, select your Report module name from the Builder and then select Tools-->Report Wizard. Select 'Create both web and Paper Layout' and then go through the various wizard steps.
    Best of Luck.
    Regards,
    John

  • Parameter is not working in HTTP( XML FEED) dataset in bi publisher 11g

    Hi,
    I have used parameter in BI Publisher 10g for HTTP(XML Feed) dataset to have dynamic url which worked by using ${p_url} where p_url is the parameter.
    The same procedure when I use in BI Publisher 11g is not working.It does not consider the parameter ${p_url} and throws the following exception
    *oracle.xdo.dataengine.datasource.plugin.DataAccessException: java.lang.Exception: java.net.MalformedURLException: no protocol: ${p_url}*
    Has anyone faced this issue?
    Please let me know if am doing something incorrect here.
    Thanks &Regards,
    Balaji

    Thanks for your reply.
    In BI Publisher 10 g we are using it this way ${p_url}.
    p_url is the parameter which gives us the entire URL for the XML feed.
    e.g. p_url=http://rss.news.yahoo.com/rss/topstories
    The p_url takes the entire url.
    Please let me know if this can be done the same way in 11g.
    Thanks,
    Balaji

  • BI Publisher 11g Trial dont work fine , send ERROR

    Hi.
    I Install BI PUblisher 11G Trial in a new clean server with :
    + Windows 2008 R2 Foundation Spanish with SP 1
    + Download, Install BI Publisher 11g Trial
    + Execute Demo Report "Revenue Budget Actual and Detail "
    + In Inteactive mode work fine
    + In HTML send ERROR : "java.lang.ArrayIndexOutOfBoundsException: 0"
    + In PDF the pivot table don't display any value higer 1.000.000
    This is a bug ?,how correct this errors ?
    Thank you very much
    Carlos

    Hi Carlos,
    Are you still experiencing this problem?
    I do not see this on my installation on Windows7 64 bit running in English.
    I also set the BI Publisher UI language and Report Locale to Spanish and all three output types:
    Interactive, HTML and PDF render correctly.
    When you say that the pivot table doesn't show any values higher than 1.000.000 ... what does it show instead?
    How do the other sample reports look for you?
    Mike
    Edited by: mdonohue on Jun 5, 2012 4:45 PM

  • Useing Excel table genarate the report in bi publisher 11g

    Hi All,
    Can anyone share your ideas pls...
    Using Excel files we upload the data into data set excel but could't generate the reports in Bi-Publisher 11g...we are getting the error :"Null".
    We are using open office...is this could be a problem..?
    Rgds..DCB
    Edited by: DCB on Dec 30, 2010 5:30 AM

    check the below
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi//bip/advancedbip/advancedbip.htm#t3
    http://www.youtube.com/watch?v=NPbKRnSkDVM
    using rtf template
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html

  • Problem printing Report with Image in BI Publisher 11g

    I am working with BI publisher *11g* but I have problem printing images. Everything works fine if I do not include any images however when I add a image I get following problems.
    When I tried printing PDF in output I get
    Type /Xobject
    subtype /Image
    Filter /DTDDecode .......
    When I tried printing HTML output I get
    Type /Xobject
    <html...
    ....>
    When I tried printing RTF I get
    { \fontb1 }
    { \f0 Arial;}
    { \f1 Times:}
    I think I am missing some BI publisher configuration. Can you help me in this regard.
    Thanks,
    Santosh
    Edited by: user4956795 on Jan 16, 2012 2:08 PM
    Edited by: user4956795 on Jan 16, 2012 2:18 PM

    Isn't there a way for you to do this via a Package/Procedure versus having multiple queries?
    Per the BI Publisher guide,
    Following are recommended guidelines for building data models:
    Reduce the number of data sets or queries in your data model as much as possible. In general, the fewer data sets and queries you have, the faster your data model will run. While multiquery data models are often easier to understand, single-query data models tend to execute more quickly. It is important to understand that in parent-child queries, for every parent, the child query is executed.
    You should only use multiquery data models in the following scenarios:
    To perform functions that the query type, such as a SQL query, does not support directly.
    To support complex views (for example, distributed queries or GROUP BY queries).
    To simulate a view when you do not have or want to use a view.
    Thanks,
    Bipuser

  • How to create optional parameters in discoverer 10.1.2

    I am new to discoverer, Can any one tell me how to create optional parameters in Discoverer desktop edition in 10.1.2
    I looked at the following thread which says optional parameters can be created in 10.1.2 but doesn't tell how tro create it
    How to create optional parameters in Discoverer
    Thanks in Advance

    Hi.
    In the thread you quoted Michael Armstrong-Smith says that optional parameters can be created in Plus but not in Desktop and that's true.
    So your question "how to create optional parameters in Discoverer desktop" is already answered in that thread.
    Assume that it is a typo and you wanted to ask how to create optional parameters in Plus.
    Then the answer is simple: Just uncheck the "Require users to enter a value" checkbox when creating new parameter.
    Regards Jakub

  • Does BI Publisher 11g Support Restful Web Services as Data Set

    Hi,
    Could you tell me if BI Publisher 11g supports the REST API or is SOAP based API required for web services defined as data sets.
    Thanks in advance,
    Jean

    There are External API's which only do JSON outputs. Can this be integrated into a Report? If not, Is there a Enhacement to Add RESTful returning JSON or XML for a Dataset?

  • Is BI Publisher 11g compatible with CC&B 2.3.1

    Dear All,
    Is BI Publisher 11g compatible with CC&B 2.3.1.
    In the Oracle support and forums, its mentioned that the BI Publisher 10g can be integrated with CC&B 2.3.1 and the sample reports provided with the application can be used for online bill display etc. Can BIP 11g version be used for the same. Please advice.
    Thanks in advance for your help.
    Thanks,

    may be this can help
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SAMPLE%20CODE&id=1429646.1

  • Setting BI Publisher 11g in cluster environments

    Hi All,
    We are trying to set up BI Publisher 11g (as part of obiee11g) in cluster env. following the below doc:
    http://docs.oracle.com/cd/E28280_01/core.1111/e10106/bi.htm#ASHIA5931
    But it is little confusing. in the below table there are so many paths.
    Table 15-4 Contents of BI EE Shared Storage
    Do we need to create all these paths on a shared location?
    for, example,
    ORACLE_BASE/admin/domain_name/cluster_name/tlogs
    What does ORACLE_BASE refer to? is it the shared path location?
    Thanks for your help!
    -NK

    Hi,
    I have a similar question.
    We have both BI Publisher 11g and are using EBS R12.
    When I create a report in BI 11g, can I download the data model and the layout into files so that I can upload them in the R12 application to be used there?
    What are the steps to do that (for the download part)?
    thanks
    Ronny

  • Oracle BI Publisher 11g - Known Data Model Limitations

    Hi
    I'm new to BI Publisher 11g. I'm attempting to find out what the known limitations of BI Publisher 11g are.
    In particular, I would like to know the maximum number of queries allowed per data model or if a report may be based on multiple data models.
    Scenario:_
    My organization requires an electronic reporting book (PDF document) effectively consisting of *40-50* data tables and graphs. Someone has sold the idea to IT and the business that BI Publisher as the tool that deliver this type of functionality. Having used the tool now for the last couple of days, it's starting to look it's not the case.
    How do i achieve my ultimate goal of combining disparate report output into 1 huge document?
    Do I develop each reporting section as a separate data model/report pairs outputting XML files and then combine all XML files into 1 target document?
    If anyone can please give me some advice on how to go about this, it would be greatly appreciated.
    Thanks
    Greg

    This is related to browser, try it in some other browser.or else check ur bi publisher settings and data source configurations. Mostly his wil happen if u changed some thing in blaf rich plus.css changes

  • Oracle BI Publisher 11g Enterprise

    Kelly, I believe you said in another thread "Your PLM4P license includes a free limited use license for BI Publisher".
    So, we can download Oracle BI Publisher 11g Enterprise and hook it up to PLM4P for free?
    And what is meant when you say 'limited use"?
    Thanks,
    Trey

    That's correct, PLM4P includes a limited use license for BI Publisher.  The limited use means you can only use it to report from the core PLM4P database, once you need it for different data you will need to purchase licenses.  You can reach out to your sales rep for the exact license verbiage and restrictions.  We offer out of the box reports in the extensibility pack, instructions and details can be found in the EP 3.5 report guide.

  • Oracle BI Publisher 11g - APEX compatiblity matrix

    Hi
    I'm looking for information regarding Oracle BI Publisher 11g's compatibility with APEX versions.
    Can the Oracle BI Publisher 11g product fully integrate with APEX 3.x or will it need a minimum APEX 4.x to work seamlessly?
    Thanks
    Kind Regards
    Greg

    Hello, Ken
    Maybe you can give me some directions about Oracle BI publisher 11g installation for Apex 4.0 with Database 11g (using Configuring the Embedded PL/SQL Gateway) on 64 bit Windows 2008. The document number E10539-01 is very confusing to me. BI publisher v10.1.3.4.1 is much simpler.
    Thanks in advance.
    Tigerwapa

  • Database Adapter & Optional Parameters?

    I'm working on creating a web service that accepts two parameters. Parameter A is required while parameter B is optional.
    I then need to pass these parameters on to the database adapter that will perform my query. Is it possible to set things up so that parameter B is optional at this stage as well?
    When I turn on XML validation on the domain, an error is thrown because null is not a valid value for the parameter.

    If you use the DB adapter for stored procedures then you have control of the input parameters based on the instance XML that is supplied to the procedure. If a parameter is optional and you don't want to supply a value (i.e. you want the parameter's default value), then simply omit the XML element corresponding to the optional parameter from the instance XML. Note that this only works for optional parameters.

Maybe you are looking for

  • Merging Sales Analysis and Purchase Analysis

    Hi Guys is it possible to merge the Sales and Purchase Analysis into one report? maybe if i had the SQL statements and then using a union all would work? i would like to see all /AR invoices and credit notes on one report, with gross profit margin et

  • Client unable to connect AP with MAC filtering

    I need some help from you, I found problem that some clients cannot connect to AP( but some client can connect as normal). As I checked from logs, I see a lot of messages as below: Nov 18 01:13:55.760: %DOT11-4-MAXRETRIES: Packet to client 0023.68be.

  • After jumpstart host doesn't prompt for root password

    Hiya gang, I am migrating my jumpstart functionality to a new server and while it would appear that 100% of things are identical on both (as far as my /jumpstart tree is concerned), when I jumpstart a host (V240, in this case, but I've seen it on a S

  • How to hide background apps from dock?

    I have an application (Hardware Growler) that appears in the dock, but it's a background app, so I'd like it to not appear in the dock. In the user account preferences, there's a "hide" checkbox for programs that are launched on startup. No help (but

  • How to check folder sizes of the root directory on my VPS/Dedicated server via Terminal?

    Hi, I have following issue. I have a VPS with Linux OS and I'd like to check size of the folders as well as remaining space on my server. How can I do that via Terminal? I would appreciate any input.