NooruBohra
Participant
Member since ‎09-04-2013

User Statistics

  • 132 Posts
  • 5 Solutions
  • 60 Kudos given
  • 21 Kudos received

User Activity

Hi,I'm creating an Analytical List Page using ABAP CDS. Everything is working as expected. My only challenge is that I'm not able to provide value help using @Consumption.valueHelpDefinition I checked below link and try to use the same concept as wel...
I want to remove the default formatting from table card in overview page.Instead of 20K and 6K, I want to show 20000 and 6000. The actuals values and the rounded off values.Regards 
Hi,I've a requirement to default Month first date to Today's date. I have stumbled upon @Consumption.derivation annotation. I saw a few standard implementation as well.Here's my code @AbapCatalog.sqlViewName: 'ZSDOVPFLTR' @AbapCatalog.compiler.compar...
I'm creating an overview page where I've date as filter parameters. I've created Filter using Parameterised CDS view and I have one Table card.Below is my Filter CDS, here I have two parameters P_StartDate and P_EndDateFilters are being displayed and...
I have created an Analytical List Page using CDS. Most of the features works perfectly however when I select one of the series over multiple axis I get below error.Any help would be appreciated.