brian_keenan
Product and Topic Expert
Product and Topic Expert
Member since ‎2004 Jul 12

User Statistics

  • 283 Posts
  • 51 Solutions
  • 14 Kudos given
  • 20 Kudos received

User Activity

Dragging and dropping is a useful functionality and can be easily implemented with the aid of JQuery UI.   The JQuery UI libraries can be imported and the functionality added to the elements by adding code in the onAfterRendering.  This can lead to a...
So you have decided to create a chat bot because everybody is doing it,  but you dont want to loose the SAPUI5 look and feel.   Time to create a custom control. I initially did a mock up and started looking for controls that I could use within my co...
Hi,I recently changed the size of some columns in a column based table, ALTER TABLE "APPL.tapas.CheckEngine.data::datamodel.results.Ent_Results" ALTER (RESULT_RECOMMENDATIONS NVARCHAR(5000)); I am now able to insert records using SQL upto the the...
Hi,I have a list of items which has a hierarchy structure and would like to The JSON model is something like, "zonedata" : [   {        "name":"test Leaf",        "leaf":"true",        "map":"maps/1.png"   },   {        "name":"Dublin Kingswood",   ...
Can Time characteristics that are modeled as navigation attributes be used as time characteristics for the determination of non-cumulatives?