<?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: Appvolumes and PowerBi in App Volumes</title>
    <link>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941865#M9076</link>
    <description>&lt;P&gt;I'm especially stayed aware of the article and I will get many benefits from it. Subsequently, thank you for sharing it.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5593593"&gt;@djbradp1&lt;/a&gt;&lt;A href="https://www.baycarepatientportal.net/" target="_self"&gt;myBayCare&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P&gt;Does anyone know which table contains the list of users to appstack assignments? (same list that shows under the 'appstack assignments' section under directory&amp;gt;users in the GUI)&lt;/P&gt;&lt;P&gt;I am building a view that shows list of licensed applications with costs per user in PowerBI by joining data between these tables using SQL.&lt;/P&gt;&lt;P&gt;List of appstacks: dbo.snapvols&lt;/P&gt;&lt;P&gt;List of applications: dbo.snapvol_apps&lt;/P&gt;&lt;P&gt;List of users: dbo.users&lt;/P&gt;&lt;P&gt;List of Licensed Applications with costs: Manually created table&lt;/P&gt;&lt;P&gt;The table (snapvol_app_assignments) I would expect this to be in is empty.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Dec 2022 04:42:40 GMT</pubDate>
    <dc:creator>Lovetta65</dc:creator>
    <dc:date>2022-12-03T04:42:40Z</dc:date>
    <item>
      <title>Appvolumes and PowerBi</title>
      <link>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941745#M9073</link>
      <description>&lt;P&gt;Does anyone know which table contains the list of users to appstack assignments? (same list that shows under the 'appstack assignments' section under directory&amp;gt;users in the GUI)&lt;/P&gt;&lt;P&gt;I am building a view that shows list of licensed applications with costs per user in PowerBI by joining data between these tables using SQL.&lt;/P&gt;&lt;P&gt;List of appstacks: dbo.snapvols&lt;/P&gt;&lt;P&gt;List of applications: dbo.snapvol_apps&lt;/P&gt;&lt;P&gt;List of users: dbo.users&lt;/P&gt;&lt;P&gt;List of Licensed Applications with costs: Manually created table&lt;/P&gt;&lt;P&gt;The table (snapvol_app_assignments) I would expect this to be in is empty.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 15:22:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941745#M9073</guid>
      <dc:creator>djbradp1</dc:creator>
      <dc:date>2022-12-01T15:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Appvolumes and PowerBi</title>
      <link>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941825#M9075</link>
      <description>&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;I took a look at my APPvolume test DB and I think it looks like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the table &lt;STRONG&gt;dbo.app_assignment_entities &lt;/STRONG&gt;I find the mapping:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;user (target_id) --&amp;gt; assigning the application (app_assignment_id)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabio1975_0-1669933726367.png" style="width: 999px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/98670i1E0794A2D99F29E1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="fabio1975_0-1669933726367.png" alt="fabio1975_0-1669933726367.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;As you noticed in the &lt;STRONG&gt;dbo.users&lt;/STRONG&gt; table I find my users, so from that table I associate the target_id (ID column of the table) to my user:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabio1975_1-1669933726374.png" style="width: 999px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/98672i3C1A8B29BED6B181/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="fabio1975_1-1669933726374.png" alt="fabio1975_1-1669933726374.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;while in the &lt;STRONG&gt;dbo.app_assignments&lt;/STRONG&gt; table I translate the application assignment id (app_assignment_id, in this table it is l’id, found in the dbo.app_assignment_entities table) into the actual application id (app_product_id)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabio1975_4-1669933775420.png" style="width: 999px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/98674i8CA3496BBC1D74FF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="fabio1975_4-1669933775420.png" alt="fabio1975_4-1669933775420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I translate the defined ID of the application (app_product_id) to the name of the application in Table &lt;STRONG&gt;dbo_app_products&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabio1975_6-1669933821402.png" style="width: 999px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/98676iC26295A7E7CE208B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="fabio1975_6-1669933821402.png" alt="fabio1975_6-1669933821402.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I give a practical example my user "Piccoli Brividi" has 3 applications associated so:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the table dbo.app_assignment_entities I find in column target_id three times the value 2&lt;/LI&gt;&lt;LI&gt;in the dbo.users table I find that id 2 corresponds to "Piccoli Brividi"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;at this point we translate the application, "Piccoli Brividi" has the apps_Assignment_id 9,15 and 16&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the dbo.app_assignments table I find that ID 9 is associated with app_product_id 5, 15 7 and 16 2&lt;/LI&gt;&lt;LI&gt;I go to the table dba_approducts and find out the name of the applications associated with my user "Piccoli Brividi"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;App_product_id (id) 5 --&amp;gt; FoxitWin11&lt;/P&gt;&lt;P&gt;App_product_id (id) 7 --&amp;gt; IBM personal communication&lt;/P&gt;&lt;P&gt;App_product_id (id) 2 --&amp;gt; notepad++&lt;/P&gt;&lt;P&gt;and I correspond to what I see from GUI.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 22:34:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941825#M9075</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2022-12-01T22:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Appvolumes and PowerBi</title>
      <link>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941865#M9076</link>
      <description>&lt;P&gt;I'm especially stayed aware of the article and I will get many benefits from it. Subsequently, thank you for sharing it.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5593593"&gt;@djbradp1&lt;/a&gt;&lt;A href="https://www.baycarepatientportal.net/" target="_self"&gt;myBayCare&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P&gt;Does anyone know which table contains the list of users to appstack assignments? (same list that shows under the 'appstack assignments' section under directory&amp;gt;users in the GUI)&lt;/P&gt;&lt;P&gt;I am building a view that shows list of licensed applications with costs per user in PowerBI by joining data between these tables using SQL.&lt;/P&gt;&lt;P&gt;List of appstacks: dbo.snapvols&lt;/P&gt;&lt;P&gt;List of applications: dbo.snapvol_apps&lt;/P&gt;&lt;P&gt;List of users: dbo.users&lt;/P&gt;&lt;P&gt;List of Licensed Applications with costs: Manually created table&lt;/P&gt;&lt;P&gt;The table (snapvol_app_assignments) I would expect this to be in is empty.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 04:42:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941865#M9076</guid>
      <dc:creator>Lovetta65</dc:creator>
      <dc:date>2022-12-03T04:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appvolumes and PowerBi</title>
      <link>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941869#M9077</link>
      <description>&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;I saw that in my answer post not all images are displayed...here a link with the same answer and images:&lt;/P&gt;&lt;P&gt;&lt;A href="https://vmvirtual.blog/2022/12/02/appvolume-db-how-to-see-user-application-association/" target="_blank" rel="noopener"&gt;AppVolume DB – How to see User – Application association – BIOLNX (vmvirtual.blog)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:21:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/App-Volumes/Appvolumes-and-PowerBi/m-p/2941869#M9077</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2022-12-02T09:21:47Z</dc:date>
    </item>
  </channel>
</rss>

