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

Similar Messages

  • 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

  • Handling Infinity in Link Editor

    Hi,
    I have requirement where I need to handle value 'Infinity' (∞) in Link Editor and set certain conditions based on that. But the conditional statements (if, stringif) do not seem to catch it (MII version 12.2)
    ∞ as number(integer, double) is not recognized by Link Editor, but "∞" as a string is accepted. Hence I tried converting it to a number using number("∞"). But that too doesn't work.
    Any idea on how this can be acheived?  Thanks
    Note: I get ∞ as an output of SPC Component as its considered as the a valid value per the requirements

    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>

  • 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

  • Enhance Req: ADF BC Assoc and Link editor

    Hi JDev team
    I'd like to raise the following enhancement requests please for JDev 11g TP.
    For both the ADF BC Association and Link editor, to view the Relationship you need to click on the Relationship category. Seems to me 9 times out of 10 when you access these objects you want to see the relationship. I'd suggest the Relationship information needs to be under the General category as part of the default view.
    Can you raise an enhancement request for this please.
    Also, for the Association editor, to view the properties of the association, you need to click on the Relationship category, Accessors editor button, and then in the Association Properties dialog you see the association properties (eg. Implement Cascade Delete etc). This seems unnecessarily hidden too deeply.
    Can you raise an enhancement request to promote these options to the editor rather than in this dialog please.
    Thanks & regards,
    CM.

    Filed ER for the first one (#6121857)
    The 2nd one has already been implemented post-JavaOne Tech Preview. There is a "Behavior" section on the Relationship panel now with those options accessible.

  • Passing "-t" option to link-editor via CC

    Hi!
    Here is the simple task.
    we have some source file which is compiling with simple command:
    CC ./some_simple_file.C -lsome_lib -lanother_libCompilation process succed but we have the warning message:
    ld: warning: symbol ‘array’ has differing sizes:
    (file /path/libsome_lib.a value=0x4; file /path/libanother_lib.o value=0x8);
    /path/libsome_lib.a definition takenWell, apart from this warning - all works fine and the link-editor do matching symbol correctly in this case.
    To do not confuse users/parsers/mgrs team - we decided to remove this warning. Ok, here is a quote from sun linker document about "how to remove such warning" in section "Symbols Processing"->"Complex resolution":
    +....In both of these cases, the diagnostic can be suppressed by using the link-editor's -t option....+
    Thats nice! Lets go with this new option:
    CC -t ./some_simple_file.C -lsome_lib -lanother_libWe finally removed warning. But...oops! weve got another one!
    CC: Warning: Option -t passed to ld, if ld is invoked, ignored otherwiseQuestion! How we can pass -t option to the link-editor via CC cmd call and without any warnings?

    There doesn't seem to be a way to pass -t to the linker without the warning. You could file a request for enhancement via your Oracle support channel, if you have a service contract. Or you could file one at [http://bugs.sun.com]. (I'm not sure if that site is still active.)
    The best solution is to fix the problem and eliminate the reason for the warning, by making the declarations consistent. You might suppress warnings that matter if you always use -t.

  • 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>

  • Keyboard problem typing random letters and symbols

    I'm having a keyboard problem, the g key, t key, and 5 key type random letters and symbols.  i just spent $700 a few monoths ago to a genius [at getting my money] for a logic board after spillin somethin on it.  didnt spill anyqthing time.  shoot.  is this goin to be another major expenditure?  downloaded os x 9.4, hoping that might somehow cure it.  yeah right

    Hi Rob,
    Welcome to Apple Support Communities.
    It sounds like your running into an issue with the keyboard on your MacBook Pro. The article linked below provides suggestions that will resolve most keyboard issues like the one you described.
    OS X Mavericks: If keys on your keyboard don’t work
    http://support.apple.com/kb/PH13809
    If other keys don’t work
    You may have accidentally set an option that changes how your keyboard operates.
    Choose Apple menu > System Preferences, click Dictation & Speech, then click “Text to Speech.” If “Speak selected text when the key is pressed” is selected, deselect it or click Change Key to select another key.
    Choose Apple menu > System Preferences, click Accessibility, then click Keyboard. Make sure Slow Keys is turned off. If Slow Keys is on, you must hold down a key longer than usual before it’s recognized.
    Choose Apple menu > System Preferences, click Accessibility, then click Mouse & Trackpad. Make sure Mouse Keys is off. If Mouse Keys is on, pressing keys in the numeric keypad moves the pointer instead of entering numbers.
    Choose Apple menu > System Preferences, click Keyboard, then click Input Sources. Select “Show Input menu in menu bar.” Open the Input menu and make sure the correct keyboard layout is selected. To see the keyboard layout, click Keyboard, then choose “Show Keyboard & Character Viewers in menu bar.”
    I hope this helps.
    -Jason

  • How to create the ICONS and SYMBOLS

    how to create the ICONS and SYMBOLS
    Title was edited by:
            Alvaro Tejada Galindo

    HI,
    Check this sample code....Not mine...
    REPORT SHOW_ICONS.
    TABLES: ICON.
    INCLUDE <ICON>.
    FIELD-SYMBOLS: <F>.
    SELECT * FROM ICON.
       ASSIGN (ICON-NAME) TO <F>.
       WRITE:   /(5) <F>, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG,
                ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION,
                ICON-NAME.
    ENDSELECT.
    Also Try this,
    INCLUDE <symbol>.
    INCLUDE <icon>.
    Write:/ 'Phone Symbol:', SYM_PHONE AS SYMBOL.
    SKIP.
    WRITE: / 'Alarm Icon: ', icon_alarm AS ICON.
    For more information check out the following link it will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e4a35c111d1829f0000e829fbfe/content.htm
    Regards,
    Padmam.

  • Highlighted info in html editor and sending it in an email

    Is there a way to take everything that is highlighted in the html editor and send in an email?
    Either in the body of the default email client or as attachment in apex.mail or email client?
    Thanks.

    Hello,
    Maybe this link can help you: http://javascript.internet.com/page-details/highlighted-text.html
    I've been looking at the FCK Editor (which is what APEX is using) Javascript API's but didn't find a solution that quick, but my guess it's somewhere in there too.
    Nevertheless the above link provides you with something that works as well.
    Hope you like it.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Does any one know of software that you can import a PDF and then draw  on it, dimensions, notes and symbols...technical drawing?. Blue beam have the perfect software for this BUT it's not Mac compatible

    Does any one know of software that you can import a PDF and then draw  on it, dimensions, notes and symbols...technical drawing?. Blue beam have the perfect software for this BUT it's not Mac compatible

    You need a PDF editor, at the high end use Adobe's Acrobat Professional, at the low end use the editing features in Preview (pre-loaded on your iMac). However you should probably look at the Mac App Store, you will find many of PDF editing applications. You simply need to find one that suits your needs.

  • Editor and Organizer Black

    I was almost finished with a video I have worked on for 4 days when the editor and organizer went black. The software keeps shutting down now. What do I do? By the way, the files all loaded. I just can't see them.

    Ruthi54
    Somehow that does not look like Premiere Elements 11 or 12. What version of Premiere Elements are you using and on what computer operating system is it running?
    If you are running Premiere Elements 10 and your computer uses a NVIDIA GeForce video card, then please read the Announcement at the top of this forum. If you are a Premiere Elements 10 NVIDIA users, then it is mostly likely that you will need to roll back the NVIDIA card version to continue to use your Premiere Elements 10. For your convenience, a copy/paste of the Announcement
    Announcement: Premiere Elements 10 NVIDIA Video Card Driver Roll Back
    Hide Details
    If you are a Premiere Elements 10 user whose Windows computer uses a NVIDIA GeForce video card and you are experiencing Premiere Elements 10 display and/or unexplained program behavior, then your first line of troubleshooting needs to be rolling back the video card driver version instead of assuring that it is up to date.
    Since October 2013 to the present, there have been a growing number of reports about display and unexplained workflow glitches specific to the Premiere Elements 10 user whose Windows computer has a NVIDIA GeForce video card. If this applies to you, then the “user to user” remedy is to roll back the NVIDIA GeForce video card driver as far as is necessary to get rid of the problems. The typical driver roll back has gone back as far as March – July 2013 in order to get a working Premiere Elements 10. Neither NVIDIA nor Adobe has taken any corrective action in this regard to date, and none is expected moving forward.
    Since October 2013, the following thread has tried to keep up with the Premiere Elements 10 NVIDIA reports
    http://forums.adobe.com/thread/1317675
    Older NVIDIA GeForce drivers can be found
    http://www.nvidia.com/Download/Find.aspx?lang=en-us
    A February 2014 overview of the situation as well as how to use the older NVIDIA GeForce drivers for the driver roll back can be found
    http://atr935.blogspot.com/2014/02/pe10-nvidia-video-card-roll-back.ht ml
    Please let us rule this factor in or out at the onset.
    Thank you.
    ATR
    Add On...Your screenshot shows some icons at the bottom of the screen that appear to have warning symbols. What do those icons represent?

  • Link-editor

    Hello,
    Wanted to get some help/advice regarding the following.
    I see that there are generally two link-editors available - /usr/ccs/bin/ld and /usr/ucb/ld
    I am guessing that generally the two lds are the same, except that ucb (where applicable) makes use of BSD semantics/routines and provides BSD compatibility, where as ccs is the more “standard” Solaris link-editor.
    I also see that the Solaris Lib and Linkers Guide only makes explicit reference to the ccs link-editor.
    What are the pros/cons of using either of these ?
    Is the /usr/ccs/bin/ld the Solaris/Sun recommended ld to make use of to link-edit C/C++ code and if so why ?
    I do notice that using ucb requires /usr/ucblib/libucb.so.1 to be installed and hence incurs a hard run-time dependency on an optional Solaris package (BCP) and this package is not part of the base Solaris install/run-time and would need to be explicitly installed.
    Are there any issues arising from switching from /usr/ucb/ld to /usr/ccs/bin/ld
    Thanks very much

    akumargolf2000 wrote:
    Hello,
    Wanted to get some help/advice regarding the following.
    I see that there are generally two link-editors available - /usr/ccs/bin/ld and /usr/ucb/ld
    I am guessing that generally the two lds are the same, except that ucb (where applicable) makes use of BSD semantics/routines and provides BSD compatibility, where as ccs is the more &#147;standard&#148; Solaris link-editor.
    I also see that the Solaris Lib and Linkers Guide only makes explicit reference to the ccs link-editor.
    What are the pros/cons of using either of these ?
    Is the /usr/ccs/bin/ld the Solaris/Sun recommended ld to make use of to link-edit C/C++ code and if so why ?I guess if you need more or less an official answer, you should try Solaris linker forum, not compiler's forum.
    As to why /usr/ccs/bin/ld should be used - this is modern linker, it is patched and enhanced on a regular basis and is used by Sun Studio compilers. Don't know if C++ compiler, for example, will work correctly with linker from ucb/ (or rather the other way around).
    akumargolf2000 wrote:
    Are there any issues arising from switching from /usr/ucb/ld to /usr/ccs/bin/ld This definitely calls for a linker expert. Please post it to http://www.opensolaris.org/jive/forum.jspa?forumID=63

  • TypeError: Error #2022: Class DS0$ must inherit from DisplayObject to link to a symbol

    Hello,
    When I tried AIR 3.7.0.1410 (ASC 2.0) to make an instance of a class that has AS linkage compiled as swc by Flash Pro,  it fails on
    TypeError: Error #2022: Class DS0$ must inherit from DisplayObject to link to a symbol
    at flash.display::Sprite/constructChildren()
        at flash.display::Sprite()
        at flash.display::MovieClip()
        at flash.display::Sprite/constructChildren()
        at flash.display::Sprite()
        at (AS-linkaged class name)
    while it's OK with AIR 3.6.0.6090.
    I'm on Windows 7 and Flash Builder 4.7. Does anyone see this issue?
    As for bug I put it here (Bug 3520793)
    https://bugbase.adobe.com/index.cfm?event=bug&id=3520793

    Hi Colin,
    Can you show me how you're embedding the asset in ASC 2.0?
    In Flash Pro, I imported a wav file into my library, configured the sound's linkage properties to export the asset, using the class name "ding". I then published the project as a .swc.
    In Flash Builder 4.7 Beta 1 (updated to ASC 2.0 Preview 3, though I don't think this is necessary for this particular test case), I created a new ActionScript Project, added the swc to my project library path, and then instantiated an instance of ding and played it. It seemed to work fine:
    package
        import flash.display.Sprite;
        import flash.media.Sound;
        public class SoundTest extends Sprite
            public function SoundTest()
                var s:Sound = new ding();
                s.play(0, 10);

  • SP16 Theme Editor and Themes

    Hi,
    Where i can find SP16 Theme Editor and Themes.
    I couldn't found SAP Note 854870 which is suppose to have link to downlod Theme Editor for different SP.
    Thanks
    Rahul

    Hai,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24d744eb-0401-0010-f1ba-b799d6861556
    this will help you little.
    regards,
    Naga Raju

Maybe you are looking for