Wild cards in custom views

Is there a way to use wild cards in the sql in custom views in Discoverer? We can allow a parameter in the actual report but one of the tables we're using has term effective dates instead of actual term dates so we need to pull info from the term effective date prior to the term we're reporting on.
We've created a table that updates a view that allows the user to fill in the term they're interested in, but our users find that too cumbersome.
Thanks,
Janet

One method that I've recently come across - and like a lightbulb when you see it - is to have the first worksheet ask for parameters. Then a function is called that uses the parameters to write results to a table and voila, the next worksheet simply reports on that table's value.
You also can pass parameters from you workbook to the EUL, but it's not trivial. It's been well documented on this forum.
As for using wild cards in the SQL of a custom folder - have you tried it? I've never had to do that - and may be corrected - but on the surface, can see no reason why a custom folder using a '%" in the condition shouldn't work.
Russ

Similar Messages

  • How to create a customized view in SCOM monitoring to view alerts

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini
    Hi Srini,
    Based on the above requirement, You want to create a Dashboard view with Specific alerts but not all right ?
    Based on my understanding on your above requirement i created one in my SCOM. Please let me know if this is what you really wanted ?
    For the below you really need to know what are those alerts, ONLY those alerts you want to be displayed in the dashboard.
    Then Go to the Monitoring tab in SCOM and then Right click Active alerts and select New -> Select New Alert view
    When you select new alert view you will need to specify the Resolution state and the Specific alerts you want.
    In the below example i have selected "MSExchange Active sync Alert" as a example. So my goal is here such that only the alerts i have specified from my selection ( "MSExchange Active sync Alert") if it appears in New state will appear
    in this view not all other alerts.
    So for that i just used the below options:
    Resolution state & Alert name
    Resolution state = New
    Alert name = %MSExchange XXXXXXXX%
    Also as of i see there was no option for entering multiple alert names. But i think there is and i am still trying as it accepts some SQL Wild cards. So if any one has an idea what is the wild card what is to be used to mention multiple names in that Name
    view please let me know.
    Gautam.75801

  • Wild card search in a FM

    Hi experts,
    I have a FM in which there is one table customer_name
    It has fields as SIGN (type SIGN), OPTION (type OPTION), LOW (type name1_gp), HIGH (type name1_gp).
    Now the user can give single value, or a range of values for the customer name.
    I am familiar with the wild card search for a select option, but not sure how to apply that funda here.
    For ex: If a customer enters the customer name as MG*, then all the names starting with MG should appear
    in the output.
    Similarly, if the user enters AP* in LOW and MG* in high, the corresponding output should be displayed.
    Can you please help me out?
    Thanks,
    Ajay.

    Hi,
    Do like this
    t_table-sign = 'I'.
    t_table-option = 'CP'.
    t_table-low = 'AB*'.
    t_table-high = 'MG*'.
    append t_table.
    Use this in your select query.

  • Regarding wild card search in oralce

    I am facing one problem,
    I am using wild card search based on LIKE condition, that search is got used for searching purpose through a user interface.
    the query is like below
    SELECT /*+driving_site(a)*/ A.ID,A.CO_ID,B.NAME,A.CITY,A.state FROM mv1 a,mv2 b WHERE a.id=b.id and nvl(b.name,'x') like '<variable>%' and nvl(a.city,'x') like'<variable>%'  and a.state like'%' ;
    where user can input any one or may two or three parameters for search.
    The problem is in response time because mv1 and mv2(materialized view) contains crores of records(around 3.5 crore )
    I am able to search it with city and state but when I am trying by name I am not not getting response for that query.
    Each where clause is indexed propely even functional index i put there and analyzed also , by explain plan i am able to reduce the cost but im not able to get proper response. I welcome all your suggestions as this is reallly a crucial for me to get that search faster....
    Thanks in Advance
    Edited by: user13104802 on Jul 31, 2010 6:31 AM
    Edited by: user13104802 on Jul 31, 2010 6:31 AM
    Edited by: user13104802 on Jul 31, 2010 6:33 AM

    I welcome all your suggestions as this is reallly a crucial for me to get that search faster....You might want to explore Oracle Text (Index).
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:415419367128
    http://www.oracle-base.com/articles/9i/FullTextIndexingUsingOracleText9i.php
    What is your database version? (the result of: select * from v$version; )
    That'll determine what other pointers we can give you.

  • Wild card search and multiselection in dashboard prompt????

    Hi all:
    Actually, I want to make dashboard prompt that filters the customer code, user can select more than one code at a time. But there is one more requiremnet that is, If user wants to find customer code in report than it just write the code or part of code ("like wild card search"). I want these two works in one dashboard prompt. If there any possiblity to do like this. Please help me to create this type of dashboard prompt. Thanks
    Ali

    Hi Ajith,
    István is correct, wild card '*' is readily available for any Item name, BP name or other searchable fields.
    Thanks,
    Gordon

  • RFC as webservice and wild cards

    Hi experts,
    We have a custom RFC that fetches employee data based on import parameters like PERNR,FIRSTNAME,LASTNAME etc.This RFC is exposed as a WS by default(we are on ECC6.0) and is consumed by a non-SAP application.
    The problem is when the calling application tries to do a wild card search in any of the field (say,FIRSTNAME),there is an error with the message like give below:
    There is an error in XML document (1, 17584987).
    'ўј', hexadecimal value 0x06, is an invalid character. Line 1, position 17584987
    Please note that the RFC works fine in all scenarios from SE37.
    Even the WS works fine for searches like 'A'.But the problem occurs only when one/any of the parameters is ''.
    My questions is:Is there any restriction on using the wild card as a parameter to a WS interface?If yes,how to have a workaround on this?
    Thanks in advance,
    Prasanna

    Hi
    Can we wrap a rfc as web service ?
    Yes.
    <i>To use the SAP Web AS 6.40 you need to build a wrapper in the 6.40 system. This is a remote function call (RFC) enabled function module with the same interface or a similar interface that internally calls the required RFC-enabled function module in the old 4.6x system via RFC. The wrapper then can be exposed to the outside world as a Web service. Another option is to use the Integration Broker capabilities for calling Web services in an older system.</i>
    How XI will play a role here ?
    XI will pass the input to the external java application and get back the result to the webservice
    regards
    krishna

  • Can I use a wild card in a dialed number in ICM

    Hi there,
    I need to enter several thousand dialed numbers which will all be mapped to the same call type.  Instead of adding each individual number or bulk imporing them can I use a wild card?
    Cheers

    I can tell you that we do exactly what you want to do, and it's the correct way.
    When blocks of numbers are caught by the gateway translation rules on the POTS dial peers and then matched by VOIP dial peers and sent up to CVP, you often end up having to deal with this situation.
    To prevent callers from hearing the CVP error message we have a message (WAV file) copied from Call Manager (we use the Annunciator-VCA.uLaw.wav file - something like "the number you have called is not configured. Please check the number and dial again" in different languages) and a simple PM microapp script to play it, scheduled against a call type.
    All of the numbers coming up from CVP that otherwise don't do anything are mapped to this call type and play the message.
    I pay attention to the Router Log Viewer and keep hammering the addition of dialed numbers until I get no more errors there. It sure can take a while. When the branch office (we have 11 or so in different countries, expanding to 20) owns a large block of numbers (say 100) you want to catch all of the "unconfigured" numbers so the caller (who may have fat fingered) hears a message in their language that has meaning.
    I do these large configs using Excel, with formulae etc to make the work easy. You will figure out the shortcuts - necessity is the mother of invention.
    Once the Excel is correct on all the CVP routing clients, export it as TAB separated and Bulk Import.
    To do the call type association (a painful task), I change the name of the call type - I put AAAAA in front. This forces it to the top of the combo box. So now you can actually fly through the Dialed Numbers you are trying to set and just use "Enter - Enter" to set the association. Once all done, change the name of the call type back.
    That's the best I can do.
    Regards,
    Geoff

  • How does one clear Custom Views (Administrative Events) in the Event Viewer?

    Windows Logs and Applications and Services Logs have a "clear log" option; however, I am puzzled how to edit/delete Administrative Events?Eighter from Decatur, county seat of Wise (of course it's in Texas)

    Ronnie Vernon said: Hi p010ne
    The Custom View / Administrative Events is a compilation of all the other event logs in the Event Viewer.
    Entries in this log will be removed when the log where the event originated from is cleared.
    Hope this helps.
    Ronnie Vernon MVP
    I thought that was the case; however, I cleared all the other logs! This is an example of an entry in this log: Log Name:      Microsoft-Windows-Dhcpv6-Client/AdminSource:        Microsoft-Windows-DHCPv6-Client
    Date:          1/17/2009 7:52:33 AM
    Event ID:      1001
    Task Category: Address Configuration State Event
    Level:         Error
    Keywords:      
    User:          LOCAL SERVICE
    Computer:      Windows7
    Description:
    Your computer was not assigned an address from the network (by the DHCP Server) for the Network Card with network address 0x000129F558C5.  The following error occurred: 0x79. Your computer will continue to try and obtain an address on its own from the network address (DHCP) server.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DHCPv6-Client" Guid="{6A1F2B00-6A90-4C38-95A5-5CAB3B056778}" />
        <EventID>1001</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>74</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2009-01-17T13:52:33.858398400Z" />
        <EventRecordID>202</EventRecordID>
        <Correlation />
        <Execution ProcessID="1088" ThreadID="864" />
        <Channel>Microsoft-Windows-Dhcpv6-Client/Admin</Channel>
        <Computer>Windows7</Computer>
        <Security UserID="S-1-5-19" />
      </System>
      <EventData>
        <Data Name="HWLength">6</Data>
        <Data Name="HWAddress">000129F558C5</Data>
        <Data Name="StatusCode">121</Data>
      </EventData>
    </Event>
    When I search for "Microsoft-Windows-DHCPv6-Client" I do not find that file?
    OK, I found the entrys in the Microsoft section (DHCPv6-Client) and am able to clear them there! 
    Eighter from Decatur, county seat of Wise (of course it's in Texas)

  • Persona Q Wild Card Premium Edition Preorder

    I placed an order for Persona Q Shadow of the Labyrinth Wild Cards Premium Edition 3DS on 7/05/2014. Nearing the release of the game I decided to check on its status to see when it would be shipping and noticed that it was linking to the wrong version in my order history ( regular version, not Wildcard that I ordered ) I emailed BestBuy 11/03 asking why it was linking to the wrong version in my order history and I received the following response:
    "Hi Michael, Thank you for choosing Best Buy. I understand you would like to check the status of your order. I'll be happy to assist you. I was able to locate your order BBYXX-XXXXXXXXXXXX Persona Q Shadow of the Labyrinth The Wild Cards Premium Edition Nintendo 3DS using the email address [email protected] you used, and it appears that your pre-order status is pending release and scheduled to be shipped on December 2 2014."
    The response confirmed that I would be receiving the Wild Card Edition and when it would ship but didn't address why it was linking to the wrong item. I sent the following email back 11/07:
    "I'm confused as to why it says "Atlus Persona Q Shadow of the Labyrinth The Wild Cards Premium Edition Nintendo 3DS" in my order history but when I click on it it goes to the wrong version of the game. Do you have any idea why its doing that?"
    I then received the following response on 11/07:
    "After researching the issue, it appears that we have a system error issue with our Online Website. It's a site-wide issue and our technicians have already been made aware of it. We assure you our technicians are working full-time to immediately resolve the issue. We want you to know we have the most competent and technically gifted engineers working hand-in-hand in fixing the problem. Therefore, I should not take more than 24 hours for the said issue to be rectified."
    I waited 24 hours and checked and nothing had changed. As I wasn't receiving any help from BestBuy email support after numerous attempts I had to look online to find out what the issue was. After doing some searching I found other customers online had the same issue and were told by BestBuy customer service that BestBuy made a mistake with the SKU and that they were issuing $30 gift cards so people could get the correct version that they ordered. I emailed BestBuy back with this information 11/17 and was told:
    "Our technicians are still working to resolve it and we don't have an approximate time on when will it be resolve."
    and that I would receive a $10 gift card. For some reason the email support people seemed to have no idea about the SKU mistake ( even after I looked it up online and explained it to them ) or that BestBuy was sending $30 gift cards to customers so they could receive the item they ordered. While I appreciate any gift card a business offers me it was a bit confusing why everyone else was issued a $30 gift card ( http://forums.bestbuy.com/t5/Gaming-Support/Persona-Q-Premium-Edition-Preorder/td-p/838319 / CAG ) and those customers didn't have BestBuy mistakenly confirm that the Wildcard Edition would be sent to them.
    This has been extremely frustrating as I was erroneously told that I would receive the Wild Card Premium Edition, my order was changed without me receiving any notification at all, I was given the wrong information over and over and over again until I ultimately had to search online to find out what the issue was. I apologize for the length of this post but I needed to explain what happened and I wasn't getting any help at all from email support. I just want to either receive the game I ordered or a code / gift card so I can replace my order. Please help.

    Hi mike1942,
    I can see why you'd be concerned! Details on this issue have been provided to our phone and e-mail support teams, so it's disheartening to hear of the difficulties and conflicting information you've encountered in trying to find a solution.
    When this title was initially made available for pre-order on BestBuy.com, the standard edition was incorrectly listed as the Wild Cards edition. The SKU number was correct though, and our merchant team has since made sure SKU #7377002 properly reflects the standard edition online.
    I've sent you some information, so please make sure to check your private messages when you can. To check your PMs, simply sign into the forum and then click on the letter icon in the upper right-hand corner of the page.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Need a custom viewer

    OVERVIEW: I am a high school teacher in Costa Rica, Central
    America. I am producing a series of lessons in Spanish on using
    Microsoft Office applications. These lessons are being produced
    using Camtasia Studio 4 in swf format. The lessons are to be
    distributed to students on a CD to be viewed on "public" computers
    (school, work, Internet Cafe) where no files can be uploaded to the
    computer.
    The minimum system available to the students is:
    Windows 95 or better
    166mHz Pentium processor
    32mb RAM
    16-bit color SVGA display card
    Sound card
    4x CD-ROM drive
    Speakers
    REQUIREMENT: I need to include on the CD a custom viewer that
    will run from the CD and allow the student to view the lessons.
    This viewer has to be a fixed custom size (small enough to fit in
    the corner of the screen so that the student can view the lesson
    and make entries on the application, such as Excel). The viewer has
    to "stay on top" so that the student can make entries in the
    application without the viewer disappearing. The viewer also has to
    be customized with DVD/VHS type buttons like PLAY, PAUSE, BACK,
    FORWARD with the buttons labeled in Spanish.
    PLATFORM: Windows 95 through XP.
    I am not a programmer. I have talked to several programmers
    about creating this viewer in Zinc and mProjector and I am told
    that these programs create applications that required high speed
    CPU's and a lot of memory. Several have recommended Director
    because it can be used to create an application that will run on
    lower level computers.
    I have a lot of students who want to learn. The lessons I
    have created are good and I need a way to deliver them to the
    students. Is there someone out there who is a Director programmer
    who would be interested in contributing their knowledge and
    expertise to help with this project?
    Additional details, sample files, etc. are available upon
    request.
    Steve Fargo
    San Jose, Costa Rica
    [email protected]
    Skype: steve.fargo

    There is option called supported language in app builder.  iTunes displays the languages in which the viewer app is available. The viewer interface is translated into multiple languages, but your folio content most likely isn’t. Select at least one language in which your viewer should appear.
    If you want content in French, in that case you need to create content in French language and that would be a separate app.
    With DPS single edition you can create only one single issue app and can update same within one year. You need to purchase another DPS single edition license.
    You can purchase CCM subscription, in which you can create unlimited single issue apps. 

  • Is there any way to create custom views, like in Thunderbird & Evolution?

    Hi Folks,
    I have recently switched to Mac. Before this I was using Linux. For mail I used Thunderbird (TB) for many years, and then eventually switched to Evolution Mail (EM) for its smoother integration into Linux.
    On both TB and EM I revolved my work flow around custom folder views. As new email came in I would label it (on EM, or tag it on TB). I have numerous inboxes (email accounts) so I would generally be starting out in a smart folder that displays all mail in each inbox. I would most of the time view that smart folder with a Custom View filter in place. The filter would simply display ONLY mail with NO tags/labels.
    Once my filter inbox showed NO messages it meant I had labeled everything. I would them use other smart folders to display mail with certain labels AND NO "Completed" label. That way I could go to my "Reply ASAP" folder and see what needed my immediate attention. Each email I replied to I would then add the label COMPLETED and it would vanish from my view.
    I explain the above in case someone has specific suggestions on how to achieve a similar workflow on Mail.
    In short, what I am wondering is this:
    - Is there a built in way to filter a folder on the spot (with a drop down list of predefined and custom Views) --- I have looked and so far did not find this feature
    - Is there a way to do this with a script or add-on? I have looked at many and not found a suitable one yet.
    I am appealing to the knowledge of those with more experience in Mail. It is new to me.
    I am currently using TB on my Mac because it gives me the above feature. BUT it does not have the same degree of integration with the OS and other Mac specific apps that Mail has. Thus I am keen to stick with Mail.
    With thanks,
    Jonathan

    In addition to above:
    I have installed a trial of Mailtags. It certainly improves the tagging capability of Mail.
    I have also looked at the Smart Mailboxes and Smart Mailbox Folders.
    As far as I can tell, however, there is no option to set up a smart mailbox that ONLY shows message with NO LABEL or NO MAILTAG (as the case may be). I can display messages with particular TAGS but not NO tags.
    Is there any way to add more options to the Smart Mailbox filter system?
    Cheers,
    Jonathan

  • A custom view in the Edit drop-down

    Hi,
    How could I create a custom view and add it to the Edit List Item drop-down in SharePoint 2013? This screenshot shows what I mean in SharePoint 2010:
    I'd like to have a menu item Custom View below Edit Properties in the drop-down list. When the user clicks the item I'd like to redirect to my layout page.
    Thanks,
    Leszek
    Wiki: wbswiki.com

    Hi ata6502:
    Adding a user custom action for list items
    using System;
    using Microsoft.SharePoint.Client;
    namespace Microsoft.SDK.SharePointServices.Samples
    class CreateUserCustomActionList
    static void Main()
    string urlWebsite = "http://MyServer/sites/MySiteCollection";
    ClientContext clientContext = new ClientContext(urlWebsite);
    Web oWebsite = clientContext.Web;
    List oList = oWebsite.Lists.GetByTitle("My List");
    UserCustomActionCollection collUserCustomAction = oList.UserCustomActions;
    UserCustomAction oUserCustomAction = collUserCustomAction.Add();
    oUserCustomAction.Location = "EditControlBlock";
    oUserCustomAction.Sequence = 100;
    oUserCustomAction.Title = "My First User Custom Action";
    oUserCustomAction.Url = urlWebsite + @"/_layouts/MyPage.aspx";
    oUserCustomAction.Update();
    clientContext.Load(oList,
    list => list.UserCustomActions);
    clientContext.ExecuteQuery();
    Modifying a user custom action
    using System;
    using Microsoft.SharePoint.Client;
    namespace Microsoft.SDK.SharePointServices.Samples
    class ModifyUserCustomAction
    static void Main()
    string urlWebsite = "http://MyServer/sites/SiteCollection";
    ClientContext clientContext = new ClientContext(urlWebsite);
    Web oWebsite = clientContext.Web;
    List oList = oWebsite.Lists.GetByTitle("My List");
    UserCustomActionCollection collUserCustomAction = oList.UserCustomActions;
    clientContext.Load(collUserCustomAction,
    userCustomActions => userCustomActions.Include(
    userCustomAction => userCustomAction.Title));
    clientContext.ExecuteQuery();
    foreach (UserCustomAction oUserCustomAction in collUserCustomAction)
    if (oUserCustomAction.Title == "My First User Custom Action")
    oUserCustomAction.ImageUrl = "http://MyServer/_layouts/images/MyIcon.png";
    oUserCustomAction.Update();
    clientContext.ExecuteQuery();

  • How to select a custom view in BAPI_MATERIAL_SAVEDATA

    In our company we have defined some CUSTOM views for different materials. I want to select a custom view in the header data but don't see an option. The only options I see are as follows:
    MATERIAL
    IND_SECTOR
    MATL_TYPE
    BASIC_VIEW
    SALES_VIEW
    PURCHASE_VIEW
    MRP_VIEW
    FORECAST_VIEW
    WORK_SCHED_VIEW
    PRT_VIEW
    STORAGE_VIEW
    WAREHOUSE_VIEW
    QUALITY_VIEW
    ACCOUNT_VIEW
    COST_VIEW
    INP_FLD_CHECK
    MATERIAL_EXTERNAL
    MATERIAL_GUID
    MATERIAL_VERSION
    How can I select a view (in BAPI_MATERIAL_SAVEDATA) that's not a standard SAP view?
    Please help!
    Thanks.

    Hi,
    which views do you select in the structure HEADDATA? Do you select STORAGE_VIEW?
    Cheers

  • Error while adding a attribute to the the Custom view through a wizard

    Hi ,
    I have created a new custom view with value node through wizard  succesfully.
    Now I want to add a new attribute to that node.I am trying to do that by a wizard.
    But i am getting the follwing error " Error during analysis of Source Code" although i have
    commented or removed my all custom code from that view.
    I tried adding the new aattributes in the metthods "IF_BSP_MODEL~INIT " and
    "GET_TABLE_LINE_SAMPLE " manually but that also does not worked.
    Plz help me with this asap.
    Regards,
    Sharad

    Hi Sharad,
                          I hope all your classes are active. In case you want to add a new attribute there are two steps.
    1.Right click on context node and create attribute, it opens a wizard and continue. This will add the field in the context node and generate the getter-setter methods.
    2. In the above two method whcih you mentioned add the new field in the structure of value node. And then create your own getter-setter methods. and activate it. After this you will be able to see the attribute added in the context node.
    By using any of the two approaches you will be able to see teh new field in the configuration.
    Hope this helps.
    Regards,
    Ruby.

  • Unable to populate the Custom Views on UI for the component BP_FACTSHEET

    Hi All,
    I am working on a requirement on Interaction Center 7.0 .In this i have enhanced the component BP_FACTSHEET and created new Custom views in it. But i am unable to bring those custom views on the UI. As, we know that in this component there is no concept of overview set also.
    So, if anyone has faced the same problem please share your inputs.
    Thanks in advance,
    Thanks and Regards,
    Sharad

    Hi Sarad,
                       First you have to enhance the component BP_FACTSHHET .After that configure ur coustom view in fachsheet id BP_ACCOUNT_FS in SPRO.After that go to component BSP_DLC_FS,where you have to configure the ur view in specfic tiles which is display in web ui for specific to business roll.here you can find the ur fachsheet id and custom view.this component is automatically call when you launch fachsheet in web ui for specific business partner under account tab.
    Thanks
    Vishwas Sahu

Maybe you are looking for