Hi
Did you try using the formula that u have mentioned below
[Width] * 25.4
so if the width is 10 then value will be 254 is this what you are after...
so your formula will be {table.widthcoulmn}*25.4
if you want to print * then use
ReplicateString("*",{table.widthcolumn} * round(2.54))
Cheers
Rahul
Edited by rahulwalawalkar - 18 Aug 2008 at 7:30am