Please help me solve this problem

Hello All,
I am new to crystalreport am using crystalreport 8.5. I have to provide the link for
a column whose value is > 1000. i don't want to suppress the values other than1000.
My Problem is the link should be enabled only when the value is > 1000. Please share your experience to solve this problem.
Thanks in advance
Vasu
[360 byte] By [vasudeva] at [2007-11-19 7:26:05]
# 1 Re: Please help me solve this problem
format the field of the column using a formula..

if(value>100, "link text" & value, value)

?
cjard at 2007-11-9 14:02:09 >
# 2 Re: Please help me solve this problem
Thanks a lot cjard. it works well. the link is enabled for value > 1000
thanks and regards
Vasu
vasudeva at 2007-11-9 14:03:12 >