Is anybody know how to determine the non categorized document in an view by using Lotus script? Thanks for your help!!!
Subject: how to determine non categorized document in the view by using LS
yes. lets say you’re categorizing by Type.
@if(type=“” ; “THIS IS NOT CATEGORIZED” ; Type)
then in ls, use GetDocumentbyKey(“THIS IS NOT CATEGORIZED”)
HTH
ST