Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Solved! See The Solution
@ Or is there any other way to set a value with a query and use it like a user input?
-----
You can make use of the Posh cmdlet Invoke-MySqlQuery or Perl method invokeMysqlQuery in your command code to run a query and get the result in your command itself. Now use it. No need to declare it as a parameter.
@
Thank you.
That is not exactly what I meant. I don't want any user input fields for the given fields. The value of the fields should be selected using the query. The user should not see anything of this values.
Or is there any other way to set a value with a query and use it like a user input?
Best regards
berhei
@ Or is there any other way to set a value with a query and use it like a user input?
-----
You can make use of the Posh cmdlet Invoke-MySqlQuery or Perl method invokeMysqlQuery in your command code to run a query and get the result in your command itself. Now use it. No need to declare it as a parameter.
Hi!
You can also put the inputs you want to hide in a different group.
Then you dont expand that group and they wont see them.