<?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 GKPI side by side on the web/Stored Prcoes in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/255476#M57069</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to put three KPIs created by Proc GPKI - but I want them placed side-by-side. I can get the desired result when I&lt;/P&gt;&lt;P&gt;out it to a ods html destination, but how does I force it to be display on the web when the users run the Stored Proces? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************************************************************;&lt;/P&gt;&lt;P&gt;Here is some&amp;nbsp; of my code:&lt;/P&gt;&lt;P&gt;%let panelcolumns = 3;&lt;BR /&gt;%let panelborder = 1;&lt;BR /&gt;%let embedded_titles = no;&lt;/P&gt;&lt;P&gt;goptions reset=all device=javaimg xpixels=440 ypixels=150 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename odsout "c:\temp" ;&lt;BR /&gt;&lt;BR /&gt;title1 'Using PROC GKPI with the HTMLPANEL Tagset';&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.htmlpanel&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path = odsout&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; body = "paneltest.html" (title="HTMLPANEL Test")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nogtitle&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nogfootnote&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style=minimal;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods tagsets.htmlpanel event=panel(start);&lt;/P&gt;&lt;P&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100o. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp;&amp;nbsp; label="100% Mål KKK" ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100p. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp; label="100% Mål YYY";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100p. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp; label="100% XXXX";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods tagsets.htmlpanel event=panel(finish);&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 09:34:18 GMT</pubDate>
    <dc:creator>ANLYNG</dc:creator>
    <dc:date>2016-03-09T09:34:18Z</dc:date>
    <item>
      <title>GKPI side by side on the web/Stored Prcoes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/255476#M57069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to put three KPIs created by Proc GPKI - but I want them placed side-by-side. I can get the desired result when I&lt;/P&gt;&lt;P&gt;out it to a ods html destination, but how does I force it to be display on the web when the users run the Stored Proces? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************************************************************;&lt;/P&gt;&lt;P&gt;Here is some&amp;nbsp; of my code:&lt;/P&gt;&lt;P&gt;%let panelcolumns = 3;&lt;BR /&gt;%let panelborder = 1;&lt;BR /&gt;%let embedded_titles = no;&lt;/P&gt;&lt;P&gt;goptions reset=all device=javaimg xpixels=440 ypixels=150 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename odsout "c:\temp" ;&lt;BR /&gt;&lt;BR /&gt;title1 'Using PROC GKPI with the HTMLPANEL Tagset';&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.htmlpanel&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path = odsout&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; body = "paneltest.html" (title="HTMLPANEL Test")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nogtitle&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nogfootnote&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style=minimal;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods tagsets.htmlpanel event=panel(start);&lt;/P&gt;&lt;P&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100o. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp;&amp;nbsp; label="100% Mål KKK" ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100p. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp; label="100% Mål YYY";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gkpi mode=raised;&lt;BR /&gt;&amp;nbsp;trafficlight actual=&amp;amp;maal100p. bounds=(100 97 85 0) /colors=(green yellow red)&amp;nbsp; noavalue&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)&amp;nbsp; label="100% XXXX";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods tagsets.htmlpanel event=panel(finish);&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/255476#M57069</guid>
      <dc:creator>ANLYNG</dc:creator>
      <dc:date>2016-03-09T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: GKPI side by side on the web/Stored Prcoes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/255773#M57096</link>
      <description>&lt;P&gt;You can use the &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p06ji2uhvayhq5n1eik2z2rf2ga8.htm" target="_blank"&gt;ODS LAYOUT feature&lt;/A&gt; for HTML based output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this code sample, it will create three KPI's side by side&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods layout gridded COLUMNS=3  
  width=50pct 
; 
ods region; 
proc gkpi mode=raised; 
  trafficlight actual=100 bounds=(100 97 85 0) / 
    colors=(green yellow red)  noavalue 
    lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)   label="100% Mål KKK" 
; 
run; 
ods region; 
proc gkpi mode=raised; 
  trafficlight actual=96 bounds=(100 97 85 0) / 
    colors=(green yellow red)  noavalue 
    lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)   label="100% Mål KKK" 
; 
run; 
ods region; 
proc gkpi mode=raised; 
  trafficlight actual=75 bounds=(100 97 85 0) / 
    colors=(green yellow red)  noavalue 
    lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)   label="100% Mål KKK" 
; 
run; 
ods layout end;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 13:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/255773#M57096</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-03-10T13:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: GKPI side by side on the web/Stored Prcoes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/256236#M57122</link>
      <description>&lt;P&gt;Awsiome!!! thanks a lot for your help. &amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p06ji2uhvayhq5n1eik2z2rf2ga8.htm" target="_blank" rel="nofollow"&gt;ODS LAYOUT feature&lt;/A&gt;&amp;nbsp;is a great new feature in SAS...It looks perfect.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 22:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/256236#M57122</guid>
      <dc:creator>ANLYNG</dc:creator>
      <dc:date>2016-03-11T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: GKPI side by side on the web/Stored Prcoes</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/256535#M57150</link>
      <description>&lt;P&gt;For other readers, a picture is worth a thousand words. &amp;nbsp;Here's the output of the code from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller﻿&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2305i8AC8D166F978F500/image-size/large?v=mpbl-1&amp;amp;px=-1" border="0" alt="tl.jpg" title="tl.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:10:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GKPI-side-by-side-on-the-web-Stored-Prcoes/m-p/256535#M57150</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-14T12:10:36Z</dc:date>
    </item>
  </channel>
</rss>

