Hi All,
I am Printing the sub totals based on the Comany code and currency in the Internal table. I mean for every new company code and new currency, i am printing the subtotal value of amount.
Now my requirement is that subtotal row should be coloured with yellow colour.
I understand that some scripting logic should be written.
I have written at row level some logic. But its not working.
Can anyone please help me out.
Below is the code which I have written in Java script in Initialise event.
data.FIRST.ListofItems.Table.Table1.Row1::initialize - (JavaScript, client)
if ( FIRST._ListofItems.TABLE.TABLE1.ROW1.XBLNR == ' ' ) && ( FIRST._ListofItems.TABLE.TABLE1.ROW1.BLDAT == ' ' ) && ( FIRST._ListofItems.TABLE.TABLE1.ROW1.BLDAT == ' ' )
{
this.border.fill.colour.value= "200,200,200"
}
Thanks and Regards,
Karthik Ganti.