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
Vasuformat the field of the column using a formula..
if(value>100, "link text" & value, value)
?|||Thanks a lot cjard. it works well. the link is enabled for value > 1000
thanks and regards
Vasu
No comments:
Post a Comment