I’m using a power chart, and I want to set a tag browser start path based on the area the user is in.
I have two tag history database, TagHistoryPrimary
and TagHistorySecondary
. If I use either of these, I can pass the relevant path in to the tagBrowserStartPath
property, and it works as expected.
However I also have a tag history splitter, called Tag History
. When I try to point the power chart to this one, it doesn’t work, it just shows no results in the tag browser.
I suspect that the issue is the space in the provider name, but I’d really prefer to avoid changing that as there would be a lot of work involved in reconfiguring all the tags that use it.
Is there any way around this issue? I’ve tried enclosing the provider name in single and double quotes, and neither of them worked.