Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi! Beginning with QV 11.20 SR 16 and upper application confuses fields and data during calculations.
1. Open the application
2. Reload document
3. = Bug (See 1 screnshot in attachment) <- Field 1 = Field 2 & '|' & Field 3
4. Do not close document and reload again (See 2 screnshot in attachment) = all good!
Bug actual for desktop (QV) and server (QVB) load
tmp:
NoConcatenate
LOAD * Inline [
x,y,z
];
Concatenate(tmp)
LOAD
RowNo() as x
,RowNo()*-1 as y
,RowNo() as z
AutoGenerate(100000);
DATA:
NoConcatenate
LOAD
x & '|' & y as KEY,
x,
y,
fabs(z) as z
Resident tmp;
drop Table tmp;
First load after open document
Second load after open document
Good afternoon, this is very sad news. It is rather strange that such a decision was made because after the appearance of the error, patches for the objectively not working version with various other corrections are issued annually.