Logical expressions in Link editor

Hi all,
Is it possible to define logical expressions (using AND, OR) in the Link editor of BLS or are we left with only using the Conditional Action block? Thanks...

Yes it is.
For AND : <<Condition1>> <b>&&</b> <<Condition2>>
For OR : <<Condition1>> <b>||</b> <<Condition2>>
You can use the <b>double ampersand (&&)</b> for <b>AND</b> and <b>double pipe (||)</b> for <b>OR</b>

Similar Messages

  • Logic express 9 can't move samples in sample editor, logic express 9 can't move samples in sample editor

    New at logic nine express. Looking at the sample editor where it says I should be able to select part of a sample in the sample editor and move it . Option click does give me the correct icon  but can't move the selection. On Macbookpro and logic express 9.1.5, os x 10.5.8

    I think I got confused.. and that the instructions were talking about moving the selection, not the underlying wave form... I think I get it now, thanks to me for answering myself

  • Tag Query error when assigning mode in Link Editor

    Hi,
    I am receiving the following error when I run a transaction that contains a Tag query.  In my transaction I have set the tag query mode to be defined by a local property via the link editor.  Then when I execute the transaction I get the following error:
    "[ERROR] [TAG_QUERY_WRITE_TAG]com.sap.xmii.Illuminator.logging.LHException: Mode parameter was not found or is malformed"
    I am on version 12.1.8 Build(43).
    I import the project into MII 12.1.4 Build(53) and the transaction works as expected.
    In the new verson of MII is there a bug utilizing the link editor to set mode?  Or is there a specific way it wants the mode linked. (e.g. specific case)
    Additional details:
    I am trying to use the CurrentWrite mode.  I have tried setting Current mode via the link editor and that isn't working either. 
    Any suggestions?
    Thanks,
    Justin

    Hi Mike,
    Please correct me if I understand the logic incorrectly.  But here is what I am thinking....
    I have configured my transaction to have this flow:
    String_List_To_XML_Sequence --> Repeater_TagValues  -->  TAG_QUERY_WRITE_TAG
    The String_List_To_XML_Sequence would contain String_List_To_XML_Parser_TagValues & String_List_To_XML_Parser_TagNames.
    With this flow the logic would say that I will be running a seperate tag query for each tag value.  So if I have 100 tag values that I want to send, I will run 100 tag queries.  This doesn't seem the most efficient.  Also if this is how you were thinking I would configure the transaction then I could use the following links:
    Target Xpath: TAG_QUERY_WRITE_TAG.TagValue.1
    Expression: String_List_To_XML_Parser_TagValues.Output{/Rowsets/Rowset/Row[#Repeater_TagInput.CurrentItem#]/Item}
    Target Xpath: TAG_QUERY_WRITE_TAG.TagName.1
    Expression: String_List_To_XML_Parser_TagNames.Output{/Rowsets/Rowset/Row[#Repeater_TagInput.CurrentItem#]/Item}
    With this configuration updating 10 tags takes 2 seconds:
    [INFO] Statistics [Load = 35 ms msec, Parse = 35 ms, Execution = 2015 ms, Total = 2067 ms]
    With my old configuration updating 10 tags took 700 ms. (original transaction on 12.1.4 Build (53)
    [INFO] Statistics [Load = 11.137 msec, Parse = 224.113 msec, Execution = 451.78 msec, Total = 736.62 msec]
    Please let me know if I interpreted your thoughts incorrectly.
    If there is a way to utilize only 1 Tag Query, then I am not sure how the transaction flow should be configured.
    Thanks for your time,
    Justin
    Edited by: Justin M Brown on Jul 14, 2011 7:29 PM
    Edited by: Justin M Brown on Jul 14, 2011 7:33 PM

  • Link editor - & and | symbols

    What's the use of "|" (pipe) symbol available in the calculations area of the Link editor? I thought it was an "OR" operator. But it doesn't seem to work as an "OR"
    Any ideas? I understand "&" is used to do a concatenate.

    hi,
    As per my understanding the link editor is based on xPATH. I have gone through some tutorial pages of xpath.
    In the logical expression thread you intimated that <b>or</b> and <b>and</b> is working as loical operators.
    In the same way | this symbol is used for the purpose of union operator.
    I am also working to make a good example. If you know something, plase update here.
    Some one else is asked for the not opertor. Try with this.
    <b>not()</b>
    Regards,
    P.S.Kishore kumar

  • Is there a step sequencer for drum patterns in logic express?

    I was wondering is there a step sequencer for doing drum beats in logic express? It would be much easier if there were, that way I wouldn't have to record it and then try and fix my beat in the matrix editor. I believe that there is a step sequencer included with ultrabeat but I know that that is only with logic pro.

    The latest issue of Sound on Sound covers how to do this with the Hyper Editor.
    http://www.soundonsound.com/sos/mar06/articles/logictech.htm
    That link will only work if you're a subscriber, until SOS declassifies it for everyone in six months.
    The GM method will work for something that's GM compatible, and you can use this method to create your own custom version for any other drum instrument you want. It's pretty sweet. The gist of it is you create a mapped instrument in the environment, cable it to your audio instrument of interest, rename the notes to whatever drum/percussion sound they match (if needed), create a MIDI region with one note each, then make a hyper set out of it.
    It seems like a lot of steps, but it's pretty simple once you've done it once, and you end up with a very flexible step sequencer-like editor. You can repeat these steps to make editors that are customized for any instrument plugin you like.

  • I am trying to connect Garritan Personal Symphony to Logic Express and Garageband. A dialog box pops up and asks for plugin Garritan-P. Where do I find it and what do I do with it. I can't locate this plugin doing searches on any of the porgrams.

    I am trying to connect Garritan Personal Symphony to Logic Express and Garageband. A dialog box pops up and asks for plugin Garritan-P. Where do I find it and what do I do with it. I can't locate this plugin doing searches on any of the porgrams.

    I'm not sure which version of Garritan Personal Orchestra you have or when you are getting a window pop-up, but check this link for starters:
    http://afjohnston.blogspot.com/2009/11/using-garritan-personal-orchestra-gpo.htm l

  • Grouping the logical expressions in IF condition is not working

    Hi Experts,
        My requirement is to group the logical expressions in IF condition like the below
    I tried it like
    IF ( &NAST-KSCHL& = 'ZBE0' OR &NAST-KSCHL& = 'ZBEC' ) AND ( &VBDKR-SPRAS& <> 'F' )
      code...
    ELSEIF
      Code....
    ELSE
       code...
    ENDIF
    But the system is showing the grouping in the IF condition is wrong. The problem is i am not supposed to break that AND condition and put it as another IF inside the first IF condition.
    Pls provide your valuable inputs.
    Thanks,
      Srinivas

    Hi,
    Sometimes to play with sap script editor becomes very much difficult if you have scenario like as you mentioned..
    Type this, and i hope it will work..
    /:     IF &NAST-KSCHL& = 'ZBE0' OR &NAST-KSCHL& = 'ZBEC'   
    /:     IF &VBDKR-SPRAS& =  'F'
    your code..
    /:     ENDIF
    /:     ELSEIF <LOGICAL EXP>
    /:     IF &VBDKR-SPRAS& =  'F'
    your code..
    /:     ENDIF
    /:     ENDIF
    Now please try to use one more IF statement, give the logical expression same as in ELSEIF
    Although it is time consuming  but sill you can try..
    Edited by: Lokesh Tarey on May 26, 2010 12:30 PM

  • SAP Script - Logical expression in multi lines

    Hi Friends,
    How can I write logical expression in more than one lines in SAP script editor?
    Case:
    I have to write:
    IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X' AND &J_1BPRNFHD-SHPUNT& = ' '
    I am writing in first line
    /:  IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X' AND
    and &J_1BPRNFHD-SHPUNT& = ' ' is not coming in the same line. How to write it in more than one line?
    What I mean is that:
    Can I write like:
    /:  IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X' AND
    /:     &J_1BPRNFHD-SHPUNT& = ' '
    In fact, above is not working. Please help.
    Regards,
    Surya
    but the rest of the things, that is, &J_1BPRNFHD-SHPUNT& = ' '

    I'm not an SAP script expert but this is just a suggestion.
    Write 2 seperate conditions.
    You can replace this:
    IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X' AND &J_1BPRNFHD-SHPUNT& = ' '.
    ENDIF.
    by this:
    IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X'.
    IF &J_1BPRNFHD-SHPUNT& = ' '.
    ENDIF.
    ENDIF.

  • ODI 11g link editor problem

    Hi
    I have recently upgraded to ODI 11g from ODI 10g.
    In ODI 11g when we are clicking on the Link Editor option it is throwing following error.
    ODI-20344 Cannot Launch the editor for this expression
    sun.awt.X11.XException: Cannot write XdndAware property
    We are using JDK1.6 .Please let me know the solution at the earliest.
    Thanks!!

    Thanks!! We have tried your solution ,it is working for first time, when we are trying to edit any other expression i.e second time, it is the trowing the same error.
    Edited by: 898955 on Nov 24, 2011 2:16 AM

  • Passing query template name to BLS SQL action in the link editor

    I want to have one transaction that uses the SQL query action, but which query template it uses will be dependent on some user input. I am having trouble passing the query name. I'm using the full file path in xml format (i.e. "c://<folder1>//<folder2>//<folderN>//"&PassedFileName&".xml", but with backslashes instead of forward slashes). I got an error around the connector, so I set that too. Then I got an error around mode, so I set it to "FixedQuery". Now I'm getting, "The Query expression was not set with the Query parameter".
    There are only 3-5 possible queries that will be used, so I'd rather build SQL queries and just pass the transaction the name of the query, as opposed to passing the full text of the query each time.
    Thanks,
    Carrie
    Edited by: Carrie Schimizzi on May 9, 2008 6:38 PM
    Edited by: Carrie Schimizzi on May 9, 2008 6:39 PM
    Edited by: Carrie Schimizzi on May 9, 2008 6:40 PM

    Carrie,
    If you haven't already done so, configure your master BLS transaction with a proper representative runtime variation, which will make the whole process simpler to create and troubleshoot.  Quite often when people try to use the dynamic capabilities of MII, they end up getting confused because of user over-complication.  In your SQLQuery action block make sure you configure it to a valid template that would be one that the user would provide as an input (don't forget to allow the generation of sample results for making any subsequent trx efforts easier).  Then look in the link editor and you should see this string value for the query template link if you hover over the corresponding blue T icon.  This will show you the format you need to provide from your Transaction input property (which should also have a valid default value assigned so you can test the transaction by itself, without needing to initially rely on the Xacute Query template layer.
    Regards,
    Jeremy

  • How to change the name of an XML data element in link editor?

    Hi,
    Is it possible to change the name of a data element dynamically while doing the assignment in the link editor?
    Something like Transaction.ReceiveXML{/Rowsets/Row/Name1 (name="Name2")}?
    Regards,
    V M.

    Hi VM,
    in the link editor you can use the Dynamic Link (see [Expression Editor|http://help.sap.com/saphelp_mii121/helpdata/EN/45/b89adfaf1447f7e10000000a114a6b/frameset.htm]).
    With the dynamic link, you can enclose the property that contains the value with "#", which makes MII evaluate the value rather than use the property name. In your example, it looks something like this:
    ReceiveXML{/Rowsets/Row[name='#MyProperty#']}
    Hope this helps.
    Michael
    Edited by: Michael Otto on Oct 27, 2010 8:09 AM

  • Help! Logic Express 9 won't save projects to external Firewire Drive...

    In our studio, we use Logic express 9 as an editor. I used 5 copies on 5 different Macs without problem. I installed a new copy on a Mac Book pro 17 but when I open a project and "Save As" my firewire 800 drive doesn't list as an option to save it. The disk works perfectly, it's formated Mac OS extended, I records externally with the other studio macs. It shows on my desktop and I can play files fine, it just doesn't show as an option in the Logic Express 9 "Save As" menu on this particular mac. I've searched the forums, but can't find this exact problem. Anyone know how to make it show as an option in the "Save As" menu?

    In our studio, we use Logic express 9 as an editor. I used 5 copies on 5 different Macs without problem. I installed a new copy on a Mac Book pro 17 but when I open a project and "Save As" my firewire 800 drive doesn't list as an option to save it. The disk works perfectly, it's formated Mac OS extended, I records externally with the other studio macs. It shows on my desktop and I can play files fine, it just doesn't show as an option in the Logic Express 9 "Save As" menu on this particular mac. I've searched the forums, but can't find this exact problem. Anyone know how to make it show as an option in the "Save As" menu?

  • How to do multi-instrument with EXS instrument in Logic Express

    Hello Logic Express Users,
    I wonder if someone can help me. I can set up multi-instruments with Battery 2, and Kontakt 2, but I am battling to set up a multi-instrument when I am using the EXS with Logic Express. How do I assign the outputs to different outputs so that I can hear different instruments through different aux channels.
    Or is it only possible with the EXS editor that comes with Logic Pro? Because if it is then it is weird why they make the EXS with Logic express a multi-instrument.
    Thanks in advance for any help.

    If you want to save an instrument patch together with plugins and so on, you should save it as a channel strip.
    Use the channel strip menu at the top of the channel object. There is a defined directory for user channel strips, but you can create folders within it and organise your channel strip settings as you like.
    These settings will show up in the channel strip menu, and the media browser too.

  • Logic Express and Silent Violins ...

    Hi all,
    I am new to Logic Express and try to explore it's capabilities ...
    My endpoint is this: I want to be able to record a silent violin (normal analog audio output) directly as a MIDI file onto Logic Express.
    I have searched the net, but have been unable sofar to find a solution. Is it possible at all? Is there a plug-in that converts WAV.files straight into MIDI as you record?
    Or is there any other hardware or software based possibility?
    There used to be a company by the name ZETA which produced violins with their own proprietory MIDI converter. Problem is, they are out of business and their MIDI converter was only working with their own instruments. I am looking to use a Yamaha Silent Violin to achieve that.
    All help is greatly appreciated!
    nickler66

    Hi,
    there's an onboard solution from Logic: Open you recorded Audio in the sample editor. Select Factory -> audio to score. Depending on your audio material, you must fiddle around with the settings to get an acceptable result. The engine will generate a MIDI region overlapping your audio file. Drag it to a software instrument track to test the results.
    Otherwise, i would recommend the Roland GK3 Guitar to MIDI converter pickup. I don't know if it works with a violin as well, but i heard of other people using it. Cost around 150-200$
    Fox

  • External keyboard only now and then work in Logic Express. Why?

    I use a Roland JX 305 Synthgroove as keyboard with Logic Express. If I want to use it as Audio instrument, -using the sounds that are in Logic available - It only works now and then. I can play the keyboard, but after i changed a setting or switched shortly to another track, I have to start up Logic again, before I can get any music out of the keyboard. How come?

    Also send you requests in using this link so Apple will see them and not just other users:
    http://www.apple.com/feedback/ipad.html

Maybe you are looking for

  • Adding custom field in pricing condition structure (BADI CRM_COND_COM_BADI)

    Hi, I need to add a custom field (ZCITY) to the structure : CRMT_ACS_H_COM and I need to populate this field in the BADI: CRM_COND_COM_BADI in the method : HEADER_COMMUNICATION_STRUCTURE. However, my concerns are: 1. How to add the new field to this

  • AP802-BOOT-M bootloader mode and trying to get a new image on there

    Ok. Dont ask me how I managed to get myself in this state. Surfice to say I was trying to upgrade an IOS image on an integrated 887 wireless router and its AP802GN access point. The IOS to LWAP conversion did not go well and now I am in the state whe

  • [SOLVED] Manual IP configuration

    Hi, I have a question about IP configuration. Normally i use: # dhcpcd eth1 to configure my ip address but how do I do it so I can choose my IP manually? Thanks in advance Last edited by zowki (2008-11-27 12:36:54)

  • Receivables Ageing Summary 90+ Days Variable in 8.8

    Hi Experts In 2007A there was a variable for the Customer Receivables Ageing Summary PLD which totalled all outstanding values from 90+.  The variable was 115.  Does anyone know what this variable is in 8.8 please?  I haved checked the file which is

  • Formatting of vertical Line chart

    Hi, Does anyone know why the last element on a LineChar,t when the form is vertical, does not get displayed correctly? It seems to get partially displayed as a very thin vertical line. Thanks.