Drill Filter parameters getting changed when "Refresh on Open"

Hi Experts,
WEBI reports have some drill filters inside the tabs, saved with default values (for Ex MTD)
when user opens these report, it starts with the value which was saved in the report .
Recently we made these reports as u2018Refresh on Openu2019 to enforce authorizations.
Now when these report are opened by users and refreshed, the original parameters of drill filters with which the report was saved, is lost ( as all the data is purged).
So are you aware of any settings with which we can save the reports with some default values in the drill filters and still make it u2018Refresh on Openu2019.
Thanks in Advance,
Bhargava Bommidi.

Try this approach.
Create a local variable which woul act a a global filter in the report -
1. Drill Filter = If (Length(DrillFilters())=0; "MTD")
2. Display Flag = If ([Drill Filter]=[*TD]; "Show")
*[TD] is the object which has MTD, QTD, or YTD values.
Include this object in the report block, Apply filter on Show.

Similar Messages

  • I keep getting this when trying to open Time machine:   An unexpected error occurred (error code -6584).

    I keep getting this when trying to open Time machine:   An unexpected error occurred (error code -6584). time machine wont even open up. My Time capsule has a green lite and appears fine
    Thaks,

    This often means the backup is corrupted.
    First of all reboot the network.. turn everything off and restart in order.. modem.. TC.. clients.
    If you still have issues, hold the option key when you click the Time Machine icon on the top menu and it will bring up verify backups.
    Do that.
    Read this thread if you need more..
    https://discussions.apple.com/thread/3123920?tstart=0
    It seems to be a fairly complex problem if the above don't work.

  • Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.

    Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.  Has there been a fix or patch to this issue or do I have to convert back to CS4 to open the file?

    Having the same problem in CS6.  I can tell you that converting back to CS4 will NOT solve the problem.  It seems when support for backward compatibility is discontinued, there's just no way to get
    any help at all?  Absolute failure to provide any user support so far...

  • Can we dynamically change the column based on drill filter parameters

    Hi All,
    Is it possible to pass the drill filter parameter from a parent WebI report to Child webI report.
    Here is the scenario:
    There ar 2 WebI reports: Test1 and Test2.
    Test1 is the parent report which is having the drill options and a link to detial report.
    Depending upon user selection of Region, Market Unit or Country the detail report should display data dynamically by taking those drill filters as input for prompts of second report.
    ie. if user drills to region = APJ, detail report should only display APJ Data at detail level.
    If user is on drill level = Market Unit, only that Market unit details should be displayed, similarly for country.
    I am able to pass the drill parameters of Test1 report using the formula:
    ="<A HREF=https:///OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName="+URLEncode("Test2")
    "&sWindow=New&lsMRegion="URLEncode(If(DrillFilters([Region])="" ; [Region_All];DrillFilters([Region])))"&lsMMU="URLEncode(If(DrillFilters([Market Unit])="" ; [MU_All] ; DrillFilters([Market Unit])))
    "&lsMMU="URLEncode(If(DrillFilters([Country])="" ; [Country_All] ; DrillFilters([Country])))
    ">""Detail Report"+"</A>"
    But I am not sure what formula I need to write in the Test2 report so that column changes based on the drill filter selection in Test1 Report.
    Can you please someone help me out in this?
    Thanks in Advance.
    Regards
    Sindhu

    Please find my replies inlined >>>
    Hi Tapash,
    Thanks for the reply. I have already extended the
    VORowImpl class and overridden the setAttribute14.
    The value gets stored in the database, but I am not
    able to fetch this value using getAttribute14() in
    the VORowImpl class. I am not sure why, but my
    requirement is to change the value of an attribute
    depending on its previous value.
    You need to requery your VO to get the data back from the DB
    Let me elaborate my requirement. In iprocurement we
    have created a requisition using copy to cart
    feature. Our requirement is to launch the Account
    Generator whenever a requisition is created using
    copy to cart.
    Okay
    This can happen if we change the value of an
    attribute. I changed the value of this attribute from
    the form
    Do you mean you changed the value from forms application ?and observed that account generator is
    launched. But as this attribute is not used by
    client, I want to change the value of this internally
    but it should behave the same way as if the value is
    being changed from the form.
    I hope this makes the requirement clear.
    What i understand is, you need to launch the account generator when you create a req using copy to cart, so let us look at that, i would suggest not to change/use tha flex attibutes if not required, because the client might want to define a DFF on the field tomorrow, that is the purpose of attribute fields, now if you manage to get your requirement by using it today, it might incur rework tomorrow.I will find out how iProc works and would let you know other better way of launching the account generator.
    >
    Thanks

  • Filename doesn't get changed when importing (sometimes)

    I have the following Problem:
    When I import a directory of mp3 files (an album), then some filenames (1-2) don't get changed (there are correct id3 tags). Lets say I have the first song called first song, the original filename is first_song.mp3. After importing the song is in the correct directory but not changed. It should be something like: 01 first song.mp3. When I edid the id3 tag to lets say first songe the file gets changed.
    What could be the problem? Itunes bug?

    vikyboss wrote:
    Actually the problem seems to be resolved. I have a fully updated system and installed xfce again few days ago. And it works miraculously..
    Installed versions:
    1. xfce4-mixer 4.10.0
    2. Advanced Linux Sound Architecture Driver Version k3.9.3-1-ARCH
    ravicious wrote:Oh, I actually fixed this myself yesterday. I installed pulseaudio, pulseaudio-alsa and xfce4-volumed-pulse (from AUR) and then removed volume shortcuts from xfce4-keyboard-settings. In xfce4-mixer, you just have to choose a proper playback as a sound card.
    Wow, actually it now works for me, too! Amazing!

  • Password file gets changed when an account is locked/unlocked in 9i !!

    Hello All,
    I observed that in 9i (9.2.0.8 and 9.2.0.6 on Solaris 9), the timestamp of the orapw<SID> file changes when a non-sys account is LOCKED/UNLOCKED. There is no change in the size of the file, but timestamp alone gets changed to the time the account is locked/unlocked.
    orapwd<sid> stores the password for administrative accounts, what has it got to do with non-sys accounts( an account with just create session privs ) ?
    Is it the expected behaviour ?
    TIA,
    John

    Hi,
    You can create a user defined metric which will query the table "dba_users" and check for "account_status" and will alert you whenvr usr is locked.
    You can find the link for creating "user defined metric" at "Related Links" section at the bottom of database homepage in OEM.
    Hope this helps...

  • Condition value getting changed when open the Sales order in VA02

    Hi Experts,
    i have creating Sales order manually in VA01, and for first line item of sale order, i have assigned value in custom field of additional tab B, to populate Condition value for condition type ZK01 and checked in VA02, VA03 same Condition value is there for condition type ZK01.
    And created delivery document and billing document for newly created Salesorder.
    When i have open the Sales order in VA02, then i am getting changed Condition value for conidition type ZK01 in bothe header and first line item and in VA03 there is no change in value.
    Kindly let me know the user exit or any related programs to this issue.Thanks in Advance.

    Hi Rajani,
    this sound like VOFM -> conditions. Do you know which conditions are active during the determination?
    Cheers,
    Stefan.

  • Title bar gets squashed when a link opens in new window.

    It doesn't happen when i click "open in new window" but only when I click a link that opens in new window automatically. The title bar gets narrower so the tab goes outside the screen. After minimizing and maximizing again it becomes OK. It's the same in "safe mode". I also tried creating a new profile but the problem still exists.

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Getting error when trying to open Job Manager

    Hi List
    we are getting the below error when trying to open the Job Manager,which worked fine until yesterday.
    [nqs error 46105] Error executing Process: "C:\Program Files\Java\jdk1.6.0\bin\javaw.exe" - Xmx1024m -cp D:\OracleBI\server\Bin\JobManager\startup.jar org.eclipse.core.launcher.Main -data D:\OracleBIData\jobmanager -configuration C:\OracleBIData\jobmanager The system cannot find the path specified
    Please advice.
    Thanks..

    Did you change your JDK path by any chance? Also you are getting a strange error message. It is trying to point to both D:\OracleBIData\jobmanager and C:\OracleBIData\jobmanager. Is there anything that you changed prior to doing this?
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Why does Pages ask me to save changes when I only open a file and print it?

    I have documents that I open regularly but only want to print (and not make changes to).  But, even if I open them and do nothing other than print them, Pages prompts me to save changes when I close the file.  Why is this? 
    If I've had the document open for a while, I'm always concerned that maybe I've made changes that I want to save and forgotten.

    But it always, always, always ignores it, fruhulda. That's what I'm saying. A brand new document on a brand new computer with a fresh install of iwork, and the same thing happens. Every time I open it and print--Do you want to Save? Do you want to Save?
    For instance, I have a contract form I use regularly and I get that every.single.time even though I always use the same printer, and have hardly ever used the printer that pages has chosen as my default printer (a medium format inkjet with archival ink that costs far too much to use for things like correspondence). It is not my default printer in OS X, incidentally. No matter how many times I tell Pages to save the information about the printer, it will not. And I also get the same nag on the rare occasions when I do use the printer that pages has chosen (usually by mistake because I forgot to change it in the print dialog).
    Perhaps this is a localization-specific bug and that's why you don't see it.
    EDIT And most oddly, it happens just the same in lion with the current version of pages, which I would have thought should have autosaved that change without asking me about it.

  • Getting error when trying to open .indd file on a Mac

    I'm having a very frustrating problem with InDesign on my Mac.
    When opening an InDesign file on a shared folder using SMB connection I more often than not get the following error:
    "Cannot open the document "document_name.indd".
    You may not have permission or the document may be open already. For multi-user access,
    close the file and then lock it using the File > Get Info command in the Finder."
    The setup is as follows:
    Macbook Pro
    Mac OS: OS X 10.9 Mavericks
    InDesign: 2014.1 Release, 10.1.0.71 Build
    Shared folder: Hosted on Windows 2012 file server
    Connection to shared folder: SMB
    I am the creator of these documents and have full control on the folder. Nobody else has these documents open.
    Can somebody help me finding a solution to this problem?
    Any help highly appreciated.
    Thanks in advance.

    There are other threads on this topic. Do a search to see if you can find them.

  • Getting error when refreshing the WebI report

    Hi,
    I am building WebI reports using a universe which is constructed over a BI cube.
    Initially I am building the report and uploading it into CMS.
    When I am importing the report from CMS and refreshing it, I am getting an error
    "A database error has occured. The database error text is: A runtime exception has occured. (Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    What could be the reason for this kind of behaviour?
    The version of BO is 3.1.

    Hi,
    Your answer was really helpful, and it worked upto some extent. I have updated the lisence key and the following error is no longer coming.
    "(Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    But now I have a new error popping up when ever I import a report from CMS and refreshing it.
    The error is "A database error occured. The database text is: The supplied XML is not valid.[SYMTNKEY].[LEVEL 01]. (WIS 10901)."

  • Why do my video timings, specially in the parts where there are titles get changed when changing the format in a file converter?

    Hi, i am currently working on a project in NSTC format but seem to have a technical problem. I have exported it (in wmv.) but i want to convert it to MP4 (iPod) and DVD format. Now, I have tried to convert the video with many pieces of software and they all seem to change my timings (e.g a title is shown before it should). This doesnt happen in the .wmv file but it seems to happen on both DVD and NSTC. Am I doing something wrong in premiere or is it another problem?
    Thanks in advance

    I am not sure that I am following. You have a Sequence in PrP, and have your Titles positioned and their Duration set, as you need. (I'm assuming Lower Thirds, or similar). Your preview verifies that everything is proper and satisfactory. Then, when you Export to certain formats, the Titles have "moved," so that they no longer accompany the proper visual from, say Video Track 1. Is that correct? If so, I am sorry to say that I have no idea how that could happen. I just want to get clarification on the exact problem, and will consider what could be afoot. Also, others will likely benefit from a bit more info.
    Good luck,
    Hunt

  • FILTER logic getting jumbled when GENERATED...

    Environment:
    OWB10g Client on Windows XP Professional
    Repository - 9.2.0.4 on UNIX (AIX 5.2)
    Target - 9.2.0.4 on UNIX (AIX 5.2)
    I have a FILTER operator with the following in it:
    ( INOUTGRP1.ORDER_TYPE_PDDCTO = 'RX' And trunc ( INOUTGRP1.TRANSACTION_DT_PDTRDJ ) = trunc ( sysdate ) And trunc ( INOUTGRP1.FP_NEED_DT ) &lt;= trunc ( INOUTGRP1.REQUEST_DT_PDDRQJ ) ) Or ( INOUTGRP1.LINE_TYPE_PDLNTY IN ( 'S','DM' ) And INOUTGRP1.STOCKING_TYPE_IBSTKT = 'P' And INOUTGRP1.UNITS_OPEN_PDUOPN &gt; 0 And INOUTGRP1.ORDER_TYPE_PDDCTO = 'O3' And trunc ( INOUTGRP1.SCHED_PICK_DT_PDPDDJ ) &lt; trunc ( sysdate ) )
    It is an 'OR' between two separate sets of logic.
    When the mapping is Generated the above code comes out like this:
    WHERE -- ( = )
    AND
    -- ( = )
    AND
    -- -- -- -- -- -- -- -- -- ( ( = 'RX' And trunc ( ) = trunc ( sysdate ) And trunc ( ) &lt;= trunc ( ) ) Or ( IN ( 'S' , 'DM' ) And = 'P' And &gt; 0 And = 'O3' And trunc ( ) &lt; trunc ( sysdate ) ) )
    Can someone please tell me where in the %#^#* OWB is getting the above logic to translate my FILTER into the above gibberish?
    This produces a 'PL/SQL: ORA-00936: missing expression' error on that line when I try to deploy it.
    Also, on a related note that I saw a thread on earlier but can't find now, how do I get the FILTER operator to retain my CR/LF in the expanded expression of the filter?
    The tag at the bottom of the expression window, where it shows the Line and Column numbers, shows WINDOWS:CR/LF which I thought I had read would retain the CR/LF's I put in the expression to make it easier to read rather than having to scroll to the right 27 miles.
    Deep breath.
    Deep breath.
    Deep breath.
    Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.
    Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.
    I'm OK now.
    Any help is greatly appreciated. ;-)&gt;
    Gary

    Good morning Gary,
    I remember we had the CR/LF discussion earlier, maybe it's 10g that wrecks it, got 9.2.0.4 here which works flawlessly in that sense.
    Got 10g on my laptop (of course not with me right now) but basically the only thing that bugs me there is some nasty behaviour of not showing the entire 'picture' of a mapping any more after there have been some popups (like context or property menu) in the front.
    Tip: if you want to show code in a thread use [ code] and /code] to mark it (in lowercase, without the space after the [, otherwise it would not show), e.g.:[code]
    ( INOUTGRP1.ORDER_TYPE_PDDCTO = 'RX' And trunc ( INOUTGRP1.TRANSACTION_DT_PDTRDJ ) = trunc ( sysdate ) And trunc ( INOUTGRP1.FP_NEED_DT ) <= trunc ( INOUTGRP1.REQUEST_DT_PDDRQJ ) ) Or ( INOUTGRP1.LINE_TYPE_PDLNTY IN ( 'S','DM' ) And INOUTGRP1.STOCKING_TYPE_IBSTKT = 'P' And INOUTGRP1.UNITS_OPEN_PDUOPN > 0 And INOUTGRP1.ORDER_TYPE_PDDCTO = 'O3' And trunc ( INOUTGRP1.SCHED_PICK_DT_PDPDDJ ) < trunc ( sysdate ) )
    I was about to ask you what happens if you apply this code without any CR/LF in it, but I guess you've tried that?
    Could be the OR is the culprit here. As a workaround maybe you want to try out some Boolean algebra to get rid of the OR. If memory serves me well:
    (A.B)+(C.D) equals
    NOT(NOT((A.B)+(C.D))) equals
    NOT(NOT(A.B).NOT(C.D))
    hence NOT(
    NOT( INOUTGRP1.ORDER_TYPE_PDDCTO                   = 'RX'
      AND TRUNC ( INOUTGRP1.TRANSACTION_DT_PDTRDJ ) = TRUNC ( SYSDATE )
      AND TRUNC ( INOUTGRP1.FP_NEED_DT )           <= TRUNC ( INOUTGRP1.REQUEST_DT_PDDRQJ )
    AND
    NOT( INOUTGRP1.LINE_TYPE_PDLNTY IN ( 'S','DM' )
      AND INOUTGRP1.STOCKING_TYPE_IBSTKT = 'P'
      AND INOUTGRP1.UNITS_OPEN_PDUOPN > 0
      AND INOUTGRP1.ORDER_TYPE_PDDCTO = 'O3'
      AND TRUNC ( INOUTGRP1.SCHED_PICK_DT_PDPDDJ ) < TRUNC ( SYSDATE )
    )An other option would be to use an expression operator to build a status 'column', and in this expression you build the filter logic with a case statement. Next, in the filter you use the status input to filter records.
    Hopefully one of Oracle's own OWB-guys will be looking at this forum soon (if I use JP Dijcks as benchmark, they haven't since 28th of January) and give an answer on whether your noticed behaviour is a bug.
    Good luck, Patrick

  • When Exporting a Crystal Report to Excel format all of the dates get changed when viewed on Mac version of Excel

    We're using Crystal Reports 10 and when we export a report from the Crystal Viewer using either the MS Excel 97-2000 option or the MS Excel 97-2000 (Data Only) option, the date columns on the report appear as expected on a PC version of Excel, however, most of the users at our company use Macs so when they open the same report on the Mac version of Excel all of the dates show up as 2011 or 2012 dates eventhough they are suppose to be 2008 dates. We've tried to just open the report after the export process and then do a "Save As" but get the same result. The date columns all appear to be formatted as Date. The dates on the Crystal Viewer appear as expected when viewed on a Mac. The users are running Excel for Mac OS-X Service Release 1.0. Any idea why this may be happening and is there a solution to this problem? Thanks!

    Hi,
    To clarify, are you currently using the Mac version of Crystal Reports Viewer 2008 which you downloaded from here?: http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/viewer/index.epx

Maybe you are looking for