master
Costas K 5 years ago committed by GitHub
parent 79d550c410
commit 853bb4b72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,13 +133,12 @@ case ZMOMENTLIST.ZREVERSELOCATIONDATAISVALID
when 0 then 'No' when 0 then 'No'
when 1 then 'Yes' when 1 then 'Yes'
end as 'LocationValid', end as 'LocationValid',
ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)' ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)',
-- case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3 case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3
-- when 0 then 'No' when 0 then 'No'
-- when 1 then 'Yes' when 1 then 'Yes'
-- end as 'ShiftedLocationValid' end as 'ShiftedLocationValid'
from zgenericasset from zgenericasset
join Z_PRIMARYKEY on zgenericasset.z_ent = Z_PRIMARYKEY.z_ent join Z_PRIMARYKEY on zgenericasset.z_ent = Z_PRIMARYKEY.z_ent

Loading…
Cancel
Save