Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Running WFA 3.1P1
I need help with a possible syntax issue. If there are existing canned workflows I can reference that would be good as well.
I created a Table User Input from the variable name of "Volumes" with 4 columns. The first three Columns need to be SQL queries.
Columns:
- Cluster - SQL Query
- SVM - SQL Query
- Volume - SQL Query
- LUN Count to Add - Number
From the SVM SQL Query, I'm trying to find the syntax on how to call the Cluster Variable in the table. Any Suggestions? Below is the query I'm running from the SVM column.
select vserver.name from cm_storage.vserver join cm_storage.cluster on cluster.id = vserver.cluster_id where cluster.name = '${Volumes:Cluster}'
Maybe this is something that is not available.
Solved! See The Solution
1 ACCEPTED SOLUTION
coreywanless has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Corey,
You may want to look at this link: http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/User-Inputs-Query-to-populate-table-predefined-choices/m-p/113285
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
2 REPLIES 2
coreywanless has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Corey,
You may want to look at this link: http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/User-Inputs-Query-to-populate-table-predefined-choices/m-p/113285
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yep, that was it. Thanks!
