<?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: Need help creating a dynamic list of html links to reports in a particular folder. in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419251#M8915</link>
    <description>&lt;P&gt;I suggest to use a Stored Process.&lt;/P&gt;
&lt;P&gt;You can use the %MDSECDS() macro to get a list of all the reports like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mdsecds(
  folder="/Shared Data"
  , includesubfolders=YES
  ,membertypes="Report.BI"
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You then get a data set WORK.MDSECDS_OBJS with all the objects. with this you can build the link to call your report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the Stored Process will take the permission of the individual user into account.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 17:08:39 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2017-12-07T17:08:39Z</dc:date>
    <item>
      <title>Need help creating a dynamic list of html links to reports in a particular folder.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419204#M8914</link>
      <description>&lt;P&gt;In SAS Visual Analytics, I have a folder that contains 12+ reports that are all related.&amp;nbsp; On each of these reports, I would like to create a tab that provides the user with a listing of the other reports in this folder (with HTML links).&amp;nbsp; Has anyone done this?&amp;nbsp; Or, does anyone have any ideas on how this could be done?&amp;nbsp; I would like for this list to be dynamic (reading from the system) as new reports may be added in the future...and I don't want to have to update every single report.&amp;nbsp; Obviously, one way to accomplish this would be to build a dataset and manually maintain the information in the dataset and read that into SAS VA report.&amp;nbsp; However, I would like for this to be automated for my developers (and myself as I will be promoting any new reports from dev to prod).&amp;nbsp; So, maybe something like a stored process or scheduled job that pulls the data from the system...but, how would I pull this info?&amp;nbsp; Any ideas would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419204#M8914</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2017-12-07T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help creating a dynamic list of html links to reports in a particular folder.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419251#M8915</link>
      <description>&lt;P&gt;I suggest to use a Stored Process.&lt;/P&gt;
&lt;P&gt;You can use the %MDSECDS() macro to get a list of all the reports like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mdsecds(
  folder="/Shared Data"
  , includesubfolders=YES
  ,membertypes="Report.BI"
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You then get a data set WORK.MDSECDS_OBJS with all the objects. with this you can build the link to call your report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the Stored Process will take the permission of the individual user into account.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419251#M8915</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-07T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help creating a dynamic list of html links to reports in a particular folder.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419692#M8933</link>
      <description>&lt;P&gt;Thank you for the info.&amp;nbsp; I think that I will be able to work with this to come up with a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 20:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Need-help-creating-a-dynamic-list-of-html-links-to-reports-in-a/m-p/419692#M8933</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2017-12-08T20:15:01Z</dc:date>
    </item>
  </channel>
</rss>

