former_member841814
Explorer
Member since ‎02-13-2023

User Statistics

  • 18 Posts
  • 2 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

To configure logoff screen to login screen of launchpad we use the below steps. But my requirement is to redirect this logoff screen to some other website let's say WHEN USER CLICKS LOGOUT, IT SHOULD BE NAVIGATED TO https://sap.com. How to achieve th...
<Annotation Term="UI.Chart" Qualifier="donutchart"> <Record Type="UI.ChartDefinitionType"> <PropertyValue Property="Title" String="Donut Chart"/> <PropertyValue Property="MeasureAttributes"> <Collection> <Record Type="UI.ChartMeasureAttributeType"> <...
I have a sap.ui.table, which can have n number of rows. The visibleRowCountMode is Auto. when I try to get the rows in my table. It is showing only the the number of rows that are visible on the screen. How to get all the rows? I used this synta...
I have a table with 'n' rows and each row contains a edit button. On click of edit button a Simple Form appears in a dialog with that selected row details. If I select at row ZERO, The binding to the simple form will be like: <Label text="Descri...
I have a table, where in one column I'm getting datetime from backend. When I try to bind it in ui, it is coming blank. below is the code: Name column is binding but date time is blank. Date Time format I'm receiving from backend is: TimeStamp: "...
Kudos given to