Filer view for combine request

Hi ,
can any one help me to get filter views for combined request reports. As normal, when we use filter view with combine request then , it doesn't show us what value we have selected in dashboard prompt. so i need alternate approach, for showing dashboard selection with combined request reports..
Thanks
Deepika

i think creating prompt in sql would not help as i m using exixsting prompt and creting all prompt is not good.. tat too would not help for shwoing like filter view in combined request..
Edited by: Deepika Sinha on Jul 17, 2012 11:12 PM

Similar Messages

  • Filter view for combined request

    Hello!
    We have 12 requests combined to the single Answer's request using UNION. Each of these 12 requests has a filter. But when we try to display the filter view for the combined request, it says "Request contains no filters". Any ideas how to display the big "combined" filter?
    Thank you!

    I am assuming that the columns in each of your 12 individual queries are the same and you just have different combinations of filters to produce your final query. If so, try building this using one query and using the OR operand for each set of criteria that corresponds to the 12 different sets of filters. This way the filters will show up in Filter View.
    If the columns in the 12 queries are simply the same datatype (minimum requirement), but different, then how would the user know which filter set corresponds to which set of columns since the "final" query will have one name for each column? It would be confusing at best. The only thing I can think of is having 13 queries, 12 individual ones and the one "combined query."
    In your dashboard, display the "combined query" in the Compound Layout view in the usual manner. Underneath that query in the design mode of your dashboard. Add the 12 individual queries but only display the "Filter View" of each query.
    With just the combined query, nothing will display in Filter View as you surmised.

  • Anyone know of a DWF file viewer for Panther?

    Hello! Does anyone know of a free DWF file viewer for Panther? I need to regularly use a DWF Autodesk cad file and need a "read only" file viewer. Autodesk is working on an OSX viewer but haven't released it yet. Thanks, Tom

    Hi Tom,
    You give to easily up ..... have a look into this link.
    * By a simple Google search you could have one already.
    Free DWF Viewes
    Good luck ...
    Dimaxum

  • How to get file name for failed request in JSOM

    hello friends,
    i am uploading files to sharepoint 2013 document library. due to some problem when a file is not uploaded request is failed and failed callback handler is executed. at this time how i can know for which file has not been uploaded.
    as i am uploading multiple files so it is necessary to know for which file error occurs.
    please help 
    Thanks in advance.
    Mukesh

    Hi Z..
    it will be hard for any one to understand the code. how ever I have provided bellow.
    theme is I need to upload multiple files selecting one by one asynchronously when a file will begin to upload It will show status of file name with processing image. similarly for other files.
    ones file successfully uploaded processing image will get hidden. and delete will appear.
    when error occurs for a file then processing div need to be removed for which I need file name when request failed. in failed handler
    function uploadData()
    var input = $("#fldFile")[0];
    if (input) {
    $("#uploadedfile").append("<div class='file'><label>" + input.files[0].name + "</label><div class='image'><img src='/_layouts/15/KPMG.VendorPortal.DMS/processing.gif' alt='processing..'/><img src='/_layouts/15/KPMG.VendorPortal.DMS/error.png' alt='delete' style='display:none;' /></div>");
    file = input.files[0];
    filename = input.files[0].name;
    fr = new FileReader();
    fr.onload = uploaddocument;
    fr.readAsDataURL(file);
    function uploaddocument()
    web = clientContext.get_web();
    clientContext.load(web);
    list = web.get_lists().getByTitle("TempLibrary");
    rootFolderUrl = list.get_rootFolder();
    file = this.result;
    clientContext.load(rootFolderUrl);
    clientContext.executeQueryAsync(onuploaddocumentsuccess, failed);
    function onuploaddocumentsuccess()
    fileCreateInfo = new SP.FileCreationInformation();
    fileCreateInfo.set_url(rootFolderUrl.get_serverRelativeUrl() + "/" + foldername + "/" + filename);
    fileCreateInfo.set_overwrite(true);
    fileCreateInfo.set_content(new SP.Base64EncodedByteArray());
    // Read the binary contents of the base 64 data URL into a Uint8Array
    // Append the contents of this array to the SP.FileCreationInformation
    var arr = convertDataURIToBinary(file);
    for (var i = 0; i < arr.length; ++i) {
    fileCreateInfo.get_content().append(arr[i]);
    // Upload the file to the root folder of the document library
    uploadedfile= list.get_rootFolder().get_files().add(fileCreateInfo);
    clientContext.load(uploadedfile);
    clientContext.executeQueryAsync(documentuploaded, documentfailed);
    function documentuploaded()
    var fname = uploadedfile.get_name();
    $("#uploadedfile").children("div").each(function () {
    var flabelname = $(this).children("label").text();
    if (flabelname.trim() == fname.trim())
    $(this).children("div").children("img").get(0).style.display="none";
    $(this).children("div").children("img").get(1).style.display="block";
    alert("uploaded");
    function documentfailed(sender,args)
    Mukesh

  • Reg Filter View in Combined Request OBIEE11g

    Hi,
         We have a requirement where we need to show the filter view in a combined request. Currently we have achieved the same but putting another request but the issue when the download of the request happens the filter view is not downloaded and it has to be downloaded separately. We are using OBIEE11g(11.1.1.6.9).
         Please advise if there is any workaround to achieve this functionality so that download of results and filter view can be achieved in one shot. Thanks.

    Dev,
    Not possible to use the filter view in union request.Try creating the filters with filter view as a separate request and add them to the dashboard.
    Rgds,
    Dpka

  • Using filter view in combined request.

    Hi,
    I want to see the filters used in a combined request in a filter view which I am unable to. Can anyone help me with this?
    Regards,
    Dev.

    Dev,
    Not possible to use the filter view in union request.Try creating the filters with filter view as a separate request and add them to the dashboard.
    Rgds,
    Dpka

  • Need native InDesign file viewer for Windows

    We are evaluating the usage of InDesign as a layout programm for web sites. At the moment we do create our mock ups using Photoshop.
    A great thing about that: At least the flattened photoshop layout can be viewed by everybody in our company.
    Now - as we do have .indd files there is a desire to have a look on the work results without having a full copy of InDesign installed!
    At least for Mac there is http://www.code-line.com/software/sneakpeekpro/
    But we still need a file viewer für native InDesign files on Windows!
    Any suggestions?

    1. You can change the preview size of your documents in Preferences -- it's under File Handling. Other than most of the preferences, this is a system-wide setting, so you don't have to change it per document. Opening, then forcing a file to save (you have to change something or use Save As) will update the previews in the file. I've read that CS5 allows you to save a preview of more than the first spread.
    2. http://www.jongware.com/binaries/extractIdThumbnails.zip (Windows) -- drop an InDesign file on this, and it will extract the preview (or previews) into the same folder the file came from. Only works, of course, if there *are* previews in that file. Seems to work fine with CS4, I only have one or two CS3 / CS5 files to test with and it theoretically *should* work with those as well.
    This doesn't bring the count of InDesign viewers to '1', though. The file format of InDesign is WAY too complicated to make a 'real' file viewer.
    ... How about Bridge? Did you try that?

  • Anyone can suggest a 3d file viewer for SnowLeopard that reads 3ds/obj/etc?

    Hi there
    I am looking for a file viewer that is able to read 3d files and display them (not modify them); kinda like p3do or thubsplus for pc.
    as now there is no trace anywhere of any software like this on a mac; and considering that many applications like maya and c4d runs on a mac, i am surprised that there is no app that visualize 3d files.
    thanks in advance for the replies; otherwise gotta continue to rely on parallels and p3d0 and switch back and forth between OS.

    Thanks Tom
    Indeed Photoshop opens obj, but i can open them already with my 3d modeling software, so this does not solve my problem.
    picture this: i have 550 Gb of 3d models; and when i need a building i have 2 options: open each building one by one, or load parallels and use p3d0 and browse trough them, then switch back to my 3d software and load the model; then gotta look for the textures.....as you can imagine, unless i have a software that actually display a bunch of files in a directory, giving previews, my job gets at the limit of frustration
    I can't believe that nobody wrote an app for mac like that...the best taht i have found so far is a viewer called TNGViewer, that is able to load some 3d formats, but one at time....
    my search continue; hopefully with some help; otherwise i guess that i can write the app and just sell it as shareware for 9 dollars either i will get rich or i will not sell a single copy, since nobody cares to do what i want to do

  • JPEG file viewer for MAC 10.4 tiger

    Hi,
    My mac (laptop) doesn't open jpeg files.
    Is there anyone who knows which free program I can download to view jpeg files?
    Thanks.

    If Preview is not opening when you double-click on a jpeg, Get Info on the jpeg file and set Preview to be the default application for viewing jpegs. Click on the Change All button to make all jpegs open with Preview.

  • My navigation bar will only remain in view for one request after using alt key

    Everything worked fine for over a year on Mozilla firefox, suddenly I have no navigation or tool bar. If I press the alt key the bar appears and I am able to click on one command and then the bar disapears again. I followed the instructions online and clicked on the restore default bar, to no avail. It is a royal pain to have to alt key to open a new tab from the bookmarks everytime. If I can't figure it out I will have to stop using firefox which until now I was in love with. Please Help

    After pressing Alt, in the View menu select Toolbars, then click on "Menu Bar" in the list of toolbars. That should make it permanently display.

  • Unable to find the published output for this request - problem

    Hi ,
    In the invoice Payables module i modified a report to be open in xml and not text as it was. The program name of this report iis Print Invoice Notice. I did same thing we normally do to register a xml report in ebs.
    The problem is that when i run the report from the invoice form and from the button wich call this raport i get this error:
    Unable to find the published output for this request.
    No output file exist for the request
    and if i see the log file i get this message :
    Arguments
    P_INVOICE_ID='10243'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    +/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb+
    XENVIRONMENT is set to  /oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_ALBANIA.UTF8
    +' '+
    REP-3000: Internal error starting Oracle Toolkit.
    Report Builder: Release 6.0.8.27.0 - Production on Fri Mar 27 02:30:46 2009
    +(c) Copyright 1999 Oracle Corporation. All rights reserved.+
    The thing is that if i run this report from Other ->Request -> Run of the same module this raport runs correctly
    And if i change the output of my report (From concurrent manager) to text its open correctly even from there where i want to open it.
    Can anyone give me any sugestion why i get this error while i try to open this xml publisher report from a button in a form in application?
    PS: i am using ebs 11.5 version
    Thanks in advance,
    Best regards

    Hi,
    REP-3000: Internal error starting Oracle ToolkitThis errors was discussed many times before in this thread, so please search for REP-3000 and fix this error first ( [REP-3000|http://forums.oracle.com/forums/search.jspa?threadID=&q=REP-3000&objID=c84&dateRange=all&userID=&numResults=15] )
    Regards,
    Hussein

  • Reg Sorting in Combined Request in OBIEE11g

    Currently we are facing a problem in OBIEEE11g Combined Request where sorting is not happening on any column at all. Please note that sorting should be dynamic on which column the user selects based on the column property available. Sorting works for normal request but not for combined request.
    Please advise if there is any way or workaround to resolve this issue. Thanks.
    Edited by: user11008583 on Mar 25, 2013 12:46 AM

    Thanks for your response. We have a requirement where the Column Sorting should happen on any column based on what user selects from UI. This is working for a normal request but not for Combined Request in 11g. Please provide your valuable inputs to resolve this issue.

  • How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files?

    How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files? I need to look at several thousand PDF files. It takes too long to open each one individually. The only thing I could think of is combining them into large groups and then using the Navigation index. But I like the way windows Picture and Fax Viewer does it because you can keep the files separate. Combining PDFs causes loss of individual file names. That would be a problem since I do need to have the individual file names.

    Windows Picture and Fax Viewer is a DLL and is started via a rundll32.exe call and can't be set as an application to handle images in Firefox 3 and later versions.
    Try to set Windows Picture and Fax Viewer as the default viewer in Windows, then it should be listed automatically in the Mozilla Firefox Browse dialog.
    *http://www.winhelponline.com/articles/115/1/Windows-Picture-and-Fax-Viewer-as-the-default-viewer-in-Mozilla-Firefox.html
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Alternatives to loading .properties files for every request

    I am just starting for a company, and they loading a bunch of .properties files for every request. I've told them that according to JEE specs, using the file system like that is a violation, as it's not scalable. I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or something to that effect. Re-start the app if a change needs to be made in properties.
    +: few changes
    -: requires a new war/ear to make a change
    2. Put properties that are truly variable in a database record.
    -: requires DB schema change.
    3. For instance, i've though about using something like jconsole to change an mbean property, and then web apps using that property.
    4. Define a single web app that exposes an EJB/JMS/RMI object which serves properties to other web apps. If a change is needed, only 1 web app needs to be re-started, although it would still have to be re-packaged. Perhaps this app could load this stuff from the DB.
    5. Have a properties service, and expose it as an RMI object. If a change needs to be made on the fly, use rmi to make the updates.
    I'm leaning towards a combination of 1, 5, and possibly 4.
    I would like to know what other alternatives might be available.
    Thanks.

    I am just starting for a company, and they loading a
    bunch of .properties files for every request. I've
    told them that according to JEE specs, using the file
    system like that is a violation, as it's not
    scalable. well, it's just boneheaded that's all
    I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or
    something to that effect. Re-start the app if a
    change needs to be made in properties.that's what most people do
    2. Put properties that are truly variable in a
    database record.well, databases don't normally hold config info, but you can do what you want
    -: requires DB schema change.
    3. For instance, i've though about using something
    like jconsole to change an mbean property, and then
    web apps using that property.
    4. Define a single web app that exposes an
    EJB/JMS/RMI object which serves properties to other
    web apps. If a change is needed, only 1 web app needs
    to be re-started, although it would still have to be
    re-packaged. Perhaps this app could load this stuff
    from the DB.doing EJB or RMI for getting properties sounds like overkill in the extreme to me

  • Why doesn't apple offer a viewer/file browser for iCloud Drive?

    Why doesn't apple offer a viewer/file browser for iCloud Drive?
    Dropbox, Microsoft’s OneDrive, and Google Drive all have viewer apps that let you see and manage what’s in the drive.  The only way you can do that with iCloud Drive is through a web browser.  Very frustrating and backward.

    I found a possible band-aid for our problem:
    1) On iOS 8 Device, go to Safari / iCloud.com
    2) Once you get to iCloud.com, you'll notice it won't give you the option to log in.
    3) Tap on the URL bar (this should bring up your bookmarks bar and Frequently Visited Sites)
    4) Tap, Hold, and Slide your finger down on that section (this will reveal two options: (1) Add to Favorites, and (2) Request Desktop Site
    5) Tap Request Desktop Site
    Log in as usual, and you can now access iCloud Drive with your PDFs and other documents like any other computer.
    I too am disappointed as I was looking forward to view PDF's shared between my Macbook and my iPad, but I think this should work until Apple comes out with a solution.

Maybe you are looking for