select * from orders
where CustomerID = 'Niels\&GGron &GGronn "&nn \&iivan" '
and CustomerID = "Niels\&Gron \&Gronn " + \&n + " \&ivan"
"nn" is identified as a parameter, and it should not.
This is for the &t condition inside a filename which is appears inside the parameters popup. See new screenshot attached.
select * from Orders
where Region='\&Region'
go
.saveResults 'Format=Excel,
Source=Grid,
File="/Users/tariq/Desktop/\&Region_ &t.xls",
Overwrite=true,
IncludeChart=false,
IncludeHeader=true,
IncludeNullText=false,
IncludeRowCount=false,
IncludeSQL=false,
AlternateRow=false,
AlternateRowBackground=#e8e8ff,
AlternateRowForeground=#000000'
Verified in 14.0.8-9. Both the items #1 and #2 are fixed. But will have to perform regression tests of all items
Verified in 14.0.8-9. Both the items #1 and #2 are fixed. But will have to perform regression tests of all items
Issue #11688 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.8-9 |
No time estimate |
This is for the &t condition inside a filename which is appears inside the parameters popup. See new screenshot attached.
select * from Orders
where Region='\&Region'
go
.saveResults 'Format=Excel,
Source=Grid,
File="/Users/tariq/Desktop/\&Region_ &t.xls",
Overwrite=true,
IncludeChart=false,
IncludeHeader=true,
IncludeNullText=false,
IncludeRowCount=false,
IncludeSQL=false,
AlternateRow=false,
AlternateRowBackground=#e8e8ff,
AlternateRowForeground=#000000'