Refactoring + Panning in Workspace
This commit is contained in:
@@ -299,7 +299,7 @@ var
|
||||
begin
|
||||
// Get the string representation of the series identifier by visiting the node.
|
||||
seriesStr := Node.Series.Accept(Self).ToString;
|
||||
Result := TAstValue.FromText(Format('length(%s)', [seriesStr]));
|
||||
Result := Format('length(%s)', [seriesStr]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user