so in my query i have select columnx from tblz
select columnx from tblz
it returns 001.255556.84546
001.255556.84546
I want to be able to split this via \'.\' and put it int
For info, in 2008 these dont work, you have to do the following:
=Split(Fields!returnedValue.Value, ".").GetValue(0)