Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a generate a loop in the expression/text box on the based of selection in a table.
On the basis of selection I got the string in the table which is separated by comma (,) and I want to run the loop to find out how many strings I have after using
=SubStringCount(Priority_Combination, ',' )
and I want to store this in a variable so that I can run a loop.
and further want to store each value of string in a variable.
thanks
As default I have assigned the variables on the load and assigned the value =0 now
I can count number of values by SubStringCount(Priority_Combination, ',' )
want to loop
for i=0 to SubStringCount(Priority_Combination, ',' )
and check if subfield(Priority_Combination, ',' ,i)= Vendor_Number then set the vVendorNo = 1
Hope I am able to explain you
thanks
Hi sunindia
Did you have any solution to above situation?
I don't Sumit. I am not entirely grasping the requirement here. I am sorry brother.