BPC 10 MS - FILTER USING PROPERTY

HELLO,
CAN WE USE "PARENTH1" IN SCRIPTLOGIC TO FILTER RECORDS?  WILL BELOW LOGIC WORK?
*WHEN ACCOUNT
   *IS ACCT1
      *WHEN DATASRC.PARENTH1
        *IS "PROP1"
         *REC(FACTOR=1,ACCOUNT=ACCT2)
    *ENDWHEN
*ENDWHEN
THANKS IN ADVANCE.

Hi Meghana,
Yes this will work without any doubts. Good luck with your scripting, You don't need to do any select statements...use it as you wrote it (if that is the correct member id's and properties)
*WHEN ACCOUNT
*IS ACCT1
    *WHEN DATASRC.PARENTH1
    *IS "PROP1"
        *REC(FACTOR=1,ACCOUNT=ACCT2)
    *ENDWHEN
*ENDWHEN
But remember that with all properties it only check the id's that actually have that property and not sub-levels of that. If there are many levels below DATASRC.PARENTH1="PROP1" then I would do a:
*XDIM_MEMBERSET DATASRC = Descendants([DATASRC].[PROP1],999,leaves)
*WHEN ACCOUNT
*IS ACCT1
        *REC(FACTOR=1,ACCOUNT=ACCT2)
*ENDWHEN
(in reality you could skip the "FACTOR=1" part as well)
tested and confirmed on BPC MS 10.0
Brgds
Mattias

Similar Messages

  • How to show/hide sliders on a slider control using property nodes?

    If I have a slider with multiple sliders on it how do I change which sliders are visible using property nodes? The only property I have found is making the entire control to be visible or not.  This is a possible solution to have two different controls, one slider with only one slider and another slider with two sliders overlapped, but not desirable.
    I found on a thread in the forum that it is possible but the user did not provide any specifics about which property it was. (http://forums.ni.com/ni/board/message?board.id=170&message.id=181279&query.id=34404#M181279)
    I would appreciate an example VI if possible (Preferred version is 8.5 but versios 8.2, 8.0, and 8.6 are available to me).
    Thank you in advance for the help,
    Aaron

    Just make them transparent! Here's a quick draft.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    HideSliders.vi ‏20 KB

  • How to use Property nodes?

    Hi everyone,
                           I am a beginner of LabVIEW. So I want to know about Property Node in detail. Please Please someone help me know the function of each property node......
    Thank You in Advance,
    Solved!
    Go to Solution.

    Achuthaperumal wrote:
    I am a beginner of LabVIEW. So I want to know about Property Node in detail.
    Property node allows you to programmatically read/write that particular property of associated object. For example, say you have a String Control, and you want to modify its 'Display Style'... for that you need to create and use that particular property node (of the String control).
    Check the attached example.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.
    Attachments:
    Example - Using Property Node [LV 2009].vi ‏11 KB

  • How to use property file - sql query define in property file

    Hi All,
    Anybody please tell me how to use property file.
    I have placed sql query in propery file and I have to access this in my file.
    well so far this is my code but don't know how to implement in the following ...
    pstmt = con.prepareStatement("select * from registration where username=?");
    instead of writting the query I want to use the property file.
    so far I have developed the following code...
    FileInputStream fis = new FileInputStream("querysql.property");
    Properties dbProp = new Properties();
    dbProp.load(fis);is the code correct... or is there another way to access property file
    Please help.
    please reply soon....
    Thanks

    Before answering, check if it's already been done here http://www.jguru.com/forums/view.jsp?EID=1304182

  • How can I change the precision of a numeric array indicator using property nodes ?

    I want to change the precision of a numeric array indicator programatically using property nodes. I tried to see all the array properties but I couldn't find it. URGENT !!!

    If you want to change the precision of an element in an array you must first get the reference to the array element. Then raise the reference to the more specific class of a digital numeric. Use a property node connected to that reference to set the precision. See the attached vi for an example.
    Brian
    Attachments:
    ArrayElementPrec.vi ‏27 KB

  • How to use property sheets in jsp? ( Property | Value )

    i want guidance regarding using property sheets. like a table.

    i want guidance regarding using property sheets. like a table.

  • How to use FILTER -- USING    in rpd???

    Can we use FILTER USING in rpd ?

    Yes in the 'use existing logical columns as the source' window of a measure.
    Its under Functions - Display Functions in the expression builder.

  • Interactive Report filter using "in"

    I am using an interactive report, and I want to filter using the "in" criteria. The data I want to filter is a person's name, and it is a concatenation of the entire name, last name first. I have no problem doing this filter on just the first or last name, but the concatenated field has a comma in it, and that seems to be throwing the filter off.
    What automatically populates when I click a name from the list is something like:
    Abraham, Adam
    I can see that it would probably be interpreting that as two different values. But even if I put single or double quotes around the name, it still does not work correctly.
    An example available at:
    http://apex.oracle.com/pls/otn/f?p=41923:1
    Try doing an "in" filter on the "name" column.
    Thanks,
    David

    David,
    The comma is the operational separator for the 'IN' clause, so you are right, the filter sees each part of the name as a parameter. Just use something else as the separator (like a space) and you will be good to go.
    Keep Smiling,
    Bob R

  • Why is the first value missing in the Chart when I use Property Nodes to clear my Charts programatically ?

    Hello everybody,
    I am using Property Nodes to clear my Charts right at the beginning of the program. The Property Nodes (History) are outside a While-loop.
    When I connect a Chart with the counter-variable "i" inside a While-loop, the first point I see in the Chart is (0,1) instead of (0,0). It looks like the Chart misses the first point !
    If the Chart is outside the While-loop the Chart displays all points.
    Can anyone please explain this behaviour ? How can I solve this problem ?
    Thanks,
    Cesar

    Make sure you have the error output from the property node connected to
    the loop border. Even if the error os not used in the loop, this will
    ensure that the property node clears the chart before the loop starts
    running.
    What is probably happening is the loop start running at the same time
    the chart is being cleared, so the first point is also being cleared.
    Ed
    Message Edited by Ed Dickens on 04-11-2006 09:50 AM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Clear chart before loop.gif ‏4 KB

  • Create a between filter using months names ...

    Hi, I need to create a dashboard filter using month names in a between statement for examples:
    From: January - To August
    the problem is when I do this the Obiee server made a filter by alphabetic order, so for the example the result will be nothing (because A is prior to J)...
    How can I solve this
    (My boss is in my neck and I have a family to feed...)
    Thanks in advance...

    Hi,
    mma as given you the solution which would be helpful.
    I can say workaround for this,what ever date parameter you want to convert to january....december
    you can make an alias of that column as said above and write the filter on that date with a sql statement example as follows
    select to_char(sysdate,'FMmonth') from dual
    same way you take your requirement as select to_char(*your_date_column*,'FMmonth') from your_table
    Hope it helps,
    Best Wishes,
    Kranthi.
    Edited by: Kranthi.K on Nov 9, 2009 10:56 PM

  • Using Property Loader with Renamed Steps

    If I have a test step in a loop where the step is renamed using RenamePreviousStep after each iteration, is there a simple way to use Property Loader to load test limits corresponding to the dynamically changing test name?
    The only way I have found to do this so far causes errors at runtime on the non-existent step names in the file which have to be ignored. Also it is not very slick to call PropertyLoader every time the loop iterates.
    Is there a more elegant way to load limits for steps which "don't yet exist"?

    How do you organise your limit file.
    Do you have a different Start/End Marker for each of your iterations
    so that you have the correctly named step(s) between the markers?
    You could try loading an array of limits into a local array(s) from
    your Limit File then index through the array as the datasource for your
    limits. Remember its a PropertyLoader, so its not limited to just
    limits. That way you only read it once and you are not tied to the Step
    name.
    I originally had all limits within a single Start-End marker pair. Having now given each limit set an individual Start-End marker and setting PropertiesListSource dynamically in the Loader Step in the loop, that works OK.  Perhaps not so elegant still as each iteration of the loop requires a Property Loader step instead of loading everything in one hit (I'm guessing there has to be some performance overhead in multiple property loader calls vs. a single load of all limits) but at least there are no errors on the loader step now I am only loading that test which exists after the loop rename.
    The alternative of loading data into arrays had ocurred to me and I may experiment with this if performance becomes an issue with the first approach.
    Thanks for your reply Ray, its much appreiated.

  • How do I remove lines from plot using property nodes

    I am displaying data on an XY Graph and want to actively change the plot using property nodes. I can add plot points and set there colour and understand using active plot, my problem is I can not get rid of the line. I have tried Plot.Linestyle but there is no option to completemy remove the line.
    Anyone any clues
    nice

    To get rid of the line, set Plot interpolation = 0.
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • View link in front of Filter used is giving error

    Hello Experts,
    Please help me in this:
    I have a report made in OBIEE 10g in which ,below the report the filter used in report are shown.
    In front of these filter there is a link "View" which when I click it does not view the filter.
    As in my case its like below:
    Filter1
    and filter2 are prompted view
    and filter3 are prompted view
    and filter4
    so when i click the view link above it gives me an error as : 'sawCommandToURLlmpl' is undefined.

    Not familiar with the error message, but here are some general ideas you can check.
    I believe you are referring to "saved filters" that when displayed in Filter View, have that "View" link at the far right. The link is automatic and points to where the filter is saved. Barring any configuration problems, check to see if the saved filters were saved properly. By this I mean that they were saved in a location that can be viewed by the user who would click on the link. If the permission doesn't allow the connection back to the source, you will get an error. Hope this makes sense.
    Other questions to ask and answer:
    1) Do all saved filters behave this way (i.e., with an error message)?
    2) Do the reports and filter views work as expected when run as Administrator with full access?
    3) Does the problem exist in all browsers? Versions?
    Good luck.

  • Filter using 2 input images (Flash). How to implement?

    Hi. I know how to implement filters that process single image as it was described in Pixel Benders Developer's Guide, but how can I apply filter using 2 input images one of which is computed? I wrote a filter that coppies alpha channel of one picture and applies it to another, but flash implementation is quite a puzzle for me... Any help appreciated

    In our tutorial from last year's MAX, I showed how to use a two-input pixel bender kernel as a blend filter for two images on the stage. that is posted here:http://blogs.adobe.com/kevin.goldsmith/2008/12/materials_from_1.html
    In one of my recent blog postings, I showed how to use a ShaderJob with multiple inputs. I was doing it for audio processing, but it works almost identically for images: http://blogs.adobe.com/kevin.goldsmith/2009/08/pixel_bender_au.html
    Hopefully one of these should help, but if you have specific questions, don't hesitate to ask...

  • Filter using Function resulting incorrect where cause

    Hi,
    I have a requirement wherein i have to filter a column based on a combination of mutiple hierarchy dimensions for which i am using Filter Using Function
    ex.
    Filter Metric A Using Dimesion A - Range 50 -100
    Filter Metric A Using Dimension A - Range 25 - 50, Dimension B Range 0 -100
    When i have a report with these metrics alone then it works fine but when both metrics are exposed on a single report
    The where clause results in something like this
    (Dimension A > 50 OR Dimnesion B > 0) AND (Dimension A > 25 OR Dimension A < 100 OR Dimesnion B < 100) AND Dimesnion A < 50
    To sum it up its random and incorrect, any ideas as to why this could happen ??
    Any pointers etc would be highly appreciated.

    Hi,
    I have a requirement wherein i have to filter a column based on a combination of mutiple hierarchy dimensions for which i am using Filter Using Function
    ex.
    Filter Metric A Using Dimesion A - Range 50 -100
    Filter Metric A Using Dimension A - Range 25 - 50, Dimension B Range 0 -100
    When i have a report with these metrics alone then it works fine but when both metrics are exposed on a single report
    The where clause results in something like this
    (Dimension A > 50 OR Dimnesion B > 0) AND (Dimension A > 25 OR Dimension A < 100 OR Dimesnion B < 100) AND Dimesnion A < 50
    To sum it up its random and incorrect, any ideas as to why this could happen ??
    Any pointers etc would be highly appreciated.

Maybe you are looking for

  • Unable to Print 2-Sided on L7780...

    Hello...I have a L7780 that has worked fine for approximately a little over one year.  I was printing from Tray #2 (legal-sized paper) the other day & suddenly experienced numerous paper jams.  Multiple times, I had to remove the duplexer, as well as

  • Finder slow to start up and other probs

    Guys, please help me. This evening I started up my computer and the desktop icons were rather slow to appear as was the top menu bar. Also, my wireless internet connection wouldn't work for me. Sure I had a great connection but just no pages would lo

  • My iMac does not start.

    My iMac does not start. When I turn it on, it stays loading in the half and doesn't continue. Some days before I had updated my iMac to Yosemite 10.10. Everything was ok but yesterday I decided tu reboot it and when it was turning on this happened, i

  • Why i can't to zoom in and out by using my touchpad(on MacOS)(using 2 finger to expand)?

    I can't to zoom in and out by using 2 fingers to expand?(MacOS)

  • How can i make my ipad mobile like my iphone?

    I purchased my ipad from BestBuy....is there a way I can access the internet at all times? i.e. driving, while at the beach, in an area that has no internet connections.  Basically like my iphone?