Hello All,
I have the following environment :
OS : Windows Server 2012 64
Database : 11g R2 Standard one edition
Apex : 5.1.4
ORDS : 17
Tomcat : 9
Template: Classic Report
I have Classic Report R1 with 2 Columns. C1 and C2. For Column C1 in Column Formatting sector, I added the following HTML Expression
<div style="width: 220px;height: 160px;display: inline-block;background: &P2_COLOR!ATTR. ;border-radius: 25px;border: 0px solid black;box-shadow: 10px 10px white;transform: skewX(-20deg);">#ROOM_ID#</div>
which P2_COLOR is a color picker item. But it didn't work.
I need when change the color from P2_COLOR color picket item, it takes effect in HTML Expression of this column.
Thanks