I would like to combine the following two settings for dbMagicCell but I can't figure out the proper syntax.

1st (sets the color of the rows and creates a hyperlink for the Description-field):
MyDb.dbMagicCell = &#34;Description,,(#Rowtype#|EQ|0||<Font color=green> <A HREF=&#34;&#34;cashflowep2.asp?A=#Accgroup#&#34;&# 34;> #Description# </A> ~ #Rowtype#|EQ|1||<Font color=red> <B> #Description# </B> ~ #Rowtype#|EQ|2||<Font color=blue> <B> #Description#)&#34;

2nd (aligns the Year0-field to right and formats it):
MyDb.dbMagicCell = &#34;(;~[]^)Year0~align=right~format=[###,###]&#34;

Can anyone help me with this?

Regards,

Abrazame