Quick Ad Hoc UWL Question

We are working with UWL in an EP6 SP11 environment, but we are not connecting with any backend systems, just using it by creating new tasks (This would be called Ad Hoc Correct?)
Are we able to create any tasks under the Alerts or Notification categories? Or are these only used when it is connected to another backend system?
Thank you

If you are using the room discussion iViews every user will have the option of subscribing to one or more discussion topics. New entries within these will trigger a notification.
The same applies to changes to documents within folders in KM iViews that users have asked to be notified of (from the relevant folder's hover meny choose details->settings->Subscription).
When registering a task you can click the 'Show options' link to view notification possibilities. You for example have a choice of: 'Notify on Updates, Completion, and if Overdue'. I am not sure if these show up as alerts or notifications as well as being mailed (if mail server is configured)...
Henning

Similar Messages

  • Ad-hoc QD Questions!!!

    Hi,
    I have a few questions about Ad-hoc Query Designer which I was asked during a training and I hope very much you can answer them:
    1) During Query execution, Internet Explorer doesn't always open a new window. If the query is not saved, it is lost. How can I change this?
    2) Why does it not always work to save the query under the same name?
    3) In case of two exceptions overlap, which one has priority?
    4) Why do I have to select "ALL" in all fields for the definition of the exception?
    What is the meaning of that? If I don't select it, no values are hightlighted.
    5) In AD HOC, when opening an existing query in order to modify it, data format are modified and prevent good working of the condition.
    6) Is it possible to combine two single values in conditions ?
    What is the result of such an operation?
    7) What is the difference between the sign (egal, different..) at begining of the line and operator (include, exclude) at end of the line?
    How to use them?
    In which case to use the one or the other?
    8) Is it possible to have the current month (variable) automatically displayed in the report in Ad-hoc QD?
    9) When saving a BEX Web report in Excel, is it automatically updated according to new data in Infocube?
    Thank you very much for your help in advance!!! Looking forward to your answers!
    Sabine

    Please find answers inline...
    2) Why does it not always work to save the query under the same name?
    - queries are locked by transports in the production system and are referenced by 32 character strings called GUIDS - hence it is not possible to save under the same name - you would have to open the same object ( query) under a request and then change the same and push it forward.
    4) Why do I have to select "ALL" in all fields for the definition of the exception?
    What is the meaning of that? If I don't select it, no values are hightlighted. - if you do not select it -
    only the totals are highlighted - enable totals on the report and you will see them highlighted.
    5) In AD HOC, when opening an existing query in order to modify it, data format are modified and prevent good working of the condition.
    6) Is it possible to combine two single values in conditions ?
    What is the result of such an operation? - please give a scenario
    7) What is the difference between the sign (egal, different..) at begining of the line and operator (include, exclude) at end of the line?
    How to use them?
    In which case to use the one or the other?
    8) Is it possible to have the current month (variable) automatically displayed in the report in Ad-hoc QD? - have the same in the free characteristics - you wil see the query as in local view in BeX... - displaying the data will not be possible in the adhoc designer...
    9) When saving a BEX Web report in Excel, is it automatically updated according to new data in Infocube? - you will anyway open the web template and then export to excel - the export is specific on the data provider and hence the data is fetched for the data provider and then exported to excel.
    Arun
    Hope it helps...
    Message was edited by:
            Arun Varadarajan

  • Bluetooth ad-hoc network question

    How can I set up a Bluetooth ad-hoc connection with my Windows 7 pc. My pc only sees the Touchpad as a Bluetooth headset. My pc also is using the default Windows driver for the Touchpad and I can't find a specific one online. My goal is file sharing and letting my Touchpad to access the pc's WiMAX internet connection while I am out and about.
    I will appreciate any help with this. - Michael
    Post relates to: HP TouchPad (WiFi)

    File sharing can be accomplished via wifi with apps like Wifi Media Sync, and Gemini File Manager.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Two quick gnome and KDE questions

    i dig gnome, wife and kids dig KDE we as a group only use one user account.
    so heres the deal...
    when i make a change to the KDE desktop ( different icons, device, etc..) it effects gnome also. is there a way i can seperate their config files so that whatever i do to one does not effect the other ?
    other question : i know that the Yahoo messenger thing has been fixed in the CVS version of Kopete. how can i make that happen ? can i find a PKGBUILD script for the cvs Kopete somewhere ? i think that it is just part of one of the KDE packages and i dont need to reinstall everything to get that going.
    ok, any suggestions would be much appreciated..
    Arch Rocks !

    -> is there some reason why you use only one user-account? i highly advice you to switch to a more-user way of using linux
    the icons on the desktop cannot be separated easily (kde<->gnome), as both use ~/Desktop/.. structure (what became also standard and is also good being), so the best way would be to have more than one user
    kde? gnome? try xfce4 :-)
    yahoo: kopete: hmm... earlier, kopete was a separate pkg (it was not part of the official kde-release), and it was very easy to rebuild only kopete on cvs --- now, things became a little more complicated: you need to rebuild kdenetwork (as far as i can remember), but as kde 3.3.beta1 (klassroom) is out, let's hope that some of the great users start a repository for it (some time ago someone from the comunity was running his/her own repository with the actual kde beta, but i was not able to find this thread - maybe deleted now)
    you can also play around with ABS (see docs) and build your own kde 3.3beta1 pkgs and install them, but if you are a newbie, it would be a time-consuming, but learning experience

  • Help Quick!  Action Script Question

    The following code lets me use buttons to switch music. The
    music loops until I switch it.
    How do I make it so that the previous music doesn't stop
    looping. So you can have more then one music going at once.
    That is all...
    // initialize starting track
    var soundNext:String = "beats01";
    // set up dynamic sound object
    var dynamicSound:Sound = new Sound(this);
    dynamicSound.attachSound(soundNext);
    dynamicSound.start(0, 1);
    nowPlaying.text = soundNext;
    beats01.onRelease =
    beats02.onRelease=beats03.onRelease=beats04.onRelease=beats05.onRelease=beats06.onRelease =beats07.onRelease=beats08.onRelease=function
    soundNext = this._name;
    nextTrack.text = soundNext;
    // NEXT SOUND
    dynamicSound.onSoundComplete = function() {
    dynamicSound.attachSound(soundNext);
    dynamicSound.start(0, 1);
    nowPlaying.text = soundNext;
    stop();

    Hi Dan,
    Welcome to Apple Discussions and the AppleWorks forum.
    Are you sure you're asking a database question? From your terminology (rows, columns) and your description, it seems more like you're using a spreadsheet.
    If this is a database, you will have two Number type fields, 'A' and 'B'. To show the product, define a Calculation type field, 'C', using either of the two formulas below:
    'A'*'B'
    or
    PRODUCT('A','B')
    To define the new field:
    Open the database document.
    Go Layout > Define fields
    In the Define fields dialogue that opens, you'll see a list of your current fields, including 'A' and 'B'
         -if 'A' and 'B' are not identified as "number" fields, click to select each in turn, change the Type to Number and click Modify.
          OK the warning (your data in these fields is all numbers, and will be retained).
    Type "C" (without the capitals) in the Field Name box, set the Field Type to Calculation, then click Create.
    Enter either of the formulas above into the Formula box, then click OK, then Done.
    If your document is actually a spreadsheet, with the numbers in columns A and B:
    Enter either of these formulas into cell C1:
    =PRODUCT(A1,B1)
    or
    =A1*B1
    Press Enter.
    Select the cells C1..Cn (where n is the last row in which you want to calculate the product of the numbers in columns A and B).
    Press command-D to fill the formula down the cells in column C
    Regards,
    Barry

  • Quick hard drive cleaning question?

    I'm going to sell some of my Macs, this iBook G4, included. I have tax returns, bank and credit card info, etc., on it. Without having to purchase software, can I simply clean-install its operating system to ensure that my data is no longer on the hard drive?

    Niel, thanks for such a quick response, I appreciate it. Someone told me that clean installing your operating system doesn't really erase your hard drive and that, if someone knew what they were doing, they could retrieve still retrieve your data. (As you can see, I'm not knowledgeable at all about these sorts of things.) Is there any truth at all to this? And thank you for this article, I'm going to print it out before I get ready to take the plunge.

  • Quick C preprocessor format question

    Really 2 questions. I want to use the same macro name to generate a list of fields, a list of method declarations and the code for the needed methods. What I am not sure about is (1) how to enclose a parameter to the macro so it will appear in a string in one definition, and (2) as part of a concatenated method name.
    My example#define name(par1,par2) -(void)par1:(int)par2;
    name(Name,myPoint)Gives me:-(void)Name:myPoint;No problem. Simple.
    For (1) will:#define name(par1,par2) NSString par1 = @"par2";
    name(myName,myPoint)give meNSString myName = @"myPoint";
    or
    NSString Name = @"par2";
    From my understanding I think that will do what I want and give me @"myPoint".
    For (2) What I want is:#define name(par1,par2) -(void)makeSome'par1:(int)par2;
    name(Name,myPoint)and get
    -(void)makeSomeName:(int)myPoint;
    I haven't been defining macros in C for a long long time, and I know this is possible, just not what syntax to use to make it work. I used the quote character to show concatenation, which some other macro processors I have used use. Someone with experience here, point me to a reference on C preprocessor macros formatting would be good.
    A correct example on how to define the 2nd macro would also help
    There's really not much in my K&R C Programming language, circa 1978 2nd printing...

    There's a section on the preprocessor in the book Beginning Mac OS X Programming by Wrox, but it's all based around C, not Objective-C like the code in your examples, so I don't know if that would be helpful to you or not.
    I'm not a very experienced programmer, so I was hesitant to even reply, and I'll warn you now that I don't think this post will be of any help to you, but since you haven't gotten any other replies yet, I figured I'd try. Hopefully someone else around here will come along and actually help you.
    Anyways, let's say you had two functions defined in your program -- their declarations are:
    void PrintAddresses( );
    void PrintPhoneNumbers( );
    you could ideally use a macro as a way of calling the desired function. In C, the basic syntax for writing a macro like the one you wrote often uses the ternary operator. I don't know enough about Objective-C to know how that would fit in, but in C it would be simple enough:
    #define Macro(param1, param2) (condition ? PrintAddresses : PrintPhoneNumbers)
    the condition could be anything (param1 > param2 for example). Then, later, if you need to choose a method name based on the criteria passed to the macro, you would pass the appropriate arguments to the macro to get the ternary operator to return the desired value. The function call would be something like this:
    Macro(arg1, arg2)( );
    The compiler never sees the preprocessor directives. The preprocessor simply runs over your code before the compiler gets to it, replacing any macros with the values specified for them. So, if the arguments passed to the macro resulted in the condition in the ternary operator in the #define directive to be true, then the words "Macro(arg1, arg2)" would be replaced with "PrintAddresses" and your function call would now look like "PrintAddresses( );" and thus the function PrintAddresses( ) would be called. If the arguments passed to the macro resulted in the condition being false, then the words "Macro(arg1, arg2)" would be replaced with "PrintPhoneNumbers" and your function call would now look like "PrintPhoneNumbers( );" and thus the function PrintPhoneNumbers( ) would be called.
    Note that if you take out the word "Print" from the macro values and try to define the macro like this:
    #define Macro(param1, param2) (condition ? Addresses : PhoneNumbers)
    and call the function like this:
    PrintMacro(arg1,arg2)();
    it will not work like this (or at least I could not get it to work like this) -- I don't know why.
    Anyways, you probably already knew everything I just wrote, in which case maybe it can help someone else down the line searching through this thread. Or maybe I should just stick to asking questions on this forum. Anyways, hope the post wasn't a complete waste of time. Best of luck in solving your problem.
    Message was edited by: Tron55555

  • Quick and easy battery question

    I just got my iPhone yesterday and let it charge fully overnight. But my question is: if the battery is about half-full, is there any harm done in charging it fully from this state? Or do I need to let it die down fully/give me the low battery warning before charging it? And I know that I should do a full charge/discharge cycle once a month or so.
    Thank you for your help!
    Jay

    You can charge whenever you want, it has a Lithium Ion Battery that can be charged at any time without and harm done. It is good too let iPhone die every so often and then fully recharge.

  • Quick iPhoto / ken burns question

    Hi,
    Just a quickie, I've had an issue with some photos rendering poorly in an iMovie generated slideshow on a DVD, and am wondering about iPhoto - is it possible to manually manipulate the zooms and pans on individual photos using KB in iPhoto in the same way you can in iMovie, or does it just randomly generate KB effects?
    Cheers,
    Iain

    When you are viewing your Cinematic slideshow, the one you created by hitting the Slideshow icon,you will see a photo browser above and the Previewing window below.
    If you click the "settings" icon this is where you set the controls for the slideshow globally. There is a setting to "loop" and "fit to audio to slideshow"
    I've got to tell you one thing that has been experienced by everyone (or mostly everyone). If you choose "fit to slideshow" it will look great in iPhoto or it might be off by one image (this is my experience).
    When you send to DVD or share/export to a Quicktime movie, the wonderful planning and timing is somehow lost and either the music or the slides of the images will end first. I am not exactly sure on this as I don't have iPhoto open right now. If you are really serious about the timing there are work arounds.
    One being export the slideshow to Quicktime (without the audio), import that movie into iMovie and add your audio there. It will take some fiddling to get the timing right.

  • Quick Time Logo with Question Mark

    I have an iMac and my QuickTime doesn't work. It comes up with a question mark in the middle of the blue 'Q' logo. What am I to do?

    Dear Boomer,
    1. Why is it when I quote your original with all the bells and whistles it looks like this?
    2. Is it a classic vs mac cat difference?
    3. Is it your learned self vs my newbieness?
    4. Is it my little olde blueberry slot CRT?
    5. am I just unworthy...hangs head and cries.
    All the best,
    Irene
    gwyzzzz,
    To The Apple Discussion Boards!
    QuickTimeKirk did provide a straight answer to the
    original poster's question. Apparently you need more
    detailed instructions, so here it
    is..........
    At the top right of this site you will see Search
    Discussions.
    In the blank search window w/the magnifying glass in
    the left corner type Quicktime and
    question mark.
    You will then find several troubleshooting solutions
    pertaining to your issue for you to try out.
    Since this particular question is posted hundreds of
    times, there will be possibly thousands of
    different solutions to filter through in your search.
    Hopefully, you will find the right one just in time
    before going to your place in France.
    Good luck!
    P.S. I do not own any Apple Stock. Wish I did jump
    on it before the price shot up.
    slot 350 mhz iMac 320 RAM Mac OS 9.2.x verizon dsl

  • Quick RAID array setup question

    I had to upgrade one of the RAID arrays of one of my clients the other day. I had not setup the RIAD previously, but when I looked at how it was setup before it had 6 disc's in the array and one not part of the array.
    Now I assume who ever set it up before assumed that the 7th disc would be the redundant disc. After looking at the way it worked and doing some calculations from what info RAID admin provided me with I came to the conclusion that the way it was set up would be 6 disc's used as the array with one being a parity drive so if a drive failed that one would take over. On top of that they had another disc that was basically useless as it was not incorporated into the raid at all.
    The way I have set it up is that all 7 discs are part of the array so they have 6 disc's working with one fail over that would be the 7th meaning no disc's are wasted.
    Which way is correct is my question.

    I assume your predesessor left one disk as a hot spare.
    Whenever a disk from a raid set fails, the raid set will be rebuild with the hot spare disk. The bad disk can be swapped and will be the hot spare from then.
    Configuarions like this will give you the highest availability, but will cost you the most. Netto you will have the amount of 5 out of 7 disks. (1 for parity and 1 for hot spare).
    Note that in a raid5 set the parity is spread over all raid disks. There is not such a thing as a 'paritydisk'. The term paritydisk is hust for mathmatics purposes.
    Regards
    Donald

  • This is a quick but v.important question.

    hi,
    i have a thread thats part of a class that implements runnable (class b)
    in it's run method it executes code that retrieves values in a database and stores it in a string array.
    i need to pass this array to the caller class a.
    how can this be done???
    i know of using a set method to set the array in class b, but how could it be returned to class a, as i would have to pass a parameter to it, as this would be how it is set in class b.
    this is very urgent, please help

    public class PrimaryKeysFinder implements Runnable
        Vector cache;
        Connection dbconn;
        Statement stmt;
        String query = "select table_name, constraint_name from user_constraints  where constraint_type = 'P'";
         public PrimaryKeysFinder(Connection dbconn)
              this.dbconn = dbconn;
              Thread runner = new Thread(this);
              runner.start();
         public void retrievePrimaryKeyInfo()
                             cache = new Vector();
          try{
                   stmt = dbconn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
                   ResultSet rs = stmt.executeQuery(query);
                   int columnCount = 2;
                 int count = 0;
                   while(rs.next())
                        String[] records = new String[columnCount];
                        for(int i = 1; i <= columnCount; i++)
                             records[i] = rs.getString(i);
                            cache.addElement(records);
               catch(Exception e)
                    JOptionPane.showMessageDialog(null, "Error retrieving primary key info");
                     cache = new Vector();
         public void run()
              retrievePrimaryKeyInfo();
         public Vector getPrimaryKeyVector()
              return cache;
    }but since cache is a global variable whatever i do to it in the method retrieveprimarykeyinfo wont matter as when getPrimaryKeyVector is invoked it returns the inital value of vector as null, not as what it's assigned in the method retrieveprimarykeyinfo.
    thanks for the prompt reply

  • Bob! Quick MS Office 2004 question

    This totally does not belong here, but since you're the experto...
    In Excel, how come when I highlight more than one cell and I want delete them all, it only deletes one cell rather than all?
    Thanks Bob.

    Bung:
    There does not appear to be a built in - already set up method for accomplishing this. However, it can be done by creating a shortcut:
    In Excel navigate to View>Toolbars>Customize Toolbars/menus
    At the bottom of this window will be a place to highlight "Keyboard". Highlight this and in the box that comes up on the next screen, highlight "edit" (left box) and then in the box to the right highlight "clear contents". You are going to create a shortcut inside the box marked "press new shortcut key". the combination of "ctrl j" is open, though you can use a different combination if you wish - as long as it's not already in use. Once you've completed this and created a shortcut - you can highlight an area of multiple cells on a worksheet and press "ctrl j" and it will clear the contents within these cells. With this particular setting it will not change the formatting, just the contents of the cells that you have highlighted.

  • Quick Flash/operating system question

    Is it THAT necessary for me to upgrade one of the systems
    here to Win XP for Flash 8? Can I get by with the Win 2000
    Professional? I kind of need to know NOW...
    Thanks,
    Jacki

    Jacki in Atlanta wrote:
    > Is it THAT necessary for me to upgrade one of the
    systems here to Win XP for Flash 8? Can I get by with the Win 2000
    Professional? I kind of need to know NOW...
    riht after your post there is another that starts with "In
    Flash-8 on Windows-2000"
    so I guess it does work :)
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Quick email set up question

    Hi All, I just got a Curve 8900 Tmobile new from ebay.  Seller said it was unlocked, but it's not.  I need to use it overseas and on ATT when in the US. 
    Problem is this...during set up, there is no email set up icon, and from what I think I've read, I need a data plan for that icon to show up?  Please confirm if this is true.  It's not reading any of my SIM cards obviously, so could this be the problem?  ie. once unlocked, will the email set up icon show up automatically?  And how about if the SIM I put in doesn't have a data plan?  (It's just charged per kb)
    Any helpful info is appreciated, thanks!
    Solved!
    Go to Solution.

    No, once you lose your BlackBerry data plan, the push emails will stop....
    Nurse-Berry
    Follow NurseBerry08 on Twitter

Maybe you are looking for

  • Best view for Video for 5800

    Kindly let me know in which resolution should i convert video for Nokia 5800 so that it can be viewed perfectly. e.g.: 320 x 240, 320 x 480, 320 x 200, 240 x 180. Also audio quality in what Kbps ? shouls i keep while converting. I had converted 1 vid

  • View on STPO and STAS

    Hi together, i try to create a view on STPO and STAS. Does anyone know how to define the view correctly ? It tried it this way: STAS-MANDT = STPO-MANDT STAS-STLTY = STPO-STLTY STAS-STLNR = STPO-STLNR STAS-STLKN = STPO-STLKN If i execute it, the view

  • Where is the photo for a card stored?

    Good Evening: Does anyone know where the pictures used for contacts in Address Book are stored? Once a picture is added to a contact, is that image added to a file somewhere or is it referenced from another location? I am trying to find an original t

  • CISCO aironet 1310 integrated antenna poor range

    Hi I am in Canada I am trying to configure an AIRONET 1310 with INTEGRATED antenna to work as an access point for clients on a campground The range I get is awfull (50 feet and I loose the signal completly) the aironet is outside and no tree are bloc

  • Vista - Adding files to my Z

    Last week i added albums, songs to my Zen by just draging and dropping them. But today the comuputer is just taking ages. So i then tried to add the same files to my usb stick and they copied in -2 mins. Getting really frustrated so can anyone help t