I have data that is entered in the SO_Detail.Ext_Description field. This information needs to then be show uniquely for each value entered. So for example, the data in this field could be: 100.1020.1555.1645. The report should then print uniquely a value of 100, then a value of 1020, then a value of 1555 and a value of 1645.
My formula to start with is (I'm nopt sure what else needs to be part of this formula ):
local stringvar array qList:= split ({SO_Detail.Ext_Description},".");
My formula to start with is (I'm nopt sure what else needs to be part of this formula ):
local stringvar array qList:= split ({SO_Detail.Ext_Description},".");