One Line Code For @Unique(@Dbcolumn) In Lotusscript
in LotusScript. Set your server$, path$, catview$, and column$ to your own
values and your done!! A little note: 'catview$' is your categorized view and
'column$' is your categorized column index in 'catview$'.
If you like this tip, please vote for me. I'm trying to collect as many
t-shirts as possible since I really hate doing laundry. Thanks in advance,
chow!!!
unique = Evaluate(|@DbColumn('Notes':'NoCache';| + |"| + server$ + |"| + |:| +
|"| + path$ + |"| + |;| + |"| + catview$ + |"| + |;| + column$ + |)|)