Hi,
I have lots of column names that contain underscores. I tried to use those tests in a combo test with very odd results. I have not seen anything in the documentation about underscores being an illegal character. Is that the case ?
Example:
combo.cfg
servers.d2d_us = (server1.d2d_us || server2.d2d_us)
that generates this on the status page.
(server1.d2d_us||server2.d2d_us) = (1_0||1_0) = -1
[clear] server1.d2d
[clear] us
[clear] server2.d2d
[clear] us
Errors occurred during evaluation:
compute((1_0||1_0)) returned error 4
compute((1_0||1_0)) returned error 4
Any help would be appreciated. Thanks
--
Dan