10-06-2015 12:39 AM - edited 03-14-2019 03:16 PM
I want to build a function that outputs a particular PQ LoggedOn value but I won't to be able to pass the name of the PQ via a variable.
I have tired with below custom function. But still no luck.
concatenate("PQ.",%1%,".LoggedOn") > 0
this function always return false
Is there any other way to achieve PQ LoggedOn by passing PQ Name via variable.
Thanks in advance.
Solved! Go to Solution.
10-06-2015 11:34 AM
I believe I tried this two years ago when PQs first were released and you're not able to dynamically do this. Hoping this happens soon as it's a useful feature.
david
10-06-2015 11:34 AM
I believe I tried this two years ago when PQs first were released and you're not able to dynamically do this. Hoping this happens soon as it's a useful feature.
david
12-07-2015 03:03 PM
v 10.5. Try this:
PQ.{Call.PeripheralVariable3}.LoggedOn>0
In this case I have PQID in PV3
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide