Hi All ,
In this blog post, I will show you how I was able to get a QuickView for one of a table column field in my Fiori Element based List report application. Please note that I tested the below approach in an already deployed application. I was n...
Hi All ,
We have a requirement where we want to display a Micro Bullet chart as a column in the Object page table facet.
we are trying to achieve it through CDS annotations. we have used below annotation to get the micro chart
when we ex...
Hi,Most of the time this issue occurs when the project service is not active. go to SICF tcode , enter your Service Same and make sure the service is active.can you also get more information about the intent error in Tcode : /UI2/FLIA .
Hi josianni.schmitt ,you can try annotating the field with @ui.hidden: true so that it will not be displayed in List report and add @UI.presentationVariant.requestAtLeast: [ '<ur_field' ] which will get your field in model for calculation.hope it wo...