am using the below java script code for splitvar lookupResult = dbLookup(“”,lookupDb, lookupView,lookupKey, ‘1’);
var lookupResult = lookupResult;
lookupResult = lookupResult.split(";");
if the looupresult is less than 3000 it work fine if it exceed then it create problem any idea why it has issue
thanks
soma