Validation in OBIEE

Hi Experts ,
We have two prompt in our report. From Date and To Date.
We need to make sure that From Date is smaller than To Date
For example From Date 01-01-2009 and To Date 01-04-2009
Is there any way to validate that From Date will be smaller than To Date.
IF the end user selects From Date greater than To Date he should get a Pop Error Message.
Could any one of you please let me know how to achieve this.
Thanks In Advance.
Cheers,
Andy
Edited by: Andy637020 on May 14, 2009 9:34 PM

Hi,
see this below link for validation
http://shivabizint.wordpress.com/2009/04/21/date-between-validation-for-dashboard-prompt/
Regards
Naresh

Similar Messages

  • Catalog Validation in OBIEE CLuster

    Hi Friends,
    I am planning to do catalog validation. My environment is OBIEE Cluster... I am reading throug the documentation and it is little bit confusing...
    What documentation says :
    shut down both PS1 and ps2 ( Presentation services)
    and put you r validation elements  in instance config (ps1)
    and start your presentation services ......
    Do I need to do it on both presentation services (or)
    Is it fine If I do it on one node... Please clarify....
    Thanks
    OBIL

    if your catalog is shared location then either one should work, if not then u need to do on both

  • Cache Issue

    Hello All,
    I have a strange question....let say
    I have created a report...
    run the report output records count are 11 records
    Data cache generated in rpd
    Query cache also generated
    Now a new records has been inserted in backend (*backend record count is now 12 records*)
    i have purge the cache of rpd
    i have not closed the cursor by going into manage session
    I go back to answers without logging out of obiee
    run the same report from answers
    i get the *11 records* where as when i close the cursor and run the same report/ or logout and run the same report again it gives me 12 records.
    Please experts i need your valuable suggestion on this behavior of OBIEE.
    thanks

    Hi,
    I believe it's the prensenation server cache that is not cleared until you log out from Answers.I had the same behavior when implementing the writeback functionality.You might not see new data until you log out and login again.
    Add the following TAGS into your instanceconfig.xml and try again (NB:the syntax only valid for obiee 10g)
    <CacheMaxExpireMinutes>-1</CacheMaxExpireMinutes>
    <CacheMinExpireMinutes>-1</CacheMinExpireMinutes>
    <CacheMinUserExpireMinutes>-1</CacheMinUserExpireMinutes>
    Regards
    Adil
    PS: Please don't forget to close the thread and assign points when your question is answered

  • Left outer join in presentation layer

    Could I do left outer join in presentation layer? I have 2 reports. They both have a common column - "Month". The first report have columns - "Month" and "Measure1" and the second report have columns - "Month" and "Measure2". I would like to put them together so the final report would have "Month", "Measure1" and "Measure2".
    Thanks,
    Ted

    Ted,
    It is not clear to me, why you want to do an outer join. If the dimension Month is shared by both "Measure1" and "Measure2", then it will work without any problem (assuming the RPD is configured correctly).
    An outer join comes into play if you need to preserve the dimension records. Let's assume you want to run an analysis like "Show me all months were there was no sales". In plain SQL you would to do a left-outer join between the Month dimension table and the sales fact table. If you want to know how this can be achieved in OBIEE you might want to have a look here [Outer join style report - OBIEE 10g|https://forums.oracle.com/forums/message.jspa?messageID=9805768#9805768]. This should be still valid for OBIEE 11g.
    Best regards,
    Peter

  • What could be the query to get Spend Amount for a Product name in EBS?

    Hi Experts,
    I need a help to write a query in EBS to get Spend Amount for any given Product Name and Top Level Category (Segment1).
    It can be two different query or a single one. Please reply if anyone knows how to do it. I need it for testing purpose.
    Thanks in advance.

    All good here Sudipta.
    You can try the below SQL.
    SELECT msib.description,mcb.segment1,SUM(pla.quantity*pla.unit_price) total_spend
    FROM
    po_lines_all pla,
    mtl_categories_b mcb,
    mtl_system_items_b msib
    WHERE pla.category_id = mcb.category_id
    AND pla.item_id = msib.inventory_item_id
    AND msib.organization_id = <enter your item master organization id>
    GROUP BY msib.description,mcb.segment1
    If you don't want to use the PO_LINES_ALL, is there any other sourced you are planning to use for spend.
    SELECT mcb.segment1,SUM(pla.quantity*pla.unit_price) total_spend
    FROM
    po_lines_all pla,
    mtl_categories_b mcb
    WHERE pla.category_id = mcb.category_id
    GROUP BY mcb.segment1
    and do not need the po_lines_all table. I'm doing a data validation between OBIEE reports and EBS test data. In report i'm keeping only Product Name and Spend Amount to make it simple. Now I need to check the values are same in report and EBS. Thats the criteria.
    Thanks
    Sudipta

  • Error : Catalog object schema validation failed in OBIEE 11.1.1.5

    Hi all ,
    Facing the below error while accessing few reports present in a folder (Voice Tab) . But , able to access other reports present in the same folder .
    Catalog object schema validation failed: /users/weblogic/sayak/TPLAN reports/Voice Tab/Net revenue per minute (ILD\/NLD)
    Error Details
    Error Codes: AGFIXBO2:EIRWWH9E
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Also while try to edit the analysis (Net revenue per minute (ILD\/NLD) from catalog , i am getting the above error .The Reports were fine till yesterday , What could be the issue ?
    Thanks

    Hi Devarasu ,
    Yeah .. I'm aware of this bug of 11.1.1.5 , but I'm puzzeled by the sudden impact of it . i.e , It didn't gave me the error while creating/editing the file yesterday and looked fine on dashboard as well .
    However , If there's no alternative other than applying patch , then please let me know the patch ID .
    And applying this patch means , just overwriting some configure files in the OBIEE home folder sructure ? or somthing else ?
    Thanks

  • How To Give a Validation In Prompt(OBIEE Answers)

    Hi,
    I ahve the promt like
    Name----------------<text box> Go
    if i enter the name then the prompt will effect on the data.
    if i didn't enter tha data in name textbox it should dispaly a meassge like:please enter a valid name:
    here name comling from backend database to obiee answers
    can u please tell me how to sort out this-----------------

    Check this MOS note:
    OA Framework Personalization and Extensibility Guide: Version 5.7+ (Doc ID 236618.1)
    thanks

  • OBIEE 11g - Prompt Validation

    Hello Gurus,
    I am trying to validate a textfield prompt in a dashboard page, OBIEE 11.1.1.6, and looking for some assistance on the same. Have detailed the scenario below.
    Scenario:
    A dashboard page has a textfield prompt, which sets the value entered by user in a Presentation Variable "rg_office". The same dashboard page has a report, wherein one of the columns is "Office". Depending upon the value entered by the user in the textfield prompt, report would be displayed.
    As we know, by making "Office" is prompted, report would be displayed. In case there is no matching value, filter section would show no match found.
    What I Want:
    The value entered in the textfield prompt should be of specific format. I want to show end-user an alert message if the value entered by him/her does not correspond to a specific format (format like 99:99 only). How can I incorporate the same in my dashboard?
    Eagerly awaiting response.
    Thanks & Regards,
    RG

    Hi Rahul,
    Create a report that checks for the data format. Make sure the report returns rows based on your condition.
    Add a static text " Please enter the data is correct format " to dashboard section, make the section to display conditionaly by adding the above created report as a condition. Whenever user enters incorrect format the text will display instead of actual report. For more info on guided navigation,
    http://gerardnico.com/wiki/dat/obiee/guided_navigation
    Regards,
    Dpka

  • Data Validation between BO and OBIEE reports

    How to validate a data in the BO and OBIEE reports are same?
    Plz send the necessary steps for validate.
    Is there any tool is used for validate the data in the BO and OBIEE reports are same?

    There is no tool for this - you will have to do this using manual checking. Define a test case, run the report on both systems, compare the results. Repeat.

  • Validating the installation sequence of OBIEE

    We are planning an OBIEE implementation soon. I wanted to validate a sequence of installation steps... Any feedback on my sequence of steps is welcomed. Thanks
    1. Install third party software required on the server (i.e. Java SDK)
    2. Install the Oracle client software (version 10g) on all corresponding servers
    3. Install the Application Server software
    4. Install the OBIEE server software
    5. Install the Presentation server software
    6. Install OBIEE client tools on the user desktops
    7. Install other OBIEE add-on products (Disconnected clients, BI Open Intelligence Interface, BI Office Plug in, Brief Book Reader)
    8. Configure BI Server options, configure Presentation Server, configure BI Scheduler, configure BI Publishing Report tool
    9. Install/create DW Database server with Spatial and Text options -
    10. Install APEX

    Hi
    Right WXP install order for your notebook model is as follow:
    Windows XP Sp3
    Synaptics Touch Pad Driver 15.0.8.1
    Realtek Card Reader 6.1.7600.30111
    Intel Chipset SW Installation Utility 9.1.1.1024
    Intel Management Engine Interface 6.0.30.1203
    Intel Rapid Storage Technology Driver 9.5.7.1002
    Display Driver
    Intel Turbo Boost Technology Driver 1.1.1.1007
    Conexant Audio Driver 3.80.0.0
    ATI HDMI Audio Driver 5.18.0.5502
    Atheros LAN Driver 1.0.0.36
    Bluetooth Stack for Windows by Toshiba v7.10.12(T)
    TOSHIBA Software Modem 2.1.77(SM2177ALD07)
    Conexant Modem Driver 7.80.2.0
    Wireless LAN Driver
    ConfigFree 5.90.18
    TOSHIBA Common Module v1.0.0.6
    TOSHIBA Power Saver 7.06.00.U
    TOSHIBA Hotkey Utility v1.0.0.1
    TOSHIBA Controls v3.37.4300
    TOSHIBA Utilities V1.0.0.3
    TouchPad On_Off Utility v1.0.0.1
    TOSHIBA HDD Protection 2.3.0.0
    TOSHIBA Smooth View 2.0.0.25
    According your list you have also downloaded some Win7 stuff.
    For instance: where have you found Value Added Package for WXP???
    Please be careful with all this stuff.

  • Error while deploying, Custom Style Skin in OBIEE 11.1.1.6.7

    Hi,
    I have deployed Custom Style Skin in OBIEE 11.1.1.5 successfuly (with the help of http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ ).
    Now when we're moving RPD, Catalog & Custom Style Skin from OBIEE 11.1.1.5 to OBIEE 11.1.1.6.7, I could deploy RPD & Catalog but am not able to deploy Custom Style & Skin Folders.
    If you are aware of the process of deploying Custom Style & Skins (as mentioned in the link above), it requies:
    1. Custom Style & Skins folder to be Deploy using Weblogic Console.
    2. Making necessary changes in instanceconfig.xml (to point to the deployed folder) ---- this is where it's failing.
    When I do add necessary tags ( <URL> & <UI>) in instanceconfig.xml and restart Services. Presentation Services dosen't come up. Error message that is in log file is:
    In element URL: Can not have element children within a simple content.
    unknown element 'UI'
    Element 'UI' is not valid for content model : 'All(URL, SocketTimeoutSec,FileSizeMB)'
    Any pointers?
    Regards,
    Jitendra

    Hi,
    I too faced such issue, actually obiee11.1.1.5 version skin and style wont work in obiee11.1.1.6.0 and above patch ..
    u have do it once again by using obiee11.1.1.6.0 skin (because the 11.1.16.0 has UI and skin different from 11.1.1.5.0 )
    Thanks
    Deva

  • Cannot find dashboard and reports after upgrading rdp from 10g to 11g OBIEE

    Hi all
    I am trying to upgrade from OBIEE 10g to 11g. These two products are installed on different servers. I have followed the guide: http://www.oracle.com/technetwork/issue-archive/2011/11-jul/o41bi-402913.html and everything seems to work fine.
    So i have taken a copy of rdp from the server where was installed OBIEE 10g and took it in the server where OBIEE 11g is installed.
    Ran the upgrade tool and upgrade finished successfully. Restarted the BI Servers in core application on Enterprise Manager.
    Now when i access the upgraded rpd, the layers and the fields are fine but I cannot find all the reports and dashboards that i had created.
    Am I missing any upgrade steps?
    Please suggest
    Thank you and best regards

    Hi Deepak,
    Thanks for your response.
    Oracle also came back to me and looks like my method is not valid:
    Hi Jim,
    Thanks a lot for the information. First of all I would like to inform you that upgrade CANNOT be performed across two machine. So, if 10g installation is on Host A, then upgrade to 11g will be on Host A.
    So, in your scenario this is what you can do:
    1. On Host A running Forms/Discoverer 10g on Windows 2003, install Forms/Discoverer/Reports 11g (11.1.1.6.0)
    2. Run the upgrade Assistant to perform the upgrade from 10g to 11g.
    3. Now upgrade OS of Host A to Windows 2008
    In short, I would like to inform you that upgrades across machines does not work. Source instance which is 10g and destination instance which is 11g must exist on same box.
    Here is the documentation which you can follow:
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10130/toc.htm
    (Oracle® Fusion Middleware Upgrade Guide for Oracle Portal, Forms, Reports, and Discoverer)
    11g Release 1 (11.1.1)
    Let me know if you have any further questions.
    Thanks,
    Rishi

  • OBIEE 11.1.1.5 installation Error on windows 7 64 bit

    Hi, I am unable to install OBIEE 11.1.1.5 in my windows 7 home premimum 64 bit laptop.
    I got the following error while installation(simple installation) at 'CONFIGURE COMPONENTS' stage, can somebody help me please...
    INST-08010: Error in validing the port range for auto port allocation. At Least 2 ports should be free within the range 7500-7500 for the Adminserver and Adminserver SSL
    Ensure that a minimum of 2 pors are free within the range 7000-7500 for auto port allocation to work correctly for the Adminserver and
    INST - 08010: Error in validating the port range for auto port allocation. At least 3 ports should be free within the range 9500-9699 for the Weblogic Components for BI(WLS Managed Server, Managed Server SSL and NodeManager)
    Ensure that a minimum of 3 ports are free within the range 9500-9699 for auto port allocation to work correctly for the Weblogic Components for BI(WLS Managed Server, Managed Server SSL and Nodemanager

    Hi,
    It's Port no issues. if u r going with autoportconfiguration it will refer 7001 to 7005 port. that port no are unavailable u r laptop.
    solution 1:
    go with manual prt configuration method and use available port(enterprise/software only install ).
    solution 2: disable Mecafi antivirus --> this may use 7001 to 7005 port no. then try it again.
    Note: obiee11g ok with win 7 ultimat/professional edition. it's having lot of issues with win 7 basic/home perimum edition so make sure u r version. i.e: first of all officially oracle not supporting win 7 os
    FYI: certification matrix
    http://obieeelegant.blogspot.com/2011/10/windows-7-home-premium-edition-is-not.html
    Thanks
    Deva

  • Obiee 11g - Master/detail : How to initialize details ?

    Hi gurus,
    I'm using the last version of obiee.
    I have a dashboard with master/detail. The master/details are working great when I click on cells.
    But I have some "initialization" problems.
    - master/detail with a prompt list on the master table
    a change on the list won't initialize the detail. I would like to have the detail refreshed with the first row of the master.
    - master/detail with different order by on master and detail
    the initialization value of the detail does not fit with the first row of the master.
    Is it possible to achieve this ?
    Thanks in advance for your help.
    Emmanuel

    Hi Dpka,
    Thanks for sharing your view . I ,even observe the same 'error' message returining false value at the bottom-left of my browser when set up the Master detail even and clicked my table column to reflect the value in the graph .
    But my situation is bit tricky . I can't expose two different views to see if separating the interaction works well or not . In my case I have only 1 report with 4 compound layout(with pivot table(master) and Graph(detail)) having view selector . So this is practically not separable as this incurs loss of other functionalities.
    Do you have any suggestion in mind . I tried to see Supportweb and doesn't have any valid bug reported :(
    Rgds,
    DxP

  • OBIEE 11g agents are failed to connect to Essbase

    OBIEE 11g agents are failed to connect to Essbase. We are using :USER & :PASSWORD (SSO) in connection pool setting to connect to Essbase.
    User account exists in both OBIEE and Essbase. OBIEE dashboards which are based on Essbase are working fine. Essbase variables in RPD are upto date.
    Only agents are failing and error says invalid credentials, but dashboard pages are running without any issue.
    OBIEE: 11.1.1.5 (BP4)
    Essbase: 11.1.2.1
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Login fails due to invalid login credentials (HY000)
    Essbase and OBIEE services are up and running.
    Any help will be appreciated.

    We finally implemented CSS Token option and ended up with this error. We are unable to connect to essbase with CSS Token option.
    We followed the Oracle document to implement this.
    [nQSError: 43119] Query Failed: EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials. (HY000)
    We did update this property:
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} -Didstore.identityAttribute=objectguid"
    Any help will be appreciated!

Maybe you are looking for

  • [Solved] LXDE missing window borders (or decoratioins, widget?)

    Hello, The LXDE runs fine on my newly built arch for a couple of days, and then I must have done something (e.g. upgraded or uninstalled some packages) and now I can still log into LXDE by using slim login manager or startx command, but none of the a

  • Open letter to the chief designer/engineer of the Q10

    Premises: - I have never bothered to post anything on any forum in my whole life but today I could not hold it. - I have been using blackberry devices every 5 minutes for the last 6 years of my awake life. - I work in a bank and half of my 2000 conta

  • What is single_percent_format, what is single_percent_format

    I reinstalled MountainLion because my MacBookPro was slow, and now there is a new menu at the top of my menu bar, it says single_percent_format. When I click on it, it gives me these choices.... icon_only_status_format power_source_adapter show_perce

  • Delete the Contact app, how is this possible?

    both  my ios devices show my contacts app as installing, waiting for the download to start. like they were normal apps, not one of apples. If I tap and hold on the app, it lets me delete it. I did this on the iPhone after doing a phone restore did no

  • PS Elements 7 for PC and PS Elements 8 for Mac

    I've just changed my PC for an iMac and at the same time upgrading PS Elements 7 to 8 for the Mac. I've had a look at the new version, but it seem to manage images much differently.  Is this because they've been imported into iPhoto and are therefore