Working with setting,filter

hi
iam using bi7.0 portal and i facing problem in using filter setting and new analysis
and one here explain for me  those thing and how it work please
regards
bisoul

Hi,
When you are executing a query in java web, per default, the template 0ANALYSIS_PATTERN is used to display the data. You can have a look at this template in the Web Application Designer to see what commands are executed with the buttons and so on. Basically with the 'new analysis' and 'open' button you can define a new query or view to be displayed. The 'save as...' button is used to save KMBookmarks to the portal. The 'Information' button is used to retrieve all information including technical names, variables and filter from your query. With the 'send' button you can broadcast your query or template. 'Print Version' exports the template to PDF, 'Export to Excel' to Excel. The 'Comments' button shows the comments saved for the query you are executing.
Best regards,
Janine

Similar Messages

  • Lead Selection does not work after setting filter for ALV.

    Hi, Can you please suggest on below scenario :
    I have a Node with a sub node in it .
    I am using the supply function on Sub Node to retrieve the date based on Parent Node.
    There are two ALV's to display parent and item data. The issue is when a filter(user defined filter) is done on Parent table, the supply function does not work. The value is that of the selected row before setting the filter. Even after removing the filter, the item data is stuck and does not change on Lead Selection.
    One thing I noticed is if the child table is a table UI, there is no issue. The only problem is when the second table is ALV
    Thanks In Advance

    Hi Prashanthi,
    Your issue can be resolved as below
    Create an event handler method 'set_alv_data'  for the event 'ON_LEAD_SELECT' of parent alv
    Write the below code inside the event handler method
    METHOD set_alv_data.
      DATA lo_node TYPE REF TO if_wd_context_node.
      DATA lv_path TYPE string.
      DATA lv_index TYPE string.
      lv_index = r_param->index.
      CONDENSE lv_index.
      CONCATENATE wd_this->wdctx_my_parent_node
      lv_index
      wd_this->wdctx_my_child_node
      INTO lv_path SEPARATED BY '.'.
      lo_node = wd_context->path_get_node(
          path                          = lv_path
      DATA lo_interface TYPE REF TO iwci_salv_wd_table.
      lo_interface = wd_this->wd_cpifc_alv_child( ). "get the ref of alv comp of child
      lo_interface->set_data(
        EXPORTING
    *    only_if_new_descr =
          r_node_data       = lo_node
    ENDMETHOD.
    The above code sets the data node of child alv based on lead selection of parent alv data.
    Note: Replace 'parent_node', 'child_node'  with your nodes & 'alv_child' with your alv component name of child alv.
    If you want to control the data of child alv on filter function, you can use the event ON_STD_FUNCTION_AFTE and once you define the filter you get the r_param->id = 'SALV_WD_FILTER_DEFINE'  & now you can clear data of child alv.
    Hope this helps you.
    Regards,
    Rama

  • Jdev 10.1.3 and JSF  "comandlink component" don't work with Data filter

    I´m working in JSF with Jdeveloper 10.1.3 and Oc4j .
    I have a problem.
    I have .jspx where display employees of the company.
    The field employeeid have "comandlink component" with action "control.editemployee"
    when I fetch all data comandlink work OK.
    But I filter data by field, example Employee name Command link not work
    Help me, please.

    thanks
    i'm a little bit confused by the fact that jsf in 10.1.3 preview use managed bean (instead of data control) to get/put data from the model layer.
    we are using entity bean and session facade. In 9.0.5.2 we are using dto and data control to generate our jsp.
    we are currently testing/discovering jsf and search the best way to efficiently generate our ui's
    what is right way for jsf
    a) managed bean (if it is possible with session bean)
    b) data control when/if available
    and why ?

  • Problem in working with xslt filter

    Hi All,
    I have created some XSLT filters to display the XML file as the HTML. It was working fine before. but suddenly there's an error.
    After applying the XSLT filter to the content. When i clicked on the content to see the output it is throwing " 500 INTERNAL SERVER ERROR -- Contact System Administrator ".
    I tried to find the error in the log : Below is the log for the same::
    Error##Plain###Cannot instantiate user <anonymous>#
    #1.5#0011254E4B6500460000001F00001C0800044066D387C4F6#1196710286640#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(118)#IntranetApprover#35##idbportst_TST_3777850#IntranetApprover#01477b00a1d511dc8c660011254e4b65#SAPEngine_Application_Threadimpl:3_11##0#0#Error##Plain###Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context com.sapportals.wcm.util.urlcontentaccess.URLContentAccessException: Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:263)
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:281)
    at com.sapportals.wcm.service.pipeline.producer.ProducerFromUrl.getData(ProducerFromUrl.java:54)
    at com.sapportals.wcm.service.pipeline.processor.XSLTProcessor.process(XSLTProcessor.java:141)
    at com.sapportals.wcm.service.pipeline.Pipeline.handle(Pipeline.java:269)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:118)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:134)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getContent(XsltFilter.java:150)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getInputStream(XsltFilter.java:90)
    at com.sapportals.wcm.repository.runtime.CmFilterHandler$VaryingContentWrapper1.getInputStream(CmFilterHandler.java:1050)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:113)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:132)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:364)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:253)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:777)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:458)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    can anyone please help me in this regard, it is very urgent.
    Thanks in advance,
    Kavitha.

    unaswered

  • [CS3 JS] Working with two documents of the same name

    I work with sets of documents that use standardized names. I'm trying to write a script that compares two documents from different sets. Because the source and the target documents both have the same name, I've encountered some disturbing behavior that reminds me of the app.activeWindow bug that Dave has written about. (
    Dave Saunders, "Scripting FAQ as Wiki" #14, 15 Oct 2007 12:19 pm)
    To perform the comparison, I have to grab a reference to the same region of text in both documents, as offset from regular landmarks. I was just patting myself on the back for figuring out the "story.characters.itemByRange(begin, end).texts[0]" acrobatics required, when I discovered that my text objects were magically "dissolving" into invalid objects.
    After a lot of debugging and attempts to hack around the problem (i.e. storing the text begin/end indices and not grabbing the text object until the last possible moment), I've narrowed it down to the references to the source and target documents. I've watched the reference variable to the source document *change* to instead reference the target document when I start accessing the target document object. Once this happens, any text objects belonging to the source document become invalid, as if the source document had been closed.
    Is there any way around this? I've thought about temporarily saving the files to different names, but I haven't tried it yet.
    Here's a script that demonstrates the problem (you'll have to find your own same-named documents if you want to run it):
    var source = "/Users/deyk/Desktop/test/source";
    var target = "/Users/deyk/Desktop/test/target";
    function findChapters(in_doc) {
    app.findGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences.appliedCharacterStyle = "chapter-num";
    app.findGrepPreferences.findWhat = "\\d+";
    return in_doc.findGrep();
    var sdoc = app.open(File(source+"/01.Genesis.indd"));
    var s_file_start = sdoc.fullName;
    var s_chs = findChapters(sdoc);
    var s_story = s_chs[0].parentStory;
    var s_txt = s_story.characters.itemByRange(s_chs[0].index,
    s_chs[1].index-1).texts[0];
    var tdoc = app.open(File(target+"/01.Genesis.indd"));
    // At this point, sdoc now references tdoc instead.
    // s_txt, s_story, and s_chs become invalid objects.
    var t_file_start = tdoc.fullName;
    var t_chs = findChapters(tdoc);
    var t_story = t_chs[0].parentStory;
    var t_txt = t_story.characters.itemByRange(t_chs[0].index,
    t_chs[1].index-1).texts[0];
    var s_file_end = sdoc.fullName;
    if (s_file_end.name != s_file_start.name) {
    var result = "What a nasty bug!";
    "Finished";

    I've tried saving the document to a temporary name, and it works satisfactorily:
    function openFileAsTemp(a_file) {
    var tmp_folder = Folder.temp.fullName;
    var date = new Date();
    var temp_file = File(tmp_folder+'/'+date.valueOf()+'_'+a_file.name);
    var doc = app.open(a_file);
    doc = doc.save(temp_file);
    return doc;

  • Mac filter not working with Airport Extreme

    I setup my new AEBS and for whatever reason when I setup the Mac filter it still will let the desired user in with the key. I have both the wireless N and the wireless G (guests) setup and it doesn't seem to work with the G for sure, unfortunately I don't have any other wireless N capable units so I don't know if it works with N. I would assume that it would block all other Mac addresses if I select "No Access." Please help, and no I do not have any extensions of it, it's just the Extreme as the single wireless access point in our house with WPA security. Thanks!

    I had the same problem. On the MAC access panel in Airport Utility, click on the default user and then use the drop down menu below and click no access. Any of the added IDs you have added you can still put 24 hour access and only those users can connect to the network.
    The default is set for all access, so unless you change this, no matter how many separate IDs you add, it will let anyone on if they have a password.
    I didn't figure this out for years, but now it works the way I thought it was working all along...

  • Being new to working with Mac, I was wondering if anyone can tell me how to set my Mac Book Pro wirelessly to the Canon Pixma Pro9000 Mark ll? My husband had gotten this printer and the sales person said that it can be set up wirelessly to my Mac Book Pro

    Being new to working with a Mac, I was wondering if anyone can tell me step, by step on how to set up my Mac Book Pro(Mid 2012) wirelessly to a Canon Pixma Pro9000 Mark ll that my husband had gotten me? Sales person told him that it's compatiable to my Mac Book Pro, Mtn Lion, but I do not see it and I don't see how to do it wirelessly. Any help would be appreciated. Thanks ;o)

    Hello:
    There is nothing wrong with asking questions.  There  are no dumb questions....answers, yes, but not questions. 
    If you set up your wi-fi router to establish a network, then both your printer and MacBook Pro will connect wirelessly.  *** I do not know what kind of router you possess, I don't want to suggest things that might not be relevant.
    Barry
    P.S. No need to apologize!  Most of the people here (none of us are Apple employees) enjoy trying to help others. 

  • I recently bought a new macbook pro and set it up using the migration assistant and my mac mini.  I can't get the text message forwarding feature to work with both computers.

    I recently bought a new macbook pro and set it up using the migration assistant from my mac mini.  I can't get the text message forwarding feature to work with both computers.  It keeps saying that I only have 2 devices setup, my iPad and my macbook pro.  When I mess with the setting on my mac mini, it goes from saying that that is one of the devices to my macbook pro being the 2nd device.  I think that something happened as a result of my using the migration assistant and now it thinks that my macbook pro and my mac mini are one and the same computer.  Any ideas?

    Thanks, Sig.
    The old computer is a 2.6 Ghz Intel Core 2 Duo
    The new one is a 2.3 GHz intel core i7
    In going over this, thanks to "tallking it out" with you, I did discover the Text Edit problem.  Because I've still been unable to get the new computer text size (fonts or whatever) to match the old computer, I did not notice that the curser is now different--the line midway down the curser has to be placed on the line I am working upon, otherwise the edits go elsewhere on the page.  Now, with a bit of difficulty, I am able to get Text Edit to work correctly.
    If you have any ideas as to why my menu bar and Text Edit type are still so slow, I'd love to have them. 
    (I went through the process you suggested earlier, re my Trackpad preferences, and found no improvement.)

  • How can I use dns-sd to set up a priner to work with AirPrint?

    How can I use dns-sd to set up a priner to work with AirPrint?
    The priner is an HP LaserJet 1200 connected to the network with an HP JetDirect.

    Some of the third-party apps like "handyPrint" are able to configre the HP JetDirect to work with AirPrint.
    I am trying to work up my own solution.
    SyBB

  • Hi, I have an iTunes account on my laptop set up to work with my old iPod. I now have an iPad and new iPod but set up under a different account- can I put all the songs from my iTunes onto the new devices. Thanks.

    Hi, I have an iTunes account on my laptop set up to work with my old iPod. I now have an iPad and new iPod but set up under a different account- can I put all the songs from my iTunes onto the new devices. Thanks.

    Yes
    Put all the music on one computer, make sure it is authorized for all accounts, sync.

  • How do I set up photoshop to work with a touch screen?

    Hi,
    I just bought a 15.6" Asus Q500A touchscreen laptop with Windows 8. I downloaded photoshop and the 'touch app plug-ins' through the Adobe Application Manager for creative cloud. When I open a file in PS and select the brush(or any other) tool if I use the touch screen to drag it accross the canvas nothing happens. It still works with my mouse though.
    How can I get this to work properly?

    That does not surprise me. As I wrote Photoshop does not support Touch. It has supports for graphic tablets pens with wintab device drivers. It has support for mice and keyboards. No where do I see touch support documented in Photoshop manual. Here is a link to Photoshop manual search it for touch, http://helpx.adobe.com/pdf/photoshop_reference.pdf  The closest thing  I found to touch support is the following:
    ========================================================================================== =======
    Use the Rotate View tool
    You use the Rotate View tool to rotate the canvas non-destructively; it does not transform the image. Rotating the canvas can be useful for any
    number of reasons, including facilitating easier painting or drawing. (OpenGL is required.)
    You can also use rotate gestures on MacBook computers with multi-touch trackpads.
    1. In the toolbox, select the Rotate View tool . (If the tool isn’t visible, hold down the Hand tool.)
    2. Do any of the following:
    Drag in the image. A compass will indicate north in the image, regardless of the current canvas angle.
    In the options bar, enter degrees in the Rotation Angle field. Click or drag the circular Set Angle of Rotation control.
    3. To restore the canvas to the original angle, click Reset View.
    For a video on the Rotate View tool and other workspace tips, see www.adobe.com/go/lrvid4001_ps. (Discussion of the Rotate View tool begins at the 5:10 mark.)
    Disable trackpad gestures (Mac OS)
    If you have a MacBook computer with a multi-touch trackpad, you can use the trackpad to flick, rotate, or zoom images. This functionality can
    greatly increase your efficiency, but you can disable it if inadvertent changes occur.
    1. Choose Photoshop > Preferences > Interface (Mac OS).
    2. In the General section, deselect Enable Gestures
    ========================================================================================== ===========
    My Wacom Intuos 5 Touch device driver has some touch support for some Photoshop features.  I do not try to finger paint I use the Wacom pen for that.  I also do not get the strange finger paint in Photoshop when I use my finger to move the mouse cursor with the Wacom Intuos 5 touch support. Starting outside an image window or inside one,
    However if I add two finger support add tap to click I can finger paint and also use other tools.  However I'm not into finger paint so I do not configure Touch support that way for Photoshop.

  • How do I set up OpenDNS to work with my Time Capsule running 7.7.3 in Bridge Mode?

    How do I set up OpenDNS to work with my Time Capsule running 7.7.3 in Bridge Mode?

    Set up your "main" router to use the OpenDNS servers, and the Time Capsule will automatically pick up those settings. No configuration is needed on the Time Capsule.

  • Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Hi ron1098,
    Try my application Dates to iCal. it runs on the Mac, but you can sync the calendar to your iOS device.
    See more about Dates to iCal here. It is £4 shareware with a 2 week demo.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • 'bios serial number' setting no longer working with 11.2.4.1

    We recently installed 11.2.4 and monthly update 1 (in 1 evening) and now we've started to notice that our workstations are not getting the proper device name.
    We have preboot set to give the workstation the bios serial number as device name (certain A brand ships computers with empty asset tags but has the serial set to the asset tag).
    This used to work with 11.2.3 so I am guessing something has changed. There currently does not seem to be a newer imaging set than the one with MU1.
    They are getting a windows-XXXXXXX where X is a seemingly random char hostname.
    Anyone know what might be up with this or has seen it ?

    Hi Joshua
    I tried a stripped down version with a 3 frame swf simply dropped onto the timeline - the problem does not occur. That means I would have to upload the full movie as it draws multiple slides from an external library and drops them onto the timeline at runtime. This package was developed to replace normal training material and is used widely to train some 120 000 candidates per annum by several companies. As such I cannot therefore post the full movie as I have to protect the code that drives the whole thing.I will have to stick with McGyver fix for the meantime.
    As each slide is pulled from a library, and the slide backgrounds from a separate swf library, I think that something new in 11.5 either has a problem with running multiple things at the same time, or has a problem in running a sequence of instructions.
    Brian

  • HT3728 My Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    y Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    Giancarlo Messalli wrote:
    1) are you sure a reset holding the reset button will not delete my data?
    Absolutely sure.. There is no connection at all.. reset is only the router side of the TC.
    For the hard disk to be erased you need to access the airport utility disk page.. request erase and confirm the operation.
    2) I can access to time capsule by ethernet but I am not able to input the corret setting by myself
    Thank you again
    I am uncertain why if you have access you cannot change settings.. but that is why you reset things so any of those problems should be fixed.
    Here is the Apple info on reset.
    http://support.apple.com/kb/ht3728
    And here is the quote from the horse's mouth so to speak.
    Factory default reset: Perform this reset if you wish to repurpose the AirPort Base Station or Time Capsule and want to remove all personal profiles and settings first. This reset resets the device to its state when you first purchased it. Data stored on internal or external hard drives connected to the device will not be erased. If you choose, you may manually erase the hard drive using AirPort Utility.

Maybe you are looking for

  • How do I get firefox to open a pdf in adobe instead of the new pdf reader?

    Before the recent update, 19.0, I would google something and see [PDF] next to a link. I click the middle mouse button to open it in a new tab. Firefox would download the file and open it with Adobe Reader. I like this. With the new update 19.0, the

  • MM:Purchase Voucher

    Hi All I am developing one Report as a Vendor payment advice in which I want-Vendor bill number i.e. Invoice number &  alongwith I want GR qty so plz give me the table in which I can relate GR & IR numbers. Rgds, Vinay Parne

  • FI -Account Statement and Aging calculation

    Hi all,   I need to develop an account statement for customer open items (FI)  in smartform and also need to do the aging calculation at the end of main window ....for the days like 30,60,90,120,150,and grtthan 150 which is given at selection screen.

  • Low broadband speed (narrowband)

    On the 14th of January I lost my telephone service and obviously my broadband. I telephoned the help line with my mobile phone  and after speaking with an Indian lady in India for 45 minutes she said she was going to run some tests and please would I

  • Software upgrade

    I was trying to download the blackberry apps to my Bold 9000,and the system says  Unsupported Device Sorry, your device does not meet the system requirements that are needed to support BlackBerry App World. I have downloaded the latest desktop and so