<?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 Display tooltip for custom macros outside of active program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667681#M199996</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am part of a research-group where we look at data from a specific patient-group. Often we have to calculate scores, measures etc based on the same type raw-data. Therefore macros are essential to us and we use them frequently. But it could be made a lot easier:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you invoke a function/macro that is defined by SAS-itself, you get a tooltip/help box. If you define a custom macro, in that same program, you will get a tooltip as well:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="tooltip.jpg" style="width: 328px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46993i486B6FA94DCF0808/image-size/large?v=v2&amp;amp;px=999" role="button" title="tooltip.jpg" alt="tooltip.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But this doesn't happen if you load the macros with the %include-function (which we often do).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to make this help-text/tooltip visible to make input easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2020 11:41:45 GMT</pubDate>
    <dc:creator>Malthe</dc:creator>
    <dc:date>2020-07-08T11:41:45Z</dc:date>
    <item>
      <title>Display tooltip for custom macros outside of active program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667681#M199996</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am part of a research-group where we look at data from a specific patient-group. Often we have to calculate scores, measures etc based on the same type raw-data. Therefore macros are essential to us and we use them frequently. But it could be made a lot easier:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you invoke a function/macro that is defined by SAS-itself, you get a tooltip/help box. If you define a custom macro, in that same program, you will get a tooltip as well:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="tooltip.jpg" style="width: 328px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46993i486B6FA94DCF0808/image-size/large?v=v2&amp;amp;px=999" role="button" title="tooltip.jpg" alt="tooltip.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But this doesn't happen if you load the macros with the %include-function (which we often do).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to make this help-text/tooltip visible to make input easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 11:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667681#M199996</guid>
      <dc:creator>Malthe</dc:creator>
      <dc:date>2020-07-08T11:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display tooltip for custom macros outside of active program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667971#M200139</link>
      <description>&lt;P&gt;I'm afraid you can't; the editor can only "see" what it has in the editing buffer, or what it "knows" from prior knowledge (about the predefined macros). Since all it "sees" is the %include statement, it does not know what's in the file; it is as if you used a call to a macro that does not yet exist, but which you plan to write later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 07:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667971#M200139</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-09T07:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display tooltip for custom macros outside of active program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667981#M200143</link>
      <description>&lt;P&gt;I am not familiar with the tooltip function, but you could try submitting the %INCLUDE statements that define the macros, so that SAS knows them. Or perhaps move the macros to an autocall (SASAUTOS) folder, instead of using %INCLUDE.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 08:15:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667981#M200143</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2020-07-09T08:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display tooltip for custom macros outside of active program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667992#M200148</link>
      <description>&lt;P&gt;It is interesting that tooltips appear for SAS-issued macros. If you get no answer here, ask tech support what mechanism is used for this to happen. Maybe you can leverage that mechanism.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 09:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/667992#M200148</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-09T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display tooltip for custom macros outside of active program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/673051#M202388</link>
      <description>&lt;P&gt;Thanks for all your answers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hoped for a simple solution other than running the macro in each program-instance. The SAS-autocall might be a solution, but seems a bit too technical for me to grapple with at the moment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 07:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Display-tooltip-for-custom-macros-outside-of-active-program/m-p/673051#M202388</guid>
      <dc:creator>Malthe</dc:creator>
      <dc:date>2020-07-29T07:57:16Z</dc:date>
    </item>
  </channel>
</rss>

