Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to add '||' to filter value
#1
How to add  '||' to filter value?
var a = changedItem.attributes.Value; 
var newval = a.replace(/,/g, '|'); 
sdk.updateGlobalVariable( 'label_new', {'Value': newval},false ); 
sdk.reload( [ 'ConnectionID_1' ] ); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)