<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: List Aggregate with size deatils in workflow in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35292#M7188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since Kevin provided the Clustered ONTAP version, here is a 7 mode.&amp;nbsp; Note that I require the source frame to be entered and I remove anything around root aggregates named aggr0 or vol0 and any aggregate with the "backup" in the name.&amp;nbsp; This ensures that I only see aggregates specific to one frame.&amp;nbsp; Removing my WHERE clause would open it up to any aggregate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;SELECT DISTINCT&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.name,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND(aggregate.available_size_mb /1024/1024,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS 'Available TB',&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND (( aggregate.used_size_mb/aggregate.total_size_mb)*100,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS '% Used'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;JOIN&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array AS array&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON array.id = aggregate.array_id&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;WHERE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.name = '${src_array}'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'aggr0%'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'vol0'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'backup%'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;ORDER BY&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 11.0pt;"&gt;aggregate.name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 11.0pt;"&gt;- Scott&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 18:37:28 GMT</pubDate>
    <dc:creator>cscott</dc:creator>
    <dc:date>2014-03-31T18:37:28Z</dc:date>
    <item>
      <title>List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35284#M7185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one share the sql query to list the all aggregate with size details ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am creating a new NFS volume through workflow i would like to find the aggregate in the drop down list with size details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:39:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35284#M7185</guid>
      <dc:creator>SURESH_SENNIAPPAN</dc:creator>
      <dc:date>2025-06-05T05:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35288#M7186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You didn't specify the mode, so I'll assume you're working with Clustered Data ONTAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of User Input SQL that might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCAT(node.name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ':',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.name) AS 'Aggregate',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.size_mb AS 'Total Size (MB)',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.available_size_mb AS 'Available Size (MB)',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNT(volume.id ) AS 'Volume Count'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cm_storage.aggregate aggregate&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cm_storage.volume volume&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON volume.aggregate_id = aggregate.id&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cm_storage.node node&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON aggregate.node_id = node.id&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cm_storage.cluster cluster&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON node.cluster_id = cluster.id&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cluster.name = '${ClusterName}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name NOT LIKE '%aggr0%'&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.id&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.name ASC LIMIT 1000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that we include the Cluster Node as part of the aggregate display name... totally up to you if you want to do it this way, include the Node as a separatecolumn... elect to not show it at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 15:16:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35288#M7186</guid>
      <dc:creator>hill</dc:creator>
      <dc:date>2014-03-31T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35292#M7188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since Kevin provided the Clustered ONTAP version, here is a 7 mode.&amp;nbsp; Note that I require the source frame to be entered and I remove anything around root aggregates named aggr0 or vol0 and any aggregate with the "backup" in the name.&amp;nbsp; This ensures that I only see aggregates specific to one frame.&amp;nbsp; Removing my WHERE clause would open it up to any aggregate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;SELECT DISTINCT&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggregate.name,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND(aggregate.available_size_mb /1024/1024,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS 'Available TB',&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND (( aggregate.used_size_mb/aggregate.total_size_mb)*100,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS '% Used'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;JOIN&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array AS array&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON array.id = aggregate.array_id&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;WHERE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.name = '${src_array}'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'aggr0%'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'vol0'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggregate.name not like 'backup%'&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;ORDER BY&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 11.0pt;"&gt;aggregate.name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 11.0pt;"&gt;- Scott&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:37:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35292#M7188</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2014-03-31T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35297#M7190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great stuff as always Scott!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 23:03:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35297#M7190</guid>
      <dc:creator>hill</dc:creator>
      <dc:date>2014-03-31T23:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35301#M7191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your effort scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m running with 7 mode and workflow version 2.2.0.2.4RC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above query giving me a empty list. but when i am using below query it is listing aggregates but not size details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate AS aggr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array AS array&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.array_id = array.id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.ip = '${ArrayIP}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR array.name = '${ArrayIP}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i add aggregate.available_size_mb,aggregate , used_size_mb in the SELECT column also it's not giving me anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 01:36:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35301#M7191</guid>
      <dc:creator>SURESH_SENNIAPPAN</dc:creator>
      <dc:date>2014-04-01T01:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35305#M7193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the create volume command, you enter the aggregate to use, I have mine set to "Automatically searched", with filter/finder set to "Filter aggregates by name in array".&amp;nbsp; The parameters I use are &lt;STRONG&gt;&lt;EM&gt;Array IP or Name*: $src_array&lt;/EM&gt;&lt;/STRONG&gt; and &lt;EM&gt;Aggregate Name *: $src_aggr&lt;/EM&gt;.&amp;nbsp; This is where the &lt;EM&gt;&lt;STRONG&gt;'${src_array}'&lt;/STRONG&gt;&lt;/EM&gt; in my WHERE clause comes from, it is simply the syntax change for the SQL query on the same variable.&amp;nbsp; So whatever variable you are using in the &lt;STRONG&gt;&lt;EM&gt;Array IP or Name*: &lt;/EM&gt;&lt;/STRONG&gt;field is what you would use to filter the aggregates by the selected array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Now I am running WFA 2.1, but I would expect this would remain the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt; - Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 02:35:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35305#M7193</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2014-04-01T02:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35308#M7194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Scott you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable is fine. but i would like to list the same aggregates with size details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i using aggregate.available_size_mb,aggregate , used_size_mb in the SELECT column also it's not giving me anything .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 02:49:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35308#M7194</guid>
      <dc:creator>SURESH_SENNIAPPAN</dc:creator>
      <dc:date>2014-04-01T02:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Aggregate with size deatils in workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35313#M7196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies Suresh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I completely misread the issue.&amp;nbsp; The one thing to note is that you are using aggr defined as an alias(&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;storage.aggregate AS aggr.&lt;/SPAN&gt;) I have seen where mixing alias and explicit names caused me some issues, and I had to stick with the same all the way through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does using this solve the issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND(aggr.available_size_mb /1024/1024,&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS 'Available TB',&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROUND (( aggr.used_size_mb/aggr.total_size_mb)*100,&lt;/P&gt;&lt;P style="font-size: 11pt; font-family: Calibri; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) AS '% Used'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 12:35:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/List-Aggregate-with-size-deatils-in-workflow/m-p/35313#M7196</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2014-04-01T12:35:54Z</dc:date>
    </item>
  </channel>
</rss>

