I have a table where i will check the result betwen 2 field if they are the same. I have many articles in the table many articles been right but alot of articles gets 1-4 different result. Why?
My script:
If(Tg00-Tgfil)='1', 'Skillnad 1 Tg',
If(Tg00=Tgfil,'LikaTg','Större Skillnad')) as [Skillnad i Tg]
Tg00 and Tgfil is fieldnames as i will check if they are the same.