Can OBIEE automatically update a filter if underlying data changes?

Suppose there is a saved request that shows some data set, and it uses the following filter: "Country_Name is equal to / is in USA".
Now suppose that the value in the underlying data source changes from "USA" to "United States". The aforementioned request would now return no data, since there is no "USA" anymore.
Other than changing the way the request was initially designed (i.e. setting the filter to use the Country_ID instead of Country_Name), how would you handle this case? Is there an approach to use in OBIEE that would handle updating the filter automatically? Is this simply bad report design? Do you build something into the ETL process that triggers some action (either manual or automated) if dimension tables are updated? I could probably do an XML Search and Replace in the catalog upon learning that the value changed, but I'm wondering if there is a better way.
Any thoughts?

First of all: The best way to avoid this is to use saved filters in your report... then you only need to change these filters, instead of every single report.
I don't think it is possible to automatically change the underlying filters of a report when data changes.
About ETL: when you implement a Type 2 Slowly Changing Dimension you will create a new record for the dimension when the value of a column changes, to preserve the history. This means you will get two records with two row_ids. In your fact table you will use the dimension's new row_id for new data.
For your report this means that it will give the same results for old data (because it filters on "USA"), but it won't show the new data, since it doesn't filter on "United States". So I don't think this ETL approach will solve your problem.
Maybe a Type 3 Slowly Changing Dimension can help you. This means that you will preserve the history in the same record, using 2 columns for example "Current Country" and "Prior Country". This can solve your problem because you will filter on the same records (which is not the case in Type 2 SCD). But it means you will get two country columns, which is not the most elegant solution maybe..
So maybe going through all your reports is the best way to solve your problem for now and encourage the report builders to use saved filters in their reports.
Regards,
Stijn

Similar Messages

  • Where is UPDATER  so I can set automatic updates?

    I cana't find where the word updater is so I cAN GO TO PREFERENCES AND INDICATE AUTOMATIC UPDATES. (READER 11)

    Under Edit - Preferences...

  • On my windows 8.1 pc (i5 processor with 8GB ram) I can't get the automatic update voor CS4 master collection. I removed my panda antivirus and still can't automatically update. somebody any suggestion?

    on my windows 8.1 pc (i5 processor with 8GB ram) I can't get the automatic update voor CS4 master collection. I removed my panda antivirus and still can't automatically update. somebody any suggestion?

    thanks for your reply.
    in Dutch it says that there are no updates available. I know that after
    installing cs4 there are updates but i can't load them automatically. I did
    a delete and reinstall, but still get the message.
    kind regards,
    2014-09-23 16:28 GMT+02:00 Atul_saini123 <[email protected]>:
        on my windows 8.1 pc (i5 processor with 8GB ram) I can't get the
    automatic update voor CS4 master collection. I removed my panda antivirus
    and still can't automatically update. somebody any suggestion?  created
    by Atul_saini123 <https://forums.adobe.com/people/Atul_saini123> in *Downloading,
    Installing, Setting Up* - View the full discussion
    <https://forums.adobe.com/message/6755843#6755843>

  • How can I automatically update links to bookmarks that change?

    The documentation I am working on currently outputs to WebHelp, Word, and PDF.
    The files include numerous equations and figures. I created styles to automatically number these and bookmarked them for linking. It just occurred to me, however, that these figures are likely to change over time. Is there a way to automatically update the links as figures are added or removed?
    FWIW, I am using RoboHelp HTML 9.0.2.271 on Windows 7.

    There is no automatic way of updating bookmarks that I am aware of. Can you not create bookmarks that avoid the numbering as they will not be seen by users.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to execute a update query when the particular date changes

    hi all,
    i am using date base 11.1.0.6.0,
    i am trying a small update query it should fire when particular date changes in year.
    i think for trigger but i didn't get how to execute it.
    Regards,
    Pavan

    Hi, Pavan,
    Use dbms_scheduler to run a procedure at a given time (or at repeatedly, at given times).
    A trigger is good for re-acting to certain actions in the database, someone INSERTing a row in a given table, for example. Nothing will necessarily be happening when you want your procedure to run, so a trigger is not good in this case.

  • Can't automatically start appserver 8.2 under Solaris 10

    Hi,
    I have recently installed Sun Java Application Server 8.2 on Solaris 10 6/06 under a user other than root.
    I'm interested in making domain1 start-automatically after booting. I tried for the first time a script that used
    asadmin start-domain domain1Obviously logged in as the user that installed the app. server it worked ok, however, the root user couldn't get it running.
    Then i used the following:
    su  myuser -c "asadmin start-domain domain1"That worked when invoking the script as root.
    However, after placing the file in /etc/init.d and making respective links in /etc/rc3.d and /etc/rc0.d and rebooting, it didn't work at all.
    How can I see what was wrong or even if the script was attempted to be run?
    Thanks a lot.
    null
    Message was edited by:
    Gomer

    So, if I understand this correctly, you are running this installation in local zone and trying to use J2SE from the global zone, right?
    This hang might have something to do with zones. Based on limited truss snippet it is hard to tell where exactly it hangs, though. One possibility is that in fact J2SE verification went through fine but the next screen is the one which asks for default server configuration, including port numbers. Before that screen is shown, installer will try to find out whether the default port numbers are free or not, so it is possible it actually hangs there.
    To see if the port verification is an issue, please try running:
    ./sjsas_pe-8_2-solaris-i586.bin -console -noportcheck
    With this option, any port verification done by installer will be skipped, so if the hang was there installation should now go through. Note that this will create your default domain using default set of port numbers, so there is a chance you'll need to change port values prior to starting the server if any of those ports are in fact in use.
    Also, if installer hangs in port verification, this might point to network configuration issues, so if you also run into problems during the server startup you might need to further deal with networking. In any case, try installing as above and see if you can get further.

  • How can I automatically update the JDK (not JRE) on a Windows box

    Hi,
    We have a build machine that we use to build our product. I would like to automate the process of updating the JDK used to build the product so that, as a new JDK release/update/version becomes available for download it get automatically installed on the build machine. Any recommendations on how I could do this? Is there at least a way to get notified when a new release/update/version is available?
    Thanks,
    Graham

    I don't enter it , it gets it from my card and i have written 2 there and its allowing me to choose between those two.
    Maybe we are talking about different things if you can just let me know the procedure of doing it from the beginning, I will be very grateful, if not thanks!

  • Automatically update table when database make any changes

    Hi Experts,
    I want to create one table in the database that table
    but values get inserted into that table automatically when the database make any changes (i.e if you insert/update/delete any values in any table in the database)
    how should i create this type of table into my oracle database
    please give me some script to create it
    reg,
    jel

    Why not simply enable audit? Then you can query SYS.AUD table to track inserts/updates/deletes and even selects. Other than that, you would have to create a trigger on every existing and newly created table.
    SY.

  • Automatic updation in  PO when info record change

    Dear All,
    We have a scenerio where we purchase copper components from one vendor. The rates are changed on every 15 days.
    i.e. from 1-15th the rates are x, and from 16th-30th the rates are y. The supplier sends material on new price on 16th, irrespective of pending order as per old price.
    Can we have some sort of facility so that pending orders price of some specific items get updated, as soon as we change in info record.
    Suggest some solution.
    Thanks in Advance,
    Ishu

    Hi
    In PO, ie) in ME21N.....Item Details -
    > Condition Control Tab -
    > You can see the "Pricing  Date Category" Field......
    If it is not found there....then,
    Goto -
    > OLME -
    > PO -
    >  Define Screen Layout at Document Level -
    > Choose Field Selection key "NBF"  and go into details -
    > Choose Field Selection Group "Quantity and Price"  and go into details -
    > There you maintain the "Pricing Date Control" field as Optional Entry or as Required Entry as per your requirement and SAVE...
    Now you can get the Pricing Date Category field in PO...
    Reward if useful
    Regards
    S.Baskaran

  • How can I get the screen of my laptop to update more often as the data changes to slowly

    The system that I am using t I read voltages is working well but the screen of my lap top is up dating to slowly and ad such do not see all the changes the up date seams to take +- 20 seconds and this is to long
    L.E.kloke
    Assit Project Manager

    Hi kloke,
    In the loop in your VI, you have 12 FP_Reads and a write to spreadsheed function (which opens, writes and closes the file). It is not uncommon for such a Vi to execute slowly considering the overhead assosciated with each fieldpoint read. It may be helpful for you to combine all of your analog input channels into a single read and all of your counter channels into a single read. This will reduce the number of FP_Reads that need to be called. I have attatched a picture of what I'm talking about.
    -Sal
    Attachments:
    fieldpoint_io_constant.JPG ‏79 KB

  • How can I create a month and have the dates change on each page, auto?

    Hey!
    I need some indesign help.
    I have a section "January" and another "February" etc for the 12 months.
    I have one day per page with a month as a section. Then another month as a section and one day per page etc?
    I want to auto change the date on each page.
    I already have page numbers....
    Any suggestions would be appreciated!
    T.

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How Do You Filter, Or Stop Automatic Updates From Windows or HP to a Windows 8, 2000 Notebook PC.

    I would like to know how I can see automatic updates from Windows or HP before they go into my computer?  The reason is, is that these auto updates mess up my IE and my printer software.  I have a HP 2000 Notebook PC, Windows 8, 64 bit.  I would like to be able to filter or see these updates before they go in my computer.  Is there anything I can do, or a setting I can set?
    Thanks,
    Susie

    Hi Mikipups,
    Thank you for visiting the HP Support Forums and Welcome. I have read your thread on your HP 2000 Notebook and issues  Microsoft updates. Here is a fix from Microsoft.
    Type Update in the Start Menu search box, select Windows Update from the top of the menu and in Windows Update select Change Settings on the left side of the window.
    Hope this helps.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Performance Appraisal: Automatic updation in case of Manager's Transfer

    Dear All,
    In performance appraisal Manager(n) is Appraiser and Manager's Manager(n1)  is included as further participant so that he can view appraisals of all employees who indirectly report to him. Now whenever this higher Manager (n1) is transferred new manager coming in can not view appraisals of his new department automatically. To enable this we update this further participant list manually of all old appraisal forms of his employees. Is there a way to do this automatically as such cases are quite a few and doing this manually is very time consuming.
    Thank You.

    i havent seen any automatic update
    in general if an employee changes the manager, the old manager
    should be replaced in the document as well by the new manager to get
    access to the entire document.
    I would suggets to replace the appraiser in the documnet e.g. by
    transaction PHAP_ADMIN so that the new manager sees the entire
    document.
    scenarios could be
    solved using BAdI HRHAP00_ACC_HEADER. It'll enable you to change the
    appraiser of the created appraisal documents when manager has been
    changed.

  • Automatic Update for Flex applications

    Hi All..!!
    Is there any way for flex extension to have the functionality of automatically updating itself? For eg, I have a Flex panel installed for use in Photoshop, how do I add the automatic update feature in my panel? I searched the internet and came across the Updater Framework of Adobe AIR? Can we use it in a Flex extension as well, in a panel designed for Photoshop..??
    Thanks!

    Hii..!! Please reply folks..!! I need a reply... Guide me, whether a Flex extension can be automatically updated..??
    Thanks!

  • Automatic Update - deployment.properties problems with JRE 1.6.0_05

    Hi!
    This is a Automatic Updated daisable problem.
    I have change the update policy values in the registry but still have one more problem:
    I want to deploy JRE 1.6.0_05, in earlier versions ie 1.4 there has been a windows\sun\java\deployment where the initian deployment.properties file is located. But in the 1.6.X ther is no such folder and the deployment.properies file is still "copied" when you start ie "javacpl.exe" . I would like to disable the
    choice "Download JRE automatically" in the javacpl.exe to "Never download..." but the initial choice when the file deployment.properties is created is "alway download..." .
    Am I still save only with the registry key changes, or do I have to change the value in the deployment.properies and if so, where is the "original" copy that copies the file into C:\Document and Settings\[user]\Application data\Sun\Java\Deployment\
    kindly,
    manekin...

    Hey lynchmob,
    Try these steps to correct the problem, you need to be logged in as an administrator:
    1. Go to the group policy editor. You can get they by typing gpedit.msc into the Run dialog.
    2. Navigate to computer configuration->administrative templates->windows components->internet explorer.
    3. Disable "make proxy settings per-machine (rather than per-user)".
    4. Login with the user account and go to Internet Options.
    5. Go to the Connection tab.
    6. Click on the Lan Settings button.
    7. You may notice that the proxy settings are not correct. Change the proxy settings to be whatever is required for your proxy.
    8. Configure Java to use browser proxy settings.
    9. Open the java console.
    10. Set debug level to 5.
    11. Press 'p' to reload proxy settings. Use the trace messages to verify correct proxy settings were loaded.

Maybe you are looking for

  • IMovie 10: Create project file to be burned using Toast 11

    **I am brand new to the community so if I commit some faux pas, mea culpa in advance!  I searched previous postings but didn't find exactly what I was looking for.** I created a photo slide show in iMovie 10 with transitions, some over layed text, an

  • [AS2] Helppp...Video Problem

    hi guys, I kinda need your help I just make a website www.garudadidadaku.com but I got a problem with the movie trailer that I attached on the main page. the problem is... if you go to http://www.garudadidadaku.com/eng/main_eng.html you will see the

  • Nokia PC Suite - Message not save in "Sent" folder...

    If you are using "Nokia Communication Center" in "Nokia PC Suite" than observe while sending the message that it will not save in "sent" folder. can anybody help me out?

  • How did I get so many users in Server?

    I recently installed OS X server 4.1.  All seemed to be running smoothly.  When I came in the next day I had 89 users.  All appear to be file names and services.  This happened before on server 2.2 before I upgraded.  It happened overnight so I am no

  • 3d graph color map help for cvi

    I've plotted my data to a 3d graph using CW3DGraphLib.  The data I am most interested in is the highest 10%.  I can change the Z axis to only show this 10%, but the colors are all red.  I would like to modify the color map so it maps only the data th