You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to filter a variable based on another variable value, how do I do so?
Example:
There is two ObjectVar(), both are devices.
device = ObjectVar(...)
device2 = ObjectVar(...)
My first device name is thisismyname.
My second device name is thisismynamethatsolong.
After user selected device ObjectVar(), thisismyname. I want to filter device2 (thisismynamethatsolong) ObjectVar which included the first device name (thisismyname). How do I do that?
There is name__ic api filter, but how I get device value?
I know there is $device, but it is only the id.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to filter a variable based on another variable value, how do I do so?
Example:
There is two ObjectVar(), both are devices.
device = ObjectVar(...)
device2 = ObjectVar(...)
My first device name is thisismyname.
My second device name is thisismynamethatsolong.
After user selected device ObjectVar(), thisismyname. I want to filter device2 (thisismynamethatsolong) ObjectVar which included the first device name (thisismyname). How do I do that?
There is name__ic api filter, but how I get device value?
I know there is $device, but it is only the id.
Beta Was this translation helpful? Give feedback.
All reactions