Happy New Year! I have a Datalinq question for whoever is kind enough to help.
SHORT VERSION
When using multiple Datalinq sources, can I use Visual Logic or scripting to point a string of characters that with a back slash " / " to one source, while all other strings of characters not beginning with a back slash "/" point to other sources?
LONG VERSION WITH EXPLANATION
We recently upgraded from 7.0 to v9.0. We use data to retrieve stock values for numerous companies throughout the day (some days over 200 different companies).
Each company has its own unique symbol (ex. Company Symbol #1 = XYZ)
With v7.0, each symbol had its own URL
(ex. symbol XYZ retrieved data from the URL https://www.DATA_URL_EXAMPLE.com/rss?s=XYZ)
While still using an RSS/HTTP Datalinq Source, all of the symbols are now in one data stream.
Now company XYZ, ABC and QRS etc. all get data from one URL ex.https://www.DATA_URL_EXAMPLE.com/rss?s=%table%)
When setting up the Datalinq, it was suggested (due to the large number of symbols used each day) that we have 5 different Datalinq sources to spread out the demand for some of our full screen pages that can have 15-20 different data points.
Some of the symbols we use have extensions that change every month or so. These symbols always begin with a back slash " / " (ex. - /XYZ123 will change to /XYZ456) When this happens, I have to update the change on all 5 Datalinq sources.
So finally, my question is: Is there a way (through Visual Logic perhaps) to point a symbol that begins with
a back slash " / " to a specific Datalinq source? (ex. - by typing the / first, it will automatically point that symbol to Datalinq source #5). This would allow me to only have to update one of the five Datalinq sources for the symbols that change.
Thank you in advance for any help on this matter and for the patience of reading this lengthy question.