We have to prepare one report to showcase employee details along with his/her salary modification info like "when salary got updated is that insert /updated " so we are using the logic as
when "Salary Details"."Salary Last Update Date" = "Salary Details"."Salary Creation Date" then 'New' ELSE 'Updated' END
can we add something more granular logic into it to get further insides for the same !!