mirror of
https://github.com/kacos2000/Queries
synced 2024-11-16 06:12:50 +00:00
IOS 11
This commit is contained in:
parent
79d550c410
commit
853bb4b72a
@ -133,13 +133,12 @@ case ZMOMENTLIST.ZREVERSELOCATIONDATAISVALID
|
||||
when 0 then 'No'
|
||||
when 1 then 'Yes'
|
||||
end as 'LocationValid',
|
||||
ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)'
|
||||
ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)',
|
||||
|
||||
-- case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3
|
||||
-- when 0 then 'No'
|
||||
-- when 1 then 'Yes'
|
||||
-- end as 'ShiftedLocationValid'
|
||||
|
||||
case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3
|
||||
when 0 then 'No'
|
||||
when 1 then 'Yes'
|
||||
end as 'ShiftedLocationValid'
|
||||
|
||||
from zgenericasset
|
||||
join Z_PRIMARYKEY on zgenericasset.z_ent = Z_PRIMARYKEY.z_ent
|
||||
|
Loading…
Reference in New Issue
Block a user