Icon View Incident Report

Serious Serious
Reported By: Roy Lambert [NLH Associates]
Reported On: 7/7/2019
For: Version 2.31 Build 7
# 4755 Executing a SELECT Statement Multiple Times with Different Sensitivity Requests Causes Filter Error

Using the sql below and with Request Sensitive Result Set as false I get an error

ElevateDB Error #1001 A filter error occurred (Filter not found)

the query is fine if I ask for a sensitive result set or get rid of the UNION

SELECT _ID AS Asset, _Item AS Item, _Location AS Location, _Book AS "Book Value" FROM Assets WHERE _Disposed IS NULL
UNION 
SELECT CAST(NULL AS integer),CAST(null AS VARCHAR),'TOTAL BOOK VALUE',SUM(_Book) FROM Assets



Comments Comments
The issue was re-executing the SELECT statement multiple times with different settings for the result set sensitivity (sensitive or not sensitive).


Resolution Resolution
Fixed Problem on 11/26/2019 in version 2.31 build 10


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image