How to select multiple members in a business rule variable?

Hi all

I have a business rule with the following statement of the correction:

DIFFICULTY ({those}, {scenario}, @LIST (@RELATIVE ({count}, 0)), of 'Work')

Account is a variable:

Type: Member

Dimension: account

The rule works when a user selects a single account: Total revenue.  When I change the variable count to 'Members' and select several accounts: Total revenue, Total loads, the rule does not run.  Here is the log:

Not valid [Calc Script syntax

DIFFICULTY ("FY14", "Forecast", @LIST (@RELATIVE ("recipes", "Total expenses", 0)), 'Work')

Is there a way to make this rule work for multiple selections of Member?

Thank you

Mehmet

PS We are on 11.1.2.2.300.20

Hi Mehmet,

If you decide to give this another go, in my view, there is just a syntax error.  I got the code below to validate, however I try to run anything.

DIFFICULTY ("FY14", "Forecasts", @EXPAND ("@DESC", @LIST ("recipes", "Total expenses"), 0, LAYERONLY), 'Work')

Hope this helps,

-Jake

Tags: Business Intelligence

Similar Questions

  • How to select multiple cells at the same time?

    Hello

    How to select multiple cells at the same time? What is the keyboard shortcut?

    Thank you to.

    Flo, a french guy.

    Hold down the CMD key when you select the cells.

  • How to select multiple messages in the messaging application in Windows RT?

    How to select multiple messages in the messaging application in Windows RT?

    For contact:

    1) press the first mail

    (2) then drag the 2nd mail left or right a little bit.

    Repeat 2) for all other mails you want to select. You can use the same way to deselect.

    For the mouse:

    Use the ctrl and shift keys, like the Windows desktop version

    I don't know if there is a way to make the selection of the beach of 'shift' by touch only.

  • Photoshop CS6 - how to select multiple non-consecutive layers folders?

    Hi, as the title asks, how to select multiple non-consecutive layers folders? I find myself needing to move folders from a psd doc to another. Currently I have to move the folders of layers together, so I can select them and move them. I would like to save this step and just do something like ctrl + click on layer folders anywhere on the stacking order, as you can with regular layers. Possible? Thanks for any help!

    CTRL (command), click on the right of the folder in the layers Panel icon.

  • How to select multiple layers in photoshop via a script

    Is there a way to select multiple Photoshop layers via a script without using the listener script? I am

    looking everywhere in the API, but I'm not able to find anything. Maybe im just not true, please help!

    Select more than one layer requires the action handler code. the DOM can not do and is slower anyway. If you use scriptlistener works, here's what you should go with.

  • How to select the members of level 0 for a specific parent under a Dimension

    Hi friends

    I'm working on a report, I have to select all members of level 0 for a specific parent under a dimension. I can't go to the descendants because I need only level 0.

    Please suggest

    Thank you

    Use @DESCENDANTS and level 0.

    After the selection
    In the Select Members dialog box, click inside the selected area, and then click Advanced
    Use AND to combine the two.

  • How to outsource reference data to the business rule processor?

    Details of the environment

    ======================

    Disqualification Version: 12.1.3.0.0

    By default, the reference (rules, controls and conditions) data used by the business rule processor comes to an excel file or stored in the repository database of the Disqualification.

    Is it possible to use a reference to the data that is stored in a different database (out of the repository database Disqualification) in the processor rule business?

    I tried the externalize option in the processor business rule, but on the identity tab, it is not allow me map the rule to the input attribute.

    brule_check_option.png

    brule_check_identify.png

    Hello

    You can manage the rules from the outside, but you need to instantly and use research on stereotypes, because the rules of Business Check needs access to the rules at design time.

    -Mike

  • How to select multiple duplicates to remove

    I show multiple copies of the same songs in my itunes. It is probably because I have a few external drives with backups attached to my main PC. I want to store the Itunes library, and I know how to remove the duplicates, but can do for simple songs. I want to be able to select all duplicates and remove it at once. Does anyone know how I could do this?

    You can select a range of songs by selecting one, and then shift-click on another, you can add or remove individual tracks with ctrl + click and ctrl + shift + click can add a new group to the selection. However, I would recommend the following...

    iTunes can create duplicates if the same content is added several times from outside the media folder when it is about to make copies of everything that is added to the library, or is added from an external drive that hosts the press kit that was disconnected during the launch of iTunes.

    Official notice of Apple on the duplicates is here: find and remove duplicates in your iTunes library. This is a manual process and article fails to explain some of the potential pitfalls such as the lost coast and membership of playlist, or sometimes the same file can be represented by multiple entries in the library as well as a removal and recycling the file will break all the others.

    Use MAJ > display > show items to reproduce exactly to display the duplicates because it is normally a selection more useful. You must manually select all but one of each group to remove. Sort the list by Date added can make easier select appropriate tracks, but it works better when executed immediately after the dupes were created.  If you have several entries in iTunes connected to a same file on the disk hard then don't not send to trash.

    Use my DeDuper script (Windows only) If you are not sure, do not want to do it by hand, or want to maintain ratings, play counts and playlist membership. See this background thread , this post for detailed instructions and Please take note of the warning toback up your library before deduping.

    (If you don't see the menu bar press ALT to temporarily view or CTRL + B to keep displayed.)

    The latest version of the script can put away the dead links as long as there is at least a double live to merge his stats and membership of the playlist and must deal wisely when the same file has been added through multiple paths.

    TT2

  • How to select multiple values in a single field.

    Hi all

    I once select stmt as below

    ==================================

    SELECT msi.segment1,
    IN l_chr_omc_item
    OF SGM_INV_ITEM_ATTRIBUTES SIIA, msi mtl_system_items
    WHERE msi.inventory_item_id = siia.inventory_item_id
    AND siia.attribute12 = l_chr_tsb_item;

    ======================================

    I need to print some l_chr_omc_item, but if the above query retrieves multiple values of the l_chr_omc_item for a l_chr_tsb_item so I need to print all the values. How to get all these values in a single rank.
    Thanks in advance.

    Published by: Shivaji M on June 28, 2009 23:18

    Published by: Shivaji M on June 28, 2009 23:27

    cursor curGetxx (inpl_chr_tsb_item in SGM_INV_ITEM_ATTRIBUTES.attribute12%type)
    is
    SELECT
    MSI. Segment1
    Of
    SGM_INV_ITEM_ATTRIBUTES SIIA
    msi mtl_system_items
    WHERE msi.inventory_item_id = siia.inventory_item_id
    AND siia.attribute12 = inpl_chr_tsb_item;

    l_chr_omc_item SGM_INV_ITEM_ATTRIBUTES.attribute12%type;
    vStrl_chr_omc_item varchar (500);

    Start
    Open curGetxx (l_chr_tsb_item);
    loop
    extract the curGetxx in l_chr_omc_item;
    When the output curGetxx % NOTFOUND;
    vStrl_chr_omc_item: = concat (l_chr_omc_item, ',')
    dbms_output.put_line (l_chr_omc_item);
    end loop;
    vStrl_chr_omc_item: = substr (vStrl_chr_omc_item, 1, length (vStrl_chr_omc_item)-1);
    end;
    /

  • How to select multiple audio outputs

    Outputs audio multiples?

    Hello.

    After a lot of fiddling around with audio drivers on my PC I have given up and need help. Basically, what I want to do is to e able to connect my headset to my computer, and have his fate by a request to be played through my helmet, while at the same time have the music to say that iTunes paid through my speakers so you can listen to something deep and have my speakers on at the time of Sam. After failing using the windows mixer thing, I downloaded the Realtek audio drivers, which I can't seem to understand how to use it in this way.
    If it helps, my motherboard has integrated audio card, so no sound.
    Thank you

    Hello

    This is possible, but the application needs to have the ability to choose what output device to use. For Windows Media Player, it is under Tools > Options > Devices tab > speakers and then click Properties. Then in the drop-down list, you should see all the features available on your machine. I don't know if iTunes has such an option. But what you might therefore open the audio Panel and some device you want by default for iTunes use the value. Change the option of Windows Media Player to use your headphones.

    Thank you
    Chris

  • How to select multiple lines of text?

    I need to "BOLD" certain positions and instead of choosing one, then formatting, and then by selecting another, formatting, etc... is there a way to select/highlight several lines of text and apply formatting to each of them at the same time? The sections are separated by other lines of text, they are not continuous.

    Thank you for your help. I use Dreamweaver CS5.5.

    trailslady wrote:

    I can not properly explained. How can I physically select several strings of text with the cursor? Some applications allow you to hold the CTRL key, for example. DW offers a similar feature?

    You have to wait for one of the next versions of Dreamweaver when media becomes an integral part of the tools of coding or do as Nancy and I do, use brackets to the sides of Dreamweaver.

  • Select several CSS classes simultaneously (was: how to select multiple css rules at the same time?)

    Hello!

    I have Dreamweaver 8

    I tried to select several css rules at the same time create a css stylesheet, but I don't know how to do it!

    This man do in this video at 03:00

    http://www.YouTube.com/watch?v=ZbQ3GTFC-O0

    Thank you!

    DW8 does not support the selection of several classes in the properties panel.  I'm sure that this feature appeared in the exit of the CS6.  Unless you upgrade to CC or CS6, you must do this manually in your code.

    Nancy O.

  • How to select multiple lines of text (without selecting all the text) within a title? (Holding Cmd does not work)

    I need to select several lines of text (in the various sections of the text) within a title without selecting any text. Holding Cmd like you would in other applications does not work, and now Shift selects all. Does anyone have a solution?

    Thank you.

    YYou cannot select several segments of text in a text block.

  • How to select multiple items in the Panel of DOM? I tried to use the SHIFT key, but it doesn't seem to work.

    I need help, select several items in my Panel of DOM, for some reason, using the SHIFT key does not work.

    I found the answer, apparently everything I had to do has been updated to the latest version of dreamweaver cc 2015.2. The Shift function is something new added in the update.

  • Passing in the form of data members in the business rules page

    Hello

    I explored features of calculation Manager and how variables are handled in Hyperion Planning 11.1.2.3. I created 5 global variables that must be spent by a members of page of form data, but when I press save button that triggers the recording on / used members page / quick cache, a command prompt opens with the Member of default variables. How can I make the page members to BR? Should be pretty simple, but could not find the problem so far.

    Thank you

    Try selecting 'Member' instead of 'members' in the variable of calculation.

    Kind regards

    Altair

Maybe you are looking for

  • New version?

    How do I find the playlist option that was next to the music in 12.3 version or how can I go back to try version 12.3 bit IT tell me a newer version is already installed

  • Why doesn't it let me turn off 'on my iphone"for notes?

    I don't want ' my iPhone' account... I want that all my notes to automatically record on my gmail account. Why can not disable this option? Y at - it turn a trick to this? I have the 6 s 64 GB iPhone and uses the last iOS.

  • Strange behavior of sound on Equium A300D - 16 c

    Is not so much a problem, a bit of an annoyance sometimes really. Work of his property on my Equium A300D - 16 c (sound card and driver all fine on Device Manager, etc. etc., buttons works fine), but the noise level (volume) continues to change. I've

  • 1065984 error during installation or capture with sp4 4.6 HPDM

    Hello Yesterday, I did the update to sp3 HPDM 4.5 to 4.6 sp4. Now, I can not install image of wes or capture on my computer thinclient t5740e. Can I install the update agent, the agent is the last (4.6.3660.21244). This newspaper to install and captu

  • How to fix external Installer?

    After that I installed Flight Gear from an external download link I get a message saying; The file could not be C/Program Files / Flight Gear/bin/win32/fgrun.exe... Create process failed; Code 14001. This application has could not start because the a