I have a formula that currently changes the colour of a date field if the date is older than 7 days:
if Maximum ({DX_XML_LOG.PROCESS_DATE}, {BASES.BASE_NAME}) < currentdate - 7 then red
can i change this so it puts the date in italics under the same condition?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you. ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if Maximum ({DX_XML_LOG.PROCESS_DATE}, {BASES.BASE_NAME}) < currentdate - 7 then red
can i change this so it puts the date in italics under the same condition?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you. ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~