How do you generate a dynamic prompt in BO

Hi,
can anyone answer this question?
How do you generate a dynamic prompt?

Hi,
Dynamic prompt means user can enter value  at run time (Report Refresh Time).
You can create dynamic prompt by drag one object in the webi query filter part  and select as a prompt.
or on the universe level define the pre-defined condition and use that in the webi report.
Thanks,
Amit

Similar Messages

  • How will you generate the work schedule in live system

    How will you generate the live system
    Appreciate for sppedy answer

    Your live system must be open for table changes if you want to generate your work schedule rules - this will need to be done by your basis team.
    Usually, work schedule rules are generated in development and transported through to production.  The generation is performed by using program RPTSHF00 (or transaction code OG00).  You generate as a batch with the 'BTCI = ''/online, ='A' or 'E'"field set to E.  This will save the generation to a transport.  If you have a lot of work schedule rules, you may need to split the generation over more than one transport.
    Regards

  • How do you generate an executable in LabVIEW 8.6?

    How do you  generate an executable in LabVIEW 8.6?  A point to a web site would be helpful.
    Thanks in advance.

    In version 8.0 and above you must create a LV project first.  Once
    you have created a project you can right click on build specifications
    located at the bottom of the project window.  Select
    new>>application.  This will allow you to create the exe.  If you
    want to create an installer then you must follow the same process. 
    They are now separate. 
    To find more information goto
    the help menu in a LV window and select "search the LabVIEW help"  When
    the window pops up select the index tab and type the following:
    "building, applications (how-to)"  This should give you the information
    you need.
     Hope this helps.
    BJD1613
    Lead Test Tools Development Engineer
    Philips Respironics
    Certified LV Architect / Instructor

  • How do you create a dynamic playlist?

    I want a playlist for my videos, preferably with thumbnails like the flash player Adobe offered with Popeye sample/test videos. How do you configure the player for that? I believe it's by Kaltura, and their website shows that feature but I can't find it mentioned in the documentation. Thanks!

    Hi mfuller52654,
    Currently in Strobe MediaPlayback we have support for:
    - simple playlists (m3u format): no thumbnails or title, example in http://osmf.org/dev/1.5gm/StrobeMediaPlayback.html?src=playlists/playlist.m3u
    - JS playlists, without autoadvance - a sample can be found at http://osmf.org/dev/1.5gm/jsdemo.html
    I think the second option can help you create your thunbnailed playlists.
    Tell me if this helped,
    S.

  • How do you generate random data info using json and spry?

    I have a mobile applicaton that uses spry datasets that dynamically populate a jquery mobile listview by using a json file. Everything is operating as it should.
    However, I would like to understand how to pull random objects from the json file to have them displayed on a different page.
    My json file is standard and not complicated. It has several levels. Each is represented as below:
                                  { "Level1":
                                                                {"imageurl":"images/_myimage.png",
                                                                "someData":"S,A,P,R",
                                                                "levelLongDesc":"further description",
                                                                "name": "John Doe",
                                                                "page": "referencepage",
                                                                "description":"The description of the image"
    {"imageurl":"images/_myimage.png",
      "someData":"S,A,P,R",
      "levelLongDesc":"further description",
      "name": "John Doe",
      "page": "referencepage",
      "description":"The description of the image"
    Json file Level1 has about 70 objects
    What I would like to do is randomly load one of the Level1 object arrays into the page when the user selects a Level 1 radio button that is on the screen. I know how to create the page, radio buttons and basics, but just don't know how to pull in the random data.
    I've found one code sample on this site that speaks to spry and xml, but I haven't been able to apply it in any way that works for me with the json file:
    http://forums.adobe.com/message/662551
    I've also googled. There isn't much on spry datasets with json and generating random info. There was a little bit on sorting, but that didn't help either.
    Does anyone have a good example/tutorial of how to use the random function with spry/json?
    TIA
    -Rachel

    I've done similar things before.  A few thoughts for you:
    1. I'm assuming you're doing a buffered period or frequency measurement on the incoming encoder pulses, right?  First key point is that you'll have data that is spaced equally in position, but not equally in time.  If you are looking for a time-based FFT such that increasing speed will shift your spectrum, you're going to need to go through an interpolation process to resample your data as though equally-spaced in in time. 
    2. Your 149 pulse per rev encoder may be a significant source of error unless its 149 pulses are placed with extreme accuracy.  Any error in pulse placement violates your underlying assumption of data that is equally-spaced in position.  It'll be very helpful to send your data through a software lowpass filter to attenuate those artifacts. 
    3. I am not sure what you mean by "decompose the buffered data (array) into a single datastream."  You'll get an array of periods / frequencies from the call to DAQmx Read.  If you want to use it in a LabVIEW waveform datatype, you'll first need to do the resampling to create equally-spaced-in-time data.  The LabVIEW waveform datatype (and all the analysis functions like FFT that use it) depend on receiving data with a fixed constant time interval between samples.
    -Kevin P.

  • How can you generate Multiple random numbers from 1 to 49?

    I am very new at programming with the iPhone SDK and I need some help with a project I am working on. What I want to do is set up a window with 6 labels and 1 button. When the user clicks the button, the program will populate 6 randomized numbers each ranging from 1 to 49, and then place each of 6 numbers in a label. But each time the program ends and starts again the numbers cannot be the same, and also when the user clicks the button, no label can have the same number twice, so for example. If label 1 had the number 10, the other 5 labels cannot have that number until the button is clicked again. I know how to set up the interface, I just need the code. I would so greatly appreciate someone's help in this matter. I have been trying to do this for days and I cannot figure it out. Possibly someone who knows tons about Objective C programming can help me!
    Thank-you so very much!!

    I see that you're writing a lottery number generator. Perhaps the easiest way to do it is to emulate a real lottery: fill an array (NSMutableArray, probably) with the numbers between 1 and 49, pick one at random, remove that number from the array, and repeat. (You can think of the numbers as being the balls and the array as being the machine that pops them out.)
    One simple way to get the random indices needed is to extract six random bytes from Randomization Services using SecRandomCopyBytes, then loop over them, using the modulo operator (%) to select an index within the size of the array.
    And no, I'm not going to write your code for you. If I was going to do that, I could package and sell the app myself.

  • How can you display a dynamically loaded vi to the Web Server?

    I am working with LabView 6.1 and the Web Server. I can call a subvi and have it display on a remote machine using a browser with no problem. But what I would like to do is dynamically load and run a vi and have it display on the remote computer using only a browser. I have tried a small example of a front panel that invokes the run vi method (and fp.open prop) on another vi when a button is pressed, but the invoked vi is displayed only on the local computer. Is there any way of viewing dynamically loaded vi's on a remote machine without having a copy of LabView running on it?

    If i understand your question correctly, you want to monitor vi that are dynamically loaded on a remote machine without having LabVIEW installed on the machine from witch you want the monitor. I don't think it's possible how ever a good reference book would be Internet applications in LabVIEW. You can find it on BARNES&NOBLE.
    Hope i could help

  • How do you generate a runtime class for iconFunction from a BitmapData?

    Hi,
    I have a AdvancedDataGrid that I would like to generate a colored square bitmap as the icon, and give it to iconFunction.
    But iconFunction required the return of Class, but I have the BitmapData generated, can anyone provide a solution? Thanks.
    Here is my code :
    private function iconCallBack(item:Object):Class
        var layerNode:LayerItemVO = item as LayerItemVO;
        var iconBitmap:BitmapData = new BitmapData (14, 14, false, layerNode.color); //generated the bitmap based on the passed in color
         return iconBitmap; // wrong, because it needs to return Class, please help?
    <mx:AdvancedDataGrid id="layer_datagrid" iconFunction="iconCallBack" >

    Thanks for the reply.
    Can you provide me some sample code as how to use the custom renderer for drawing the colored square in front of the item name?
    Thanks.

  • How do you generate multiple random numbers between 1 and 49

    I am new at mac programming and I want to make an iPhone app with the free SDK. What I would like to try is a random number generator. I imagine it as when the user clicks a button 6 random numbers from 1 to 49 would appear in a label or another control. If someone could please give me the code that would place these randomized numbers in a label I would greatly appreciate it. I know how to link all the controls together, I just need the code. Thank-you to anyone that can help!

    semi-sudo code goes here
    --prepare and array which will have number from 0 to 49
    --loop thru the array like this
    int i=0
    for (i; i<=49; i++) {
    int a=arc4random() % 49] ;
    int b=arc4random() % 49];
    --here exchange the objects so that they are shuffled
    [myArray exchangeObjectAtIndex:a withObjectAtIndex:b];

  • How do you generate uml diagrams And decoding java programs

    1)Hi i have neatbeans 5.0 i have finished witting my code and i wanted to know if there is a way to generate uml diagrams straight from the code.
    2) Also i think i have bought a java programme to improve your memory and i wanted to know is there a way you look in the java sorce code so i can change the settings the file has a dynamic.dll(application extension), a level(dat File) and a unins000(dat file)

    Darryl.Burke wrote:
    Also i think i have bought a java programme to improve your memory
    Did you remember to install it?I don't think his memory goes back that far :)

  • How do you generate a 16-bit non-repetitive TTL pattern on the PXI-5411?

    I'm using the signal coming out from the 16-bit digital terminal on the front panel of the PXI-5411. I was wondering how to send a digital WORD or pattern through the outputs where the pattern is non-periodic through a short period of time?
    Thanks

    The 16 bit output corrosponds to the buffer that is output via the arb. use the random number generator -.5*32768 to generate a random bit patttern as deep as you need.
    Stu

  • How Do You Generate a 2048bit CSR for a Third Party SSL Certificate for LMS 4.0.1?

    Our site requires Third Party SSL certificates to be installed on our servers.  We have an agreement with inCommon. I have to supply a CSR in order to obtain the SSL certificate.
    My installation is on a Windows 2008 server and I had the self-signed CSR already but it is only 1024 bits.  Is there someplace in the GUI or OS where I can change the encryption?

    This is a shot in the dark, but since CiscoWorks is using (I believe) Tomcat as the web server, could you run keytool to generate the CSR?
    http://help.godaddy.com/article/5276
    You could also use an online CSR gererator such as:
    http://www.gogetssl.com/eng/support/online_csr_generator/
    The key (pun intended) is having the private key on your server so that when you get the signed certificate and install it (using sslutil) it will be usable.
    Hope this helps.

  • I have a really simple quesiton here...how do you get a login prompt?

    When I try to go back into my listener configurations, I just get an error saying I must be logged in as an Administrator. Here is the big question....how can I login to the weblogic admin account I created for control of the listener if there is no form to do so when you try to go to the control page for it? By this does it mean I have to be logged in as an Apex Administrator? I am a bit confused as we are coming from the 10g HTTP Server hosted realm to the 11g Weblogic Server realm. Thanks for your help.

    I forgot to mention that my APEX version is still 3.x.x era install and my weblogic server is a 11gR1 server. Does this have any known problems?
    I did alot more digging and discovered that for some reason the log was now showing all the info on the web interface. I checked the log serverside and noticed something really interesting. *** has replaced servername in these logs.
    ####<Nov 17, 2010 2:42:29 PM EST> <Info> <WebLogicServer> <***> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1290022949086> <BEA-000000> <WebLogic Server "APEX" version:
    WebLogic Server 10.3.3.0  Fri Apr 9 00:05:28 PDT 2010 1321401  Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Nov 17, 2010 2:43:07 PM EST> <Warning> <Security> <***> <APEX> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1290022987642> <BEA-090669> <Ignored deployment of policy for resource "type=<url>, application=apex, contextPath=/apex, uri=/listenerAdmin, httpMethod=POST">
    ####<Nov 17, 2010 2:43:07 PM EST> <Warning> <Security> <***> <APEX> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1290022987649> <BEA-090669> <Ignored deployment of policy for resource "type=<url>, application=apex, contextPath=/apex, uri=/listenerStatus, httpMethod=GET">
    ####<Nov 17, 2010 2:43:07 PM EST> <Warning> <Security> <***> <APEX> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1290022987651> <BEA-090669> <Ignored deployment of policy for resource "type=<url>, application=apex, contextPath=/apex, uri=/listenerAdmin, httpMethod=GET">

  • Acrobat 9 - how do you create a dynamic stamp to include the current date (java script)

    I have seen my question multiple places and times but the resolutions provided have not worked for me.
    I am running Acrobat 9 Pro, cannot run X or XI due to the use of ProSystem fx Engagement.
    I want to create what I thought would be a simple stamp. My initials and the current date. i.e. "crm 01/10/13".
    Simple right? I created a PDF of my initials. Now I just need the text field with the proper Java Script to insert the date, correct?
    I have tried opening "Dynamic.pdf" and copying and pasting the text field that includes the Java Script:
    " event.value = (new Date()).toString(); AFDate_FormatEx("h:MM tt, mmm dd, yyyy"); "
    The date does not update, it stays static.
    I have manually entered the Java Script.
    I have edited the Java Script to remove the "Ex".
    I have edited the Java Script to revise the "yyyy" to "yy".
    I have edited the Java Script to remove the " h:MM tt, " trying different formats to get "dd/mm/yy".
    I have selected "Use single-key accelerators to access tools" in Preferences/General.
    I have tried PDF files, PNG files. I have created the image files from Word and Excel.
    I am at my wits' end. Can someone PLEASE assist me to resolve what should be a simple issue (I hope).
    Thank you in advance.

    Thank you for your response.
    Your script works well, but I still have the same issue.  The date is remaining static to the system date when the stamp is created.  My initial idea was to create a pdf of my initials "crm" and then add the text field with the java script for the date behind my initials.  "crm" + (TEXT FIELD with JS).  I wanted 3 stamps, red, blue and green.  The colors correspond to specific processes in our workflow.
    Your script adds my initials as well as the date.
    My machine is running Windows 7.
    My stamps are located:
    C://Documents/Acrobat Stamps/...
    Acrobat templates:
    C://Program Files (x86)/Adobe/Acrobat 9.0/Acrobat/plug_ins/Annotations/Stamps/ENU/...
    I have no problem creating stamps, just a stamp that will use the current system date.  I HATE using the typewriter for my initials and the date.  I guess I can stamp my initials and then type the date...but what is the point?
    Do you have any further thoughts or suggestions?
    Thank you very much.
    crm 01/11/13 

  • How do you generate log files using ActionScript 3?

    Is there any way to log activity using AS3 by using a Red5 Media Server?
    I cam across www.as3commons.org/as3-commons-logging but in this I have no clue how to access logfiles or where the logfiles are generated.
    I was wondering if there's a way to generate and store log files on a media server. Say for example, I need to log when the user starts recording a video, when the connection to the media server is successful and so on.
    Any help would be greatly appreciated. Thanks.

    In FMS backend scrips also works then log file can be create from beckend scripts.

Maybe you are looking for

  • Can I install Windows 7 on a Dell Inspiron 1300 B130?

    I don't see any Vista drivers on the Dell site so I'm guessing this isn't possible but has anyone tried? Did you get it to work? If you did, please tell me how. Thanks.

  • AR/AP & SALES for period  CALCULATION on top of 0FIAR_C03/0FIAP_C03

    hi, i want to create DSO/DPO report on top of 0FIAR_C03/0FIAP_C03 line item cube .so please tell me in detail on how to calculate account recievable/account payable  & sales for the period calculation by just  having credit and debit as keyfigures. 

  • 如何获取business objects xi 2.0/3.0 临时license?

    hi,      怎样获取bo xi r2/3.0 临时的install license以便个人学习. thanks, xwu.

  • "error opening url to submit this form"

    Hi, I develop AcroForm PDF file using Acrobat. file Contain so many fields and Submit button. when I was click on Submit button than I got the Error message Error opening url to submit this form I set the return type XFDF on button. How can I fix thi

  • SAPSCRIPT FORMS and THEIR PROGRAMS

    When a production order is printed, a cove page is generated by a form ZPSFC_PRINT_LAY. ZPSFC_PRINT_LAY is designed to print necessary information regarding all operations, including base rate and etc. I modified ZPSFC_PRINT_LAY to include one more p