Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I think this should be relatively easy. I have and [Order Index] field with codes 1-40 for [Sec Diag]. I would like the [Order Index] to display "P" value when there is a populated value in [Prim Diag]. How do add that in the load script?
If(not isnull([Prim Diag]), 'P', [Sec Diag]) AS [Order Index]