How to use formatter if binding syntax is not complex

Hello all,
i know how to use formatters in UI5 HTML views when data-sap-ui-xx-bindingSyntax="complex"
But currently i have an app where the bindingSyntax is not set to complex, and for certain reasons i don't want to change that at the moment.
How do we use formatters in non-complex binding mode? I cannot find anything about that in the docs. Constructs like data-something="{path: ' ', formatter : ' ' }" seem not to work in non-complex mode.
Thanks in advance,
Jan

Hi,
you can use formatter function. refer SAPUI5: How to directly bind two data properties into one control property using OData model? and javascript - SAPUI5: How to directly bind two data properties into one control property using OData model? - Stack Overf…
Regards,
Chandra

Similar Messages

  • I have no idea how to use Firefox. I used to have Internet Explorer 7 but am unable to connect to it anymore. How do I use Firefox? I know how to use a computer, somewhat, but am not as savy as I'd like to be. I will appreciate your help.

    I have no idea how to use Firefox. I used to have Internet Explorer 7 but am unable to connect to it anymore. How do I use Firefox? I know how to use a computer, somewhat, but am not as good at it as I'd like to be. I will appreciate your help.

    You can look at this post in this MozillaZine forum thread about inspecting a sessionstore file and possibly extract URLs.
    *http://forums.mozillazine.org/viewtopic.php?f=38&p=12098147&start=60#p12098147
    You can open the Browser Console (Firefox/Tools > Web Developer).
    Paste the JavaScript code in the command line and press the Enter key to run the code.
    *Toggle the devtools.chrome.enabled pref on the <b>about:config</b> page to true to enable the command line
    *https://developer.mozilla.org/Tools/Browser_Console#Browser_Console_command_line

  • I don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    i don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    Step by step:
    1. On your main vi Front Panel, create your boolean indicator.
    2. On the block diagram, right click the new boolean indicator and select Create - Reference.
    3. On sub-vi front panel, create boolean indicator (or use one that is already created).
    4. On sub-vi front panel, create a reference (Controls Palette - Refnum - Control Refnum).
    5. Right click on the newly created Refnum and select Select Vi Server Class - Generic - GObject - Control - Boolean. The refnum label changes to BoolRefnum.
    6. On sub-vi block diagram, create Property Node (Functions - Application Control - Property Node). Find the BoolRefnum and move it close to the new Property Node.
    7. Wire the BoolRefnum to the reference input of the property node.
    8.
    Right click on the property node and select Change to All Write.
    9. Move mouse to point to Visible inside property node box, left click and select Value.
    10. Wire the boolean indicator from step 3 to the Value input of the property node.
    11. On sub-vi front panel, right click on icon and select Show Connector.
    12. Click on empty connector spot then click on the new BoolRefnum. Save your sub-vi.
    13. On main vi block diagram, connect refernece created in step 2 to the new connector terminal of sub-vi.
    14. Save and run.
    Here are the modified vi's.
    - tbob
    Inventor of the WORM Global
    Attachments:
    Pass_a_Reference.vi ‏20 KB
    GL_Flicker_mod.vi ‏83 KB

  • How to use cached DISPID Binding in excel vba ?

    Hi All,
    I trying to call soap service in excel using vba so please provide some syntax or code to consume soap service using Cached DISPID Binding.
    Also how/where to find the DISPID of soap service or any other component.
    Your help will be highly appreciated.

    Hi Balaramji,
    As this question is actually all about VBA programming, you can check these two links that may be helpful:
    Web Service calls from VBA excel
    Consuming Web Services in Excel 2007
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to use JDBC Positional Binding Style & ExecuteWithParams?

    Can anyone provide any help here including any documentation on how to configure this (I've checked online help and the developer guide.)
    When defining multiple Bind Position variables on a View Object (using sql statement binding style: JDBC Positional), should I defined multiple bind variable names? Otherwise, if I don't, when I use ExecuteWithParams operation to create the data control, only one input variable field is displayed. I can get a single bind position variable to work, but am struggling on how to configure / get multiple bind position variables to work with ExecuteWithParams.
    Here's my current configuration:
    1. Define View Object with two JDBC Positional Binding Parameters
    -- Bind Variables: name=parm1 (???should I define a second bind variable name???)
    -- Bind Positions = 0,1
    -- SQL Statement add another position var in where clause: "match (zip) against (CONCAT(?,'*') IN BOOLEAN MODE) and "match (name) against (CONCAT(?,'*') IN BOOLEAN MODE)
    2. On a JSF page, drag ExecuteWithParams operation from data control onto the JSF page. If I have defined only one bind variable name, only one input field is displayed (and one field label that I defined for that bind variable), but I need two input fields - one for each bind position variable. How do I set this up?
    Back-end Database is MySQL 5.0.1 which is why I am using binding stye JDBC positional.
    Thanks, Tom
    Message was edited by:
    javaX

    I did some more testing and the problem is that the queries work with one bind position variable but not with two. I created two simple view objects off of the same entity object to test:
    #1 - ViewObject with one bind position variable - where clause: where id > ?
    #2 - ViewObject with two bind position variables - where clause: where id > ? and id < ?
    I created two separate .jspx pages, view1.jspx (one input field) and view2.jspx (two input fields), for each view object by dragging ExecuteWithParams operation onto the JSF page.
    The .jspx page with one input field works (returns result sets.) The view2.jspx page with two input fields does not work - the query does not return any result sets (no errors produced, it just does not return any rows) - I've tested my query outside of jdeveloper and it works fine. I also tried switching my inputs to make sure I did not have an illogical query (i.e., id >100 and id< 1).
    Is there anything different / extra I need to do to use two bind position variables?
    I'm STUCK HERE.
    Everything in this simple test was identical except for using 2 input variables versus 1.
    Technology stack is: jdeveloper 10.1.3, jsf/ADF BC, mySQL 5.01
    Since I now understand what the problem is better, I'm going to re-post this as a new topic that more appropriately describes the problem, "Queries not working with multiple bind position variables?"
    Message was edited by:
    javaX

  • How to use call a binding action using Javascript ?

    Hi adf people,
    JDev : 11.1.1.4.0
    How to submit the binding action using the Javascript ?

    what do u mean by submitting the binding action..???
    for javascript you can either use
    af:clientlistener to call javascript
    af:serverlistener to call from javascript to managed bean
    http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_clientListener.html
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_serverListener.html
    please tell us if you need any more information.. or explain your question properly..

  • How to use the http binding example?

    Hi all,
    i want to test the http binding example, but i didn't find any documentation to this example. Therefore i need some answers to my questions
    1. How do i deploy the QuoteService to the engine (do i have to compile it in the JDBPEL Designer?)
    2. When i have deployed the HttpBindingExample, how do i use it (which input data to use in the Process Manager?)
    Thanks for replying
    Alli

    Hi Ali,
    The QuoteService is a simple JSP, so you should deploy it as a web application to your local OC4J server which hosts the BPEL server. The context root should be QuoteService as described in the wsdl: <http:operation location="/QuoteService/quotes.jsp" />, or more simply just put under the default application location with a folder named QuoteService.
    The following code in the BPEL process assigns a value to the input variable of the invoke which invokes the service:
    <assign name="assignQuoteRequest">
         <copy>
              <from expression="'ORCL'">
              </from>
              <to variable="quoteRequest" part="symbol"/>
         </copy>
    </assign>
    Hope this helps,
    ~ronen

  • Wat is the use of sy-cucol and how to use tel me the syntax

    pls let me know

    Hi,
    SY-CUCOL: Position of the column in the window from which the event was triggered (counting starts with 2) i.e Horizontal cursor position.
    Ex.
    REPORT demo_list_system_fields NO STANDARD PAGE HEADING
    LINE-COUNT 12 LINE-SIZE 40.
    DATA: l TYPE i, t(1) TYPE c.
    DO 100 TIMES.
    WRITE: / 'Loop Pass:', sy-index.
    ENDDO.
    TOP-OF-PAGE.
    WRITE: 'Basic List, Page', sy-pagno.
    ULINE.
    TOP-OF-PAGE DURING LINE-SELECTION.
    WRITE 'Secondary List'.
    ULINE.
    AT LINE-SELECTION.
    DESCRIBE FIELD sy-lisel LENGTH l TYPE t.
    WRITE: 'SY-LSIND:', sy-lsind,
    / 'SY-LISTI:', sy-listi,
    / 'SY-LILLI:', sy-lilli,
    / 'SY-CUROW:', sy-curow,
    / 'SY-CUCOL:', sy-cucol,
    / 'SY-CPAGE:', sy-cpage,
    / 'SY-STARO:', sy-staro,
    / 'SY-LISEL:', 'Length =', l, 'Type =', t,
    / sy-lisel.
    This program creates a list of ten pages. When you run the program, you can place the cursor within the basic list and create a detail list by choosing Choose. This displays the contents of the system fields.
    SY-LSIND is the index of the current list, SY-LISTI is the index of the previous list.
    SY-LILLI is the number of the selected line in the list, SY-CUROW contains the line number of the selected line on the current screen. SY-CUCOL is the position of the cursor in the window. This position exceeds the corresponding unscrolled list column by one. SY-CPAGE is the currently displayed page of the list. SY-STARO is the number of the topmost actual list line displayed on the current page. This does not include the page header. SY-CPAGE and SY-STARO do not depend on the cursor position. For SY-LISEL, the program displays length, data type, and contents. The length of SY-LISEL is always 255, independent of the list's width.
    Regards,
    Bhaskar

  • How to use Z10 as Wifi USB Adapter (NOT internet tethering)

    Hi,
    I would like to know if there is a way to use my Z10 as a USB dongle to receive wifi signal from my router.
    I tried to disable the Data Service first and hoping it will let me choose my home wifi, but it did not work. It always asks to turn on the Data Service then to do a normal Internet Tethering (through my 4G).
    I know some Android phones can do this, but I couldn't find an app or how to do this on my Z10 yet.
    Could anyone advise?
    Thanks.

    chuugokujin wrote:
    No...as my title indicated it's not internet tethering through the mobile network (4G) but receiving signals from home router wifi. Think it as a wireless USB dongle/adapter...
    If you have the WiFi turned ON on your Z10 and the z10 is connected to your laptop, then the laptop will have access to the internet via Z10 WiFi connection. Yes, the laptop will receive the signals from your WiFi router thru your Z10. 
     If you turn OFF WiFi on your Z10, then your laptop will have access to the internet via your data connection provided by your network.  

  • How to use delagated google task OsX iCal (not iOs, OsX!)

    Hi,
    So I have this little problem here. In Os10.7 I managed to get my gmail calendar in iCal, but the delegated TASKS are not showing in the Reminder.
    I somehow have the same problem no my other computer, with Mountain Lion.
    Is it simply impossible, or am I just forgetting something? This is crucial, because I have little interest in using iCal & Reminders if I cannot sinc with google (reason is, I am also using a PC)
    thanks

    NULCGI wrote:
    My problem is; How can I get the Software back again - off these old Installer disks?
    Use Pacifist.
    Also, be aware there is software that will run fine in Mt. Lion but fails to function properly in Mavericks.  Logic 8 is apparently one example of this phenomena.
    Snow Leopard, if it will boot and run on your iMac is probably your best option; even over Tiger or Leopard.  Be sure to install the optional Rosetta (and IMHO, QuickTime 7).
    You have a computer that is running 10.9.x Mavericks and put in your DVD drive your old install disk only to find a line crossed through it?  The universal "no" symbol meaning it won't run?
    This is usually a sign of PowerPC software which should run in Snow Leopard with Rosetta installed but not in Lion or thereafter without virtualization of SL.
    I would not want to run this (CAD) software under any form of emulation mode - that would really kill its performance.
    If virtualization becomes your only option: Do not forget that your older software will have better performance running on today's more powerful CPU's (i5, i7, etc.) in emulation/virtualization than they did on the older G4, G5 PowerPC CPU platform.
    That being said CAD may have complex graphics that do not work well in virtualization.
    You're just going to have to experiment and find the best operating environment for your software.

  • How to use email submit button with webmail; not a desktop email client

    We've made a form that will submit data via an xml attachment to an email. It was all tested as fine (using Adobe Reader 7...) and has been deployed - DISASTER.
    People using Adobe Reader 8 cannot choose to save the xml file. AR 8 just opens up their default email client. If they use webmail and it's not on the list of default email clients (IE/Tools/Options/Programs)then we don't seem to be able to get the xml data out.
    How can you get AR 8 to give you a choice of what to do with the xml data when a user clicks the Submit by email button? Just like the email client choice in AR 7!!!! Please, if anybody from Adobe sees this, help us...

    Did you ever get a solution to this problem. I have several clients who use internet email and it always worked with earlier versions of reader because it would display the "Select Email Client pop up.
    Please let me know.

  • At wits end on how to use line tool as guide?  Not even sure if correct.

    I have been trying for hours but maybe it just isn't possible.  This would seem to be the simplist way to do but maybe a better way?
    I have an area of a subject that I am trying to divide into four triangular segments.  I need to shade each area seperately.  I have drawn two individual lines that intersect, giving me the required shaped spaces.  Nothing was allowing me to work within each area until I used the magnetic lasso to individually select a quadrant.  Once I did so I was able to fill the quadrant with color.  The problem is when I hide the layer that was created just for the line, (because I DON'T want the line in the picture,) my entire result disappears, the line AND the color.
    I have tried many different ways to do this, I can't even list them all.  The program automatically created a shape layer for each line.  If I hide one of the shape line layers I can still see the result but when I hide the second line shape layer the shaded area and the line go away.
    What am I doing wrong?  Is there another way to accomplish what I want to do?
    Thank you very much fellow adobities.

    Moon52 wrote:
    I'm wondering if when I create the layer for the line shape I need to do a separate layer for the actual shading?
    You don't have to (see my previous reply), but if you think you might want to experiment with different colours for the shading then I suggest you add a Solid Color Fill Adjustment Layer - one for each quadrant. Then it's easy to experiment with different colours - just double-click in the adjustment layer color section.
    If you've not used these before you work slightly differently. First select a quadrant , then add your Solid Fill Layer. Now if you need to refine the edges, with the layer selected, you paint in black or white. White lets your selected colour show through, black conceals it - this is because you are using a mask. In the layers panel you can see which areas are applied or not from the mask thumbnail.
    Give it a try. The other thing with this technique is you can experiment with the different blending options and opacity to achieve a specific result.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • How to use MP3 file as a clip, not background music

    I have a radio spot as an MP3 file, but when I drag it into the project it automatically thinks I want it as my background music. I actually want it as a clip to play after a commercial.  I have tried saving it out of QT as a movie file but it won't let me import that file in a regular import, it's grayed out. Any help would be appreciated!
    Melissa

    You have to have video clip of some sort in the spot where you wan the sound clip to play. It cannot just be dropped on the timeline. So what you might have to do is put a title down with a black background, drop the MP3 right on top of that title clip  (dead center). Then it will attach as a repositionable sound clip.
    You will also want to convert the MP3 to an AIFF in order to keep iMovie from working too hard to playback the song when you do the final export of your video project. This is a direct copy of the iTunes Help page for AIFF conversions:
    Save a copy of a song in a new file format
    You can convert a song to a different file format (and keep a copy of the original). For example, you can save a copy of a compressed song file such as MP3 or AAC in an uncompressed song format (AIFF or WAV).
    When converting from a compressed to uncompressed file format (for example, from MP3 to AIFF), you shouldn’t notice any reduction in sound quality. However, when converting between compressed formats (for example, MP3 and AAC), you may notice a reduction in the sound quality. For the best results, if you want your music encoded in a different file format, import the music again from the original source using the newencoding format.
    Important:  You can’t convert iTunes Store purchases unless they’re iTunes Plus songs.
    Hide
    To convert a song’s file format:
    Choose iTunes > Preferences, click General, and click Import Settings.
    In the Import Using pop-up menu, choose the format you want to convert songs to, and click OK to save the settings.
    Select one or more songs in your library and choose Advanced > Create Format Version.
    The song in its original format and the newly converted song appear in your library.

  • How to use another application's Dimension or not assigned in Data Manager

    PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%,%ENTITY_DIM%,%TIME_DIM%,DATASRC")
    DATASRC IS NOT A MEMBER OF APPLICAION
    It's for fIltering purpose at Package selection
    because there are a lot of member id in Dimension but
    i want to display specified members to choose for Script Logic
    thank you.
    Edited by: YOUNG HUN on Sep 16, 2011 10:45 AM
    Edited by: YOUNG HUN on Sep 16, 2011 10:46 AM

    Hi,
    A data manager package applies to a particular application only. It cannot access dimensions from another application.

  • How to use the scene deconstruction option for Avatar

    I am able to access all the iTunes extras feature for Avatar except the Scene Deconstruction feature. Whenever I use any of the 3 options available in scene deconstruction it just opens up a blank grey screen with Final, picture in picture, template and capture text and the pause sign. Nothing shows or plays I have been at it for over 2 days now. Will someone help me or guide me to a video where I can learn how to use this feature?

    Compare is not exposed via any API.

Maybe you are looking for

  • Can you have two Enterprise CA on the same AD Domain at the same time

    Hello Can someone please help me with the following question If I have a Windows 2003 R2 Enterprise Root CA on the AD Domain can I also Add a separate Windows 2012 R2 Enterprise Root CA to the same domain. We do not use Autoenrollment on the existing

  • Executing sql from table with in plsql procedure

    I wonder if anyone can help. I have a table that stores sql statements. They are actually a set of rules that I want to apply to my application. My intention is to execute the statement in plsql. EG a sql statment held in the table might be: 'select

  • Concatenation of attribute values

    Hi Friends, We are on MDM 5.5 SP06 PL04. We have a requirement where in we have to update a field in the main table based on the attribute values entered by the user in the lookup field [taxonomy] in the same table through the Data Manager.. Say, the

  • Switching to Mac: Needed Programs and Functions Availible on Mac?

    Hi, I always wanted a Mac together with Logic Studio, finally I'm one step away of getting an iMac with 4 gigs ram and 1 TB HD, I'm just waiting for the next update, since I fall in the category "I want it but don't really need it now". I have questi

  • Specified module can not be found ... CS4

    I have been using the CS4 trial for just over 2 wks now and all of a sudden I am getting this error. The specified module could not be found. C:\Program Files\Common File\Adobe\Adobe Version Cue CS4\Client\4.0.1\Version Cue.DLL When I open a picture