<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://52.173.207.40/wiki/index.php?action=history&amp;feed=atom&amp;title=Keystone_FX</id>
	<title>Keystone FX - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://52.173.207.40/wiki/index.php?action=history&amp;feed=atom&amp;title=Keystone_FX"/>
	<link rel="alternate" type="text/html" href="http://52.173.207.40/wiki/index.php?title=Keystone_FX&amp;action=history"/>
	<updated>2026-04-24T21:20:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://52.173.207.40/wiki/index.php?title=Keystone_FX&amp;diff=341&amp;oldid=prev</id>
		<title>User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://52.173.207.40/wiki/index.php?title=Keystone_FX&amp;diff=341&amp;oldid=prev"/>
		<updated>2020-01-08T13:00:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 13:00, 8 January 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>User</name></author>
		
	</entry>
	<entry>
		<id>http://52.173.207.40/wiki/index.php?title=Keystone_FX&amp;diff=340&amp;oldid=prev</id>
		<title>en&gt;Chanson: /* Date Presentation */</title>
		<link rel="alternate" type="text/html" href="http://52.173.207.40/wiki/index.php?title=Keystone_FX&amp;diff=340&amp;oldid=prev"/>
		<updated>2019-05-08T17:46:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Date Presentation&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Formulas==&lt;br /&gt;
&lt;br /&gt;
===Date Presentation===&lt;br /&gt;
:'''This Year''':&amp;lt;code&amp;gt;=ThisYr&amp;lt;/code&amp;gt;  &amp;quot;2019&amp;quot;&lt;br /&gt;
:'''This Month''':&amp;lt;code&amp;gt;=ThisPer&amp;lt;/code&amp;gt;  &amp;quot;6&amp;quot;&lt;br /&gt;
:'''This Month Name''':&amp;lt;code&amp;gt;=VLOOKUP(ThisPer,TblPDQty[#Data],3,FALSE)&amp;lt;/code&amp;gt;  &amp;quot;June&amp;quot;&lt;br /&gt;
:'''This Month and Year''': &amp;lt;code&amp;gt;=VLOOKUP(ThisPer,TblPDQty[#Data],3,FALSE)&amp;amp;&amp;quot; &amp;quot;&amp;amp;ThisYr&amp;lt;/code&amp;gt;  Example: &amp;quot;June 2019&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===G/L Values===&lt;br /&gt;
Keystone FX returns G/L values using the SUMIFS formula.  SUMIFS sums up a specified value with as many filters as you need.  For G/L we extract data from the table &amp;quot;TblGLPDSUM&amp;quot; and filter by both periods and accounts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Common Formulas&lt;br /&gt;
:'''This Per Amt for a Core Account''': &amp;lt;code&amp;gt;=SUMIFS(TblGLPDSUM[PER_AMT],TblGLPDSUM[S1],&amp;quot;=&amp;quot;&amp;amp;$A10,TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr,TblGLPDSUM[PERIOD_NO],&amp;quot;=&amp;quot;&amp;amp;ThisPer)&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''YTD Amt for a Core Account''': &amp;lt;code&amp;gt;=SUMIFS(TblGLPDSUM[PER_AMT],TblGLPDSUM[S1],&amp;quot;=&amp;quot;&amp;amp;$A10,TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr,TblGLPDSUM[PERIOD_NO],&amp;quot;&amp;lt;=&amp;quot;&amp;amp;ThisPer)&amp;lt;/code&amp;gt; (Simply change the &amp;quot;=&amp;quot; to &amp;quot;&amp;lt;=&amp;quot; for the period filter)&lt;br /&gt;
:'''This Per Amt for a Group''': &amp;lt;code&amp;gt;=SUMIFS(TblGLPDSUM[PER_AMT],TblGLPDSUM[S1],&amp;quot;=&amp;quot;&amp;amp;$A10,TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr,TblGLPDSUM[PERIOD_NO],&amp;quot;=&amp;quot;&amp;amp;ThisPer)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Values===&lt;br /&gt;
:'''Period Amount:''' &amp;lt;code&amp;gt;TblGLPDSUM[PER_AMT]&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Budget Amount:''' &amp;lt;code&amp;gt;TblGLPDSUM[BUD_AMT]&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Year Begin Amount:''' &amp;lt;code&amp;gt;TblGLPDSUM[YR_BEG_AMT]&amp;lt;/code&amp;gt;  Requires the filter (TblGLPDSUM[PERIOD_NO],&amp;quot;=1&amp;quot;,TblGLPDSUM[PER_AMT],&amp;quot;=0&amp;quot;) or newer (TblGLPDSUM[PERIOD_NO],&amp;quot;=0&amp;quot;,TblGLPDSUM[PER_AMT],&amp;quot;=0&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Also Available but rarely used...&lt;br /&gt;
:'''Y-T-D Amount:''' &amp;lt;code&amp;gt;TblGLPDSUM[YTD_AMT]&amp;lt;/code&amp;gt; (Instead use &amp;quot;PER_AMT&amp;quot; with a &amp;lt;=ThisPer filter.)&lt;br /&gt;
:'''Y-T-D Budget:''' &amp;lt;code&amp;gt;TblGLPDSUM[YTD_BUD]&amp;lt;/code&amp;gt; (Instead use &amp;quot;BUD_AMT&amp;quot; with a &amp;lt;=ThisPer filter.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Account Selection====&lt;br /&gt;
Account Selection Filters are commonly combined.  For example on a plant income statement you'll likely combine a core account filter and a plant filter.&lt;br /&gt;
&lt;br /&gt;
These examples are based on these Assumptions:&lt;br /&gt;
:'''S1:''' Core Account, typically segment 1&lt;br /&gt;
:'''S2:''' Plant, typically segment 2&lt;br /&gt;
:'''S3:''' Division. typically segment 3&lt;br /&gt;
This can vary depending from system to system but the concept is still the same.&lt;br /&gt;
&lt;br /&gt;
Account Selection Filters:&lt;br /&gt;
:'''The Core Account:''' &amp;lt;CODE&amp;gt;TblGLPDSUM[S1],&amp;quot;=&amp;quot;&amp;amp;$A10&amp;lt;/CODE&amp;gt;&lt;br /&gt;
:'''Range of Core Accounts:'''&amp;lt;CODE&amp;gt;TblGLPDSUM[S1],&amp;quot;&amp;gt;=&amp;quot;&amp;amp;$A10,TblGLPDSUM[S1],&amp;quot;&amp;lt;=&amp;quot;&amp;amp;$B10&amp;lt;/CODE&amp;gt;&lt;br /&gt;
:'''Keystone GL Group:''' &amp;lt;CODE&amp;gt;TblGLPDSUM[GRP],&amp;quot;=&amp;quot;&amp;amp;$A10&amp;lt;/CODE&amp;gt;&lt;br /&gt;
:'''Specific Plant:'''&amp;lt;CODE&amp;gt;TblGLPDSUM[S2],&amp;quot;=&amp;quot;&amp;amp;PlantNo&amp;lt;/CODE&amp;gt;  (Here PlantNo is a named value, typically tied to the worksheet)&lt;br /&gt;
:'''A Single G/L Account:''' &amp;lt;CODE&amp;gt;TblGLPDSUM[GL_ACCOUNT],&amp;quot;=&amp;quot;&amp;amp;$A10&amp;lt;/CODE&amp;gt;  (Rarely Used - Normally combine Core Account and Plant Filter etc.)&lt;br /&gt;
:'''Divison:''' &amp;lt;CODE&amp;gt;TblGLPDSUM[S3],&amp;quot;=&amp;quot;&amp;amp;DivisionNo&amp;lt;/CODE&amp;gt;  (Here DivisionNo is a named value, typically tied to the worksheet)&lt;br /&gt;
&lt;br /&gt;
====Period Selection====&lt;br /&gt;
Period Selection relies heavily on the named values on the setup tab:&lt;br /&gt;
:'''ThisYr:''' The current reporting year&lt;br /&gt;
:'''ThisPer:''' Current Period&lt;br /&gt;
:'''LastYr:''' Last Year&lt;br /&gt;
:'''PerCapx12:''' Normally the same as ThisPer - Limits which periods display on a 12 month report.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Periods Filters:&lt;br /&gt;
:'''Current Period:''' &amp;lt;code&amp;gt;TblGLPDSUM[PERIOD_NO],&amp;quot;=&amp;quot;&amp;amp;ThisPer&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Current Year:''' &amp;lt;code&amp;gt;TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Last Year:''' &amp;lt;code&amp;gt;TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;LastYr&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The magic comes from combining filters...&lt;br /&gt;
:'''Current Period Last Year:''' &amp;lt;code&amp;gt;TblGLPDSUM[PERIOD_NO],&amp;quot;=&amp;quot;&amp;amp;ThisPer,TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;LastYr&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Year to Date This Year:''' &amp;lt;code&amp;gt;TblGLPDSUM[PERIOD_NO],&amp;quot;&amp;lt;=&amp;quot;&amp;amp;ThisPer,TblGLPDSUM[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Per Unit Sales===&lt;br /&gt;
Similar to returning g/l data, certain sales data can be returned in with a formula.  The common case for this is Cubic Yards of Concrete but FX can be customized to return other values as well.&lt;br /&gt;
&lt;br /&gt;
Common Formula:&lt;br /&gt;
:'''Qty Sold This Period:''' &amp;lt;code&amp;gt;=SUMIFS(TblSLSQTY[QTY SOLD],TblSLSQTY[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr,TblSLSQTY[PERIOD_NO],&amp;quot;=&amp;quot;&amp;amp;ThisPer)&amp;lt;/code&amp;gt;&lt;br /&gt;
:'''Qty Sold Year to Date:''' &amp;lt;code&amp;gt;=SUMIFS(TblSLSQTY[QTY SOLD],TblSLSQTY[PERIOD_YEAR],&amp;quot;=&amp;quot;&amp;amp;ThisYr,TblSLSQTY[PERIOD_NO],&amp;quot;&amp;lt;=&amp;quot;&amp;amp;ThisPer)&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Chanson</name></author>
		
	</entry>
</feed>