Hello, help me get "the bar" of the indicator next to the percentage of memory, as shown in this photo and show the percentage

but with the following query I get the following:
SELECT
n.Caption,
n.NodeiD,
n.PercentMemoryUsed,
n.CPULoad,
'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Caption]
FROM Orion.Nodes n
WHERE (NodeID < 10)
