Hi Experts,
I have a problem in B1 query.
For example my query is as follow
-
Select 1.001
-
B1 query will show
1 : align by right
The problem is that the value is not 1.001
If I change the query
-
Select '1.001'
-
B1 query will show
1.001 : align by left
The value is ok, but the alignment is left. How to let the value align by right?
Glen