Hi ,

I have a report which is having 11k data . The problem is the data coming under the cells has got interchanged.

Example:

For few cells the data is coming in the below order

pointsBalance:0***************"firstName":"KAMARDEEP"*****"lastName":"DHILLON"
pointsBalance:116720 firstName:"GREGORY" lastName:"MACMILLAN"

But in few other cells data is coming in the below order

lastName:"GLAVINE"************"pointsBalance":50287*******"firstName":"ANDREW"
lastName:"GOODFELLOW" pointsBalance:86199 firstName:"AMBER"


Is it possible to make the data in an uniform way.i tried filter but not yielding results.Could you please help.