Hi I had used Table function to get cumulative sum of a column in a table but “HANA Replication” is not supporting table function.
Can some one help me if we can achieve this in Plain CDS?
Issue: my table has Fiscal Period and I have to get sum o...
Hi All,
I am trying to color a smart table row based on one column value. My smart table is getting data from O-DATA entity set. I am not able to access smart table column using "tr" in CSS. Is there any way we can achieve this?
Thanks in advance
Thank you I had tried various options to identify row to set bg color and nothing has been working. Below are the list that I had tried ..Could you please let me know what am I missing here in CSS file.myclass table tr[data-Col1 = " " ] (Col1 is di...
Thanks Fatih for your help I am able to access the table now but not able to apply a condition on table column value. Could you please let me know what am I missing.privateSmartTableClass table tr:not[data-column1 = ' ' ] { background: red;}