former_member365727
Active Contributor
Member since ‎06-23-2007

User Statistics

  • 501 Posts
  • 96 Solutions
  • 17 Kudos given
  • 98 Kudos received

User Activity

Hi, In SAC when we create a simple story with table widget, in styling panel we have the option to select "Alternate colors". Is there a way to customize font color and alternate row color? sac-alernate-row-color.png Regards Srikanth
Hi, In SAC, when plotting timeseries data if null value is there we would like the chart line to break at that point. Is there any option for this. e.g. DATE | Measure 10/1/2020 | 20 10/2/2020 | 30 10/3/2020 | null 10/4/2020 | 50 10/...
A common scenario in Business applications for web is to draw signature or show signature on the screen. I couldn't find any control in UI5 library for this, so created a signature control. Source code: https://github.com/kvsrikanthj/ui5-library-Sig...
We have seen autocomplete features in standard UI5 controls like search field/ Input field, but how to get that feature in TextArea controls. This blog explains how to get auto suggestions feature enabled in TextArea control Demo: Sample code: Pl...
I'm writing my first blog, hope this is informative. Ever wondered how to save/download vizframe charts to PDF. Many times I have seen this question in UI5 forums and sometimes I used to reply like 'save chart as SVG using builtin method'  and gener...