dynamic prompts

Is it possible to have a quick control values in the second prompt?  For example, if the user selects A REGION from prompt 1; can ask 2 subregion would show only the values advocated by REGION A.

In your subregion prompt options select "limit values by" and select what limit values, invites all the or simply select your guest in the REGION.

Tags: Business Intelligence

Similar Questions

  • OBIEE dashboard how to set the default value of a prompt dynamically

    Hello

    I have a prompt that displays the quarter of the year. I want to put the default value of this prompt dynamically. So, if sysdate is between January and March, then fast should say 'Q1 '. If the month of sysdate is between April and June, then fast should say 'Q2'... etc.

    I set the default selection of the prompt SQL suite and put in the following code:

    SELECT BOX WHEN EXTRACT (MONTH FROM sysdate) IN (1,2,3) and THEN "Q1" double WHEN RETRIEVED (MONTH OF sysdate) (4,5,6) and THEN "Q2" double WHEN RETRIEVED (MONTH OF sysdate) (7,8,9) THEN "Q3" double ELSE 'T4' LATE double

    However, it seems not be soon and there is no default value. I was just wondering what I'm doing wrong. Thank you!

    ~ Kevin Sun

    What is the problem with the answer you were given in this thread: OBIEE parameter default value a "quarter" guest dynamically?

  • Dynamic columns in dashboard prompt

    Hi all
    I have to 'TOP' dispay & dynamic value 'BOTTOM' in the drop-down list of the dashboard invites the creation of a dynamic column value in the drop-down list prompt dashboard? I'm trying to create in writing view sql result but not getting does not correctly according to the selection of HIGH and low, I must make a report changes
    SELECT CASE WHEN 1=0 THEN ExistedPresentationColumn ELSE 'TOP' END FROM SubjectArea
    
    UNION ALL
    
    SELECT CASE WHEN 1=0 THEN ExistedPresentationColumn ELSE 'BOTTOM' END FROM SubjectArea
    
  • Need help: parameter dynamic button prompt:

    Hi refugees,

    Gud morning...

    as I am new to OFA, am not able to solve this problem...

    I'm going to region table with 2 columns...

    in column 1, that I displays the list as assignment details, details rank, item details... etc.

    and second columns shows the buttons with the speedy right arrows(>>)... If ever, we click on the button, display the corrosponding region and execution of VO...

    For the list, will have to run the original Version, because the list is dynamic...

    But my real requirement is, should show only the buttons with the label names... maybe by the VO...

    How can I do...?

    Please... give your valuable suggestions...

    Thank you and best regards,

    Jaya

    Visit this link:

    https://forums.Oracle.com/message/3729432

    Sushant-

  • Question of dynamic values prompt OBIEE!

    I'm new to OBIEE. I need help, and I'm stuck in the following scenario.

    How can I specify a dynamic range of values to display in the dashboard line?
    I mean when the user clicks on a message of solicitation that it should be able to see certain values that need to be generated dynamically. For example, this year.
    If the user connects to today, he should be able to see the values of the year 2012, 2013 and 2014.
    If the user connects to the next year, he should be able to see the values of the year 2013, 2014 and 2015.

    Thanks in advance!
    Ajay.

    Hello

    Fast, select SQL is reflected in the values of choice list for the year.

    Type this in SQL results.

    SELECT "calendar". "" Calendar year "OF"SH"WHERE"calendar. " "" Calendar year "between YEAR (CURRENT_DATE) and (YEAR (CURRENT_DATE) + 3)

    Let me know if you have any questions.

    Thank you

    Ménard

    Published by: Ménard Hussain on 7 November 2012 21:19

  • OR PCI-6542: Creation of dynamic waveforms using the HSDIO library

    Hello!

    I have problems to understand how to create waveforms using the HSDIO library to run on a card PCI-6542. I need to create a program that activates a channel for 12.5 microseconds, waiting for a while (i.e. 100 samples) and activates another channel to 12.5 microseconds.

    This program must be used in a Multielement ultrasound system.

    Here the example of dynamic generation program that transforms the channels 0-2 on 1024 samples.

    /************************************************************************
    *
    * Example program:
    * DynamicGeneration.c
    *
    * Description:
    * Generates a simple model on the specified channel.
    *
    * Pin connection information:
    * None.
    *
    ************************************************************************/

    / * Includes * /.


    #include "niHSDIO.h".

    / * Sets * /.
    #define WAVEFORM_SIZE 1024

    int main (void)
    {
    ViRsrc deviceID = 'Dev1 ';
    ViConstString channelList = "0-2";
    ViReal64 sampleClockRate = 50.0e6;
    DataWidth ViInt32 = 4;

    ViUInt32 waveformDataU32 [WAVEFORM_SIZE];
    ViConstString waveformName = "myWfm";
    ViInt32 timeout = 10000; / * milliseconds * /.

    ViSession vi = VI_NULL;
    Error ViStatus = VI_SUCCESS;
    Bruno errDesc [1024];
    ViInt32 i;

    / * Initialize generation session * /.
    checkErr (niHSDIO_InitGenerationSession)
    Deviceid, VI_FALSE, VI_FALSE, VI_NULL, &vi));

    / * Assign channels for dynamic generation * /.
    checkErr (niHSDIO_AssignDynamicChannels (vi, channelList));

    / * Set up the clock sample parameters * /.
    checkErr (niHSDIO_ConfigureSampleClock)
    VI, NIHSDIO_VAL_ON_BOARD_CLOCK_STR, sampleClockRate));

    / * Query the data Width attribute * /.
    checkErr (niHSDIO_GetAttributeViInt32)
    VI, VI_NULL, NIHSDIO_ATTR_DATA_WIDTH, & dataWidth));

    / * Fill the waveform with ramp data * /.
    < waveform_size;="">
    {
    waveformDataU32 [i] = i;
    }

    checkErr (niHSDIO_WriteNamedWaveformU32)
    VI, waveformName, WAVEFORM_SIZE, waveformDataU32));

    / * Start the generation * /.
    checkErr (niHSDIO_Initiate (vi));

    / * Wait for all the generation * /.
    checkErr (niHSDIO_WaitUntilDone (vi, timeout));

    Error:

    If (error is VI_SUCCESS)
    {
    / * Print result * /.
    printf ("made without error. \n") ;
    }
    on the other
    {
    / * Get the description of the error and print * /.
    niHSDIO_GetError (vi, & error, sizeof (errDesc) /sizeof (petitioner), errDesc);

    printf ("\nError encountered\n===\n%s\n", errDesc);
    }

    / * log * /.
    niHSDIO_close (vi);

    / * prompt to go out (for the popup console windows) * /.
    to continue...\n");
    GetChar ();

    error return;
    }

    Issues related to the:

    How can I change the values in waveformDataU32 to create market reports (instead of just always on)?

    How to select the channel waveformDataU32 is applied to the?

    Thank you!

    Zachary Geier

    The waveformDataU32 table is an array of 32-bit integers. Each bit corresponds to a line on the device.  On the first clock cycle, this program outputs:

    0000 0000 0000 0000 0000 0000 0000 0000

    Then it displays the following, changing at each clock Pulse:

    0000 0000 0000 0000 0000 0000 0000 0001,

    0000 0000 0000 0000 0000 0000 0000 0010,

    ...

    and so on all the way up to 1023:

    0000 0000 0000 0000 00000011 1111 1111

    In the example that you include at the bottom, you set the least significant bit (LSB) to zero and one, actually only change one line on the output. To change all the lines, you must instead use 4 294 967 295 or 0xFFFFFFFF:

    < waveform_size;="">
    < 200){="" if="" sample="" number="" is="" less="" than="">
    waveformDataU32 [i] = 0; Disable channels 0-2
    }
    else {}
    waveformDataU32 [i] = 4 294 967 295; Otherwise turn on all channels to 800 samples
    }
    }

  • How to convert a dynamic disk to a basic?

    How to convert a dynamic disk to a basic? I can't really deleat the C and readers of the system, and if so, how?

    Hi Brad,

    Welcome to Microsoft Community and thank you for the query display.

    According to the description, it seems that you want to convert a dynamic disk to Basic.

    However, we need more information about the issue to help you better.

    Please help me to answer these questions.

    1 how many partitions are on the hard drive?

    2 is installed Windows on drive C?

    3. you have any operating system installed on the hard drive?

    To convert the dynamic disk to basic, here are some steps that you can try.

    You can try to convert the dynamic disk drive basis (except your drive C :) using the Diskpart.exe in the command line. By following these steps, you can avoid reinstalling Windows XP. But if you want all the hard disk as a single partition, then proceed as follows.

    Note: Before formatting the hard drive or perform the steps, back up your data to an external storage device.

    Steps to convert dynamic disk to basic

    a. press Windows key + r on the keyboard and in the immediate window, type cmd.exe

    b. in the command prompt and type D iskpart .

    c. at the Diskpart prompt, type list disk . Note the number of the disk you want to convert to dynamic.

    d. at the Diskpart prompt, type select disk . (select the dynamic disk you want to convert.)

    e. at the Diskpart prompt, type clean to remove all volumes on the disk.

    (f) then, at the Diskpart prompt, type: convert base to begin to restore the disk to basic training.

    Respond us if you have any queries with hard drive problems and we will be happy to help you.

  • hpqtra08.exe - Entry Point not found error. The Get procedure entry point Module F &#60; [not found in KERNEL32.dll dynamic link library.

    Original title: hpqtra08.exe - Entry Point not found.  The Get procedure entry point Module F<[ could="" not="" be="" located="" in="" the="" dynamic="" link="" library="">

    hpqtra08.exe - Entry Point not found.  The Get procedure entry point Module F<[ could="" not="" be="" located="" in="" the="" dynamic="" link="" library="">

    (This keeps popping up on my screen and I don't know how to get rid of it. Can you please tell me what to do?)

    Hello

    ·         When exactly do you get this error message?

    ·         Did you of recent changes to the computer before this problem?

    ·         You are able to boot to the desktop?

    You can follow these suggestions:

    Method 1:

    If the previous step fails, follow these steps:

    a. restart the computer in safe mode and disable the HP service and check if the problem occurs. Follow the steps described in the following steps:

    b. restart your computer and start pressing F8 on your keyboard. On a computer that is configured to start to multiple operating systems, you can press the F8 key when the Boot Menu appears.

    c. Select an option when the Windows Advanced Options menu appears, and press ENTER.

    d. Click Start and run, type msconfig, and then click OK.

    e. the system dialog Configuration utility appears.

    f. click on the Services tab.

    g. Click to select the check box Services HP Digital Imaging Monitor or hpqtra08.exe.

    h. click OK.

    i. When you are prompted, click on restart to restart the computer.

    j. after reboot check if the problem occurs.

    Method 2:

    If the C:\Program Files, download and run the Microsoft of the link Security Scanner to make sure that your computer is not infected with the virus:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: the Microsoft Safety Scanner expires 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

  • Could not load the turbo tax software & this message "the EncodePointer point procedure entry is not found in the dynamic library KERNELL32.dll.

    Original title: while loading turbo tax software & this message. The procedure entry point EncodePointer be found in the dynamic library KERNELL32.dll.     can someone tell me how to solve this problem?

    I have windows xp 2002 Service Pack 2

    Hi henryjeshom,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Uninstall and reinstall the application of Turbo tax.

    How to change or remove a program in Windows XP

    http://support.Microsoft.com/kb/307895

    Method 2: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    If the problem persists, contact support for Turbo tax for more help and information.

    http://TurboTax.Intuit.com/support/

  • Error message ordinal 1265 could not be located in the dynamic library IML 32 dll linl

    original title: error message
    Can anyone provide the solution for "1265 ordinal not found in dynamic library IML 32.dll linl. I'm trying to load a disc with a number of speed up the programmes on this subject. Thanks for any help

    Hi David77Mad,

    1. did you of recent changes on the computer?

    2. not the problem only occurs when you use a particular disc?

    Method 1

    Iml32.dll file is a component common to basic applications and created on former Macromedia Shockwave, now known as the Adobe Shockwave.

    It is possible that some third-party programs installed on the computer is causing the problem.

    I suggest that you configure the computer in a clean boot state and check if it helps.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See section to learn more about how to clean boot.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. Click Start , and then click run.
    2. Type msconfig , and then click OK.
      The System Configuration utility dialog box appears.
    3. Click the general tab, click Normal Startup - load all device drivers and services , and then click OK.
    4. When you are prompted, click restart to restart the computer.

    Method 2

    If the previous step fails, then I suggest that you uninstall adobe shockware and check if it helps.

    How to change or remove a program in Windows XP

    http://support.Microsoft.com/kb/307895

  • Starting problems. - RunDLL32.exe, procedure entry point_except_handler4_common could not be located in the dynamic link librarymsvcrt.dll

    I get the message RunDLL32.exe, procedure entry point_except_handler4_common could not be located in the dynamic link librarymsvcrt.dll. What should I do?

    I had starting problems, boot loop, I think it seems to have been resolved by using the last known good configuration, but I get this popup dialog box. I've not closed for fear that it will start XP looping again.

    Hi EddieBryan,

    1. did you of recent changes on the computer?

    2. do you have security software installed on the computer?

    3. when exactly you receive the error message?

    Method 1
    Check if the problem persists in safe mode and after return with the result.
    A description of the options to start in Windows XP Mode
    http://support.Microsoft.com/kb/315222

    Method 2
    If the problem does not persist in safe mode, then it is possible that some third-party programs installed on the computer is causing the problem.
    I suggest that you configure the computer in a clean boot state and check if it helps.
    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.
    See section to learn more about how to clean boot.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353

    Reset the computer to start as usual
    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
    1. click on Start , then click run.
    2. type msconfig , then click OK.
    The System Configuration Utility dialog box appears.
    3. click on the general tab, click Normal Startup - load all services and device drivers and then click OK.
    4. When prompted, click on restart to restart the computer.

    Method 3

    If the previous step fails then I suggest that scan you SFC on the computer that will search the corrupted system files and try to correct them.

    The analysis may take some time, so be patient. Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows XP installation CD.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

    You are prompted to insert a Windows XP SP2 CD when you try to run the tool on a Windows XP SP2 computer system File Checker

    http://support.Microsoft.com/kb/900910

  • System error "the procedure entry point _SetAsyncTraceParams at (@)" 16 is not found in the library of dynamic links ATRACE. "." DLL.

    Original title: no access to system restore

    After a massive search, I can't solve this problem! Please indicate why this is happening and how to solve it.  Thank you for your support.

    This is the error message pop up that I got trying to activiate (Rstrui.exe) system restore "the procedure entry point _SetAsyncTraceParams at (@) 16 be found in ATRACE dynamic link library. DLL. notice the @ in support should replace 'at' since the seizure of this character created a link to MFL and was confusing to read!

    Hi intelegend,

    1. Did you the latest changes on the computer?
    2. You have security software installed on the computer?

    Method 1

    I suggest that scan you SFC on the computer that would be a corrupt system file search.

    The analysis may take some time, so be patient. Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows XP installation CD.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

    Method 2

    If the previous step fails, then it is possible that some third-party programs installed on the computer is causing the problem.

    I suggest that you configure the computer in a clean boot state and check if it helps.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See section to learn more about how to clean boot.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    (a) click Start, type msconfig in the search box and press ENTER.

    (b) If you are prompted for an administrator password or for confirmation, type your password or click on continue.

    (c) under the general tab, click the Normal startup option, and then click OK.

    (d) when you are prompted to restart the computer, click on restart.

    Method 3

    If the steps above do not then refer to the article below and check if it helps.

    Steps of troubleshooting for problems when you try to use the System Restore tool in Windows XP

    http://support.Microsoft.com/kb/302796

  • .exe error] is not found the procedure entry point AddAtomW Entry Point not found in dynamic bindings KERNEL32 library. DLL when I try to run any program. I have

    Original title: [ProgramName] .exe Entry Point not found

    I get this message: the point procedure entry AddAtomW could not be found in dynamic bindings KERNEL32 library. DLL when I try to run any program. I don't know what to do. Help please!

    Hello

    1. did you of recent changes on the computer?

    Method 1:
     
    It is possible that some third-party programs installed on the computer is causing the problem.
    I suggest that you put the computer in a clean boot state and check if it helps.
    To help resolve the error and other messages, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.
     
    See the link below to learn more about how to clean boot.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353
     
    Reset the computer to start as usual
    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
    (a) click Start, type msconfig in the search box and press ENTER.
    (b) If you are prompted for an administrator password or for confirmation, type your password or click on continue.
    (c) under the general tab, click the Normal startup option, and then click OK.
    (d) when you are prompted to restart the computer, click on restart.

    Method 2:

    Put your boot system helps determine if third-party applications or startup items are causing the problem. If so, you need to maybe contact the manufacturer of the program for updates or uninstall and reinstall the program.

    See the following article in the Microsoft KB for more information on how to solve a problem by performing a clean boot in Windows Vista or Windows 7:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Note: after a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

  • What the devil? Error: The procedure entry point? detac3@ListData@@QAEPAUData@1@XZ couldnot be found in QtCore4.dll dynamic link library.

    I hope I'm in the good topic section. My computer feezes. I restart or turn off & that is what happens.                                                                                       Error: The procedure entry point?  detac3@listData@@QAEPAUData@1@XZ not found in the QtCore4.dll dynamic link library.                                      He also does this whenever I turn on my computer, even if it does not freeze. I was told that I have to use my CD to get into windows XP, but I have no idea where I put it. What now? Oh, I'm computer illiterate, so stupid it upwards!

    Hi Budge3263,

    1. Did you the latest changes on the computer?
    2. You have security software installed on the computer?

    QtCore4.dll is part of the development environment for a number of applications, including Photoshop Elements.

    It is possible that some third-party programs installed on the computer is causing the problem.

    I suggest that you put the computer in a clean boot state and check if it helps.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See section to learn more about how to clean boot.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    (a) click Start, type msconfig in the search box and press ENTER.

    (b) If you are prompted for an administrator password or for confirmation, type your password or click on continue.

    (c) under the general tab, click the Normal startup option, and then click OK.

    (d) when you are prompted to restart the computer, click on restart.

  • the dynamic link library wlanapl.dll

    How can I fix "aps. Initialize not found in the dynamic link library wlanapl.dll. »

    Believe it or not, I'll post a link to a Microsoft KB article (don't anyone weak or Nothin '):

    http://support.Microsoft.com/kb/950720

    Now if this does not help much, or you don't know what to do with it, and then follow these steps:

    Looks like you have some sort of network problem, but we are not a 'thing' on your system to be a great help.  This is because the forums MS Answers does not prompt for information, when a new question is asked.

    Provide information on your system, the better you can:

    What is your system brand and model?

    What is your Version of XP and the Service Pack?

    Describe your current antivirus and software anti malware situation: McAfee, Symantec, Norton, Spybot, AVG, Avira!, MSE, Panda, Trend Micro, CA, Defender, ZoneAlarm, PC Tools, Comodo, etc..

    The question was preceded by a loss of power, aborted reboot or abnormal termination?  (this includes the plug pulling, buttons power, remove the battery, etc.)

    The afflicted system has a CD/DVD drive work?

    You have a true bootable XP installation CD (it is not the same as any recovery CD provided with your system)?

    When you see this message?

    If the system works, what do you think might have changed since the last time it did not work properly?

    Please provide additional information on your system:

    Click Start, run and enter in the box:

    Msinfo32

    Click OK, and when the system info summary appears, click on Edition, select all, copy and paste then
    the information here.

Maybe you are looking for