<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris21 Tutorials | System Logic</title>
	<atom:link href="https://systemlogic.com.au/category/chris21_tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://systemlogic.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 22 May 2017 07:51:23 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.2</generator>
	<item>
		<title>How to Create Powerful Chris21 Reports Using Complex Selections</title>
		<link>https://systemlogic.com.au/chris21-reports-using-complex-selections/</link>
				<comments>https://systemlogic.com.au/chris21-reports-using-complex-selections/#comments</comments>
				<pubDate>Mon, 15 Aug 2016 05:34:02 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Reports]]></category>
		<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Complex Selections]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=376</guid>
				<description><![CDATA[<p>How to create more powerful Chris21 reports using complex selections Your Chris21 reports will only be as good as the selections you make. Selections tell the report designer what to include in the report output. If your selections are wrong, your report will be wrong. In many cases, the selections are quite simple. For instance, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-reports-using-complex-selections/">How to Create Powerful Chris21 Reports Using Complex Selections</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<h4><strong>How to create more powerful Chris21 reports using complex selections</strong></h4>
<p>Your Chris21 reports will only be as good as the selections you make. Selections tell the report designer what to include in the report output. If your selections are wrong, your report will be wrong.</p>
<p>In many cases, the selections are quite simple. For instance, creating a report to show all employees who started after a specific date.</p>
<p>Of course, not all Chris21 reports are this straightforward. Some can be complex and it can take some thought to make the correct selections.</p>
<p>There are just three connections that can be used in your report selections, AND, OR and BOR. Let’s have a look at a few examples of how and when to use each.</p>
<h5><span style="color: #000000;"><strong>Use the AND connection when two or more conditions must met:</strong></span></h5>
<p>If you want to include employees who are males and who are under 35 years of age:</p>
<p><span style="color: #000000;">Gender   <span style="line-height: 19px; font-size: 13px;"> </span><em><span style="line-height: 19px; font-size: 13px;">Equ</span>als</em>          Male      <strong>AND</strong></span></p>
<p><span style="color: #000000;">Age        <em>Less Than</em>     35</span></p>
<p><strong>Output: </strong>All males who are under 35</p>
<h5><span style="color: #000000;"><strong>Use the OR connection when either of two or more conditions must be met:</strong></span></h5>
<p>If you want to include employees who are males or who are under 35 years of age:</p>
<p>Gender    <em>Equals</em>          Male      <strong>OR</strong></p>
<p>Age        <em>Less Than     </em>35</p>
<p><strong>Output: </strong>All males, plus all females who are under 35</p>
<h5><strong><span style="color: #000000;">Use a combination of AND and OR when the first two or more conditions must be met (if connected with AND) or the subsequent conditions must be met:</span></strong></h5>
<p>If you want to include employees who are males and who started after 31/12/1998 and are under 35 years of age, along with employees who are female:</p>
<p>Gender    <em>Equals</em>              Male                  <strong>AND</strong></p>
<p>Joined     Greater Than     31/12/1998         <strong>AND</strong></p>
<p>Age        <em>Less Than         </em>35                     <strong>OR</strong></p>
<p>Gender    <em>Equals</em>              Female</p>
<p><strong>Output: </strong>All males who started after 31/12/1998 and are under 35, plus all females.</p>
<h5><span style="color: #000000;"><strong>BOR is essentially a bracketed OR. Use the BOR connection when some conditions must be met and there is a choice between other conditions:</strong></span></h5>
<p>If you want to include employees who are males and who are under 45 years of age or over 59 years old, the following conditions appear to describe the task:</p>
<p>Gender    <em>Equals</em>              Male      <strong>AND</strong></p>
<p>Age        <em>Less Than         </em>45         <strong>OR</strong></p>
<p>Age        <em>Greater Than</em>     59</p>
<p><strong>Output: </strong>All males who are under 45, plus all employees who are over 59.</p>
<p>The output is incorrect. With these conditions the report will show all males who are under 45, but will also show all employees, male or female, who are over 59. This is clearly wrong as the requirement is for males only.</p>
<p>If you want to include employees who are males and who are under 45 years of age or over 59 years of age:</p>
<p>Gender    <em>Equals</em>              Male      <strong>AND</strong></p>
<p>Age        <em>Less Than         </em>45         <strong>BOR</strong></p>
<p>Age        <em>Greater Than</em>     59</p>
<p><strong>Output: </strong>All males who are under 45 or over 59.</p>
<p>The output is now correct. The BOR tells the report to select only males but those males must be either under 45 or over 59.</p>
<p>Let&#8217;s look at a more complex example:</p>
<p>For budgeting purposes, the Finance Director needs to know how many male employees are in higher classifications in one of his areas of responsibility. The report must show all male employees who work in the following Business Units: Financial Reporting (FCB), Financial Management (FCC) or Financial Services (FCD). Of these employees, only those in Classification ASO6 or greater should be shown.</p>
<p><img class="alignnone size-full wp-image-382" title="Complex selections" src="https://systemlogic.com.au/wp-content/uploads/2012/07/Complex-selections.png" alt="Chris21 Reports Using Complex Selections" width="569" height="431" srcset="https://systemlogic.com.au/wp-content/uploads/2012/07/Complex-selections.png 569w, https://systemlogic.com.au/wp-content/uploads/2012/07/Complex-selections-300x227.png 300w" sizes="(max-width: 569px) 100vw, 569px" /></p>
<p>This would be written in your Report Designer selections as:</p>
<p>Gender            <em>Equals</em>             Male      <strong>AND</strong></p>
<p>Classification    <em>Greater Than    </em>ASO5    <strong>AND</strong></p>
<p>Bus Unit          <em>Equals   </em>           FCB      <strong>BOR</strong></p>
<p>Bus Unit          <em>Equals</em>              FCC      <strong>BOR</strong></p>
<p>Bus Unit          <em>Equals</em>              FCD</p>
<p>You can see how BOR can be used to great effect to produce quite complex Chris21 reports with minimal selections. I would be interested to hear if you have any other examples where you have used BOR to good effect.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-reports-using-complex-selections/">How to Create Powerful Chris21 Reports Using Complex Selections</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/chris21-reports-using-complex-selections/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
							</item>
		<item>
		<title>Using the GTR Batch Processor for Larger GTR Files</title>
		<link>https://systemlogic.com.au/gtr-batch-processor/</link>
				<comments>https://systemlogic.com.au/gtr-batch-processor/#comments</comments>
				<pubDate>Tue, 23 Sep 2014 06:14:56 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[GTR]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=2247</guid>
				<description><![CDATA[<p>The GTR Batch Processor (RGT) is a fairly recent addition to Chris21. You may already be familiar with the original General Transactions (GTR) process for loading large quantities of records into Chris21 electronically. For instance, uploading training records or updating salary increases. For more information about the GTR functionality read my blog Increase Your Productivity Using GTR [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/gtr-batch-processor/">Using the GTR Batch Processor for Larger GTR Files</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>The <em>GTR Batch Processor (RGT)</em> is a fairly recent addition to Chris21. You may already be familiar with the original <i>General Transactions (GTR)</i> process for loading large quantities of records into Chris21 electronically. For instance, uploading training records or updating salary increases. For more information about the <i>GTR</i> functionality read my blog <a href="https://systemlogic.com.au/increase-productivity-gtr-processing/" target="_blank">Increase Your Productivity Using GTR Processing</a>.</p>
<p>In recent years, new functionality was added to Chris21 to enable easier loading of larger amounts of data (multiple thousands of records). This process is called <i>GTR Batch Processor (RGT).</i></p>
<p>One of the difficulties of using the <i>GTR</i> process is the time it takes to load larger blocks of data. This is because the output is printed to the <i>GTR Output Screen </i>as each record is processed. While this is useful because you can see the process running and notice errors as they occur, it does slow the process down considerably.</p>
<p>With the <i>GTR Batch Processor</i> the data is loaded in the background. This means it will load quicker and also allows you to do other work in Chris21 while <i>RGT</i> is running.</p>
<p>Another very useful feature of the <i>GTR Batch Processor</i> is that it produces the following three output files:</p>
<ul>
<li>Success &#8211; reports all records that were successfully loaded in this process.</li>
<li>Failures &#8211; reports all records that were unsuccessful and were not loaded in this process.</li>
<li>GTRFail &#8211; reports all records that have failed. These can be corrected and re-loaded.</li>
</ul>
<p>This is preferable to the <i>GTR</i> process where the output file that is produced shows all records, both successes and failures. You then have to sort through the file to find the errors.</p>
<p>On the downside, you will need access to your Chris21 DAT directory because you need to copy your <i>GTR</i> formatted text file to this location prior to starting the process. Output files will also be written to the DAT directory. If you don’t have access to this directory you will have to ask your system administrator to help.</p>
<p>Also be aware that any subsequent <i>RGT</i> processes will overwrite the existing output files in your DAT directory. Therefore you need to ensure you have removed these files after you run an RGT process and before you run the next one.</p>
<p><strong><span style="color: #f88005;">How to run the GTR Batch Processor</span></strong></p>
<p>First you need to create your <i>GTR</i> input text file. My blog <a href="https://systemlogic.com.au/gtr-processing-guide/" target="_blank">GTR Processing Guide</a> explains how to do this.</p>
<p>Once your input file is ready, copy it into your Chris21 DAT directory. It’s a good idea at this point to make a backup of the file you are about to change. For instance, if you are loading <i>Training History (TRH) </i>records then you would backup <i>EMTRH.DAT</i>.</p>
<p>Login to Chris21 and go to the <i>GTR Batch Processor</i> form. In the <i>Input File Name</i> field enter the name of the <i>GTR</i> Input file that you have copied into your DAT directory. The default name for this file is <i>GTRINPUT.TXT</i> but you can rename it to whatever you want. Bear in mind that you only have 8 characters available for the file name.</p>
<p><img class="aligncenter size-full wp-image-2251" alt="GTR Batch Processor" src="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-1.jpg" width="893" height="353" srcset="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-1.jpg 893w, https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-1-300x118.jpg 300w" sizes="(max-width: 893px) 100vw, 893px" /></p>
<p>Then click the <b>Save</b> button. It will not be immediately obvious that the process is running. You can check this by viewing the <em>Scheduled Reports (SRP)</em> form:</p>
<p><img class="aligncenter size-full wp-image-2252" alt="GTR Batch Processor" src="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-2.jpg" width="524" height="186" srcset="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-2.jpg 524w, https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-2-300x106.jpg 300w" sizes="(max-width: 524px) 100vw, 524px" /></p>
<p>Click Refresh to check if the process has finished. You will know this when the process no longer appears in the list. Once the process has finished you can retrieve the output files from the DAT directory for review.</p>
<p>One other important note is that the <i>RGT</i> process is not optional. If you try to run a large file directly using the <i>GTR</i> process you will receive the following message:</p>
<p><img class="aligncenter size-full wp-image-2253" alt="GTR Batch Processor" src="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-3.jpg" width="674" height="199" srcset="https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-3.jpg 674w, https://systemlogic.com.au/wp-content/uploads/2014/09/RTG-3-300x88.jpg 300w" sizes="(max-width: 674px) 100vw, 674px" /></p>
<p>In this case you must use <i>RGT</i> to load the input file.</p>
<p>Whether you are using <i>GTR</i> or <i>RGT</i> you will find that these processes are extremely efficient and will save you a great deal of time if you have to process bulk data into Chris21.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/gtr-batch-processor/">Using the GTR Batch Processor for Larger GTR Files</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/gtr-batch-processor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
							</item>
		<item>
		<title>Using Quick Filters in Chris21</title>
		<link>https://systemlogic.com.au/quick-filters-in-chris21/</link>
				<comments>https://systemlogic.com.au/quick-filters-in-chris21/#comments</comments>
				<pubDate>Wed, 13 Nov 2013 22:53:07 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Quick Filters]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1882</guid>
				<description><![CDATA[<p>You can use Quick Filters in Chris21 to make it easier to find information from summary lists. For instance, in my blog Chris21 Reports – How to Manage Your List, I talk about using Quick Filters to find your reports by category. There are many instances where you will be presented with a list in Chris21. You [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/quick-filters-in-chris21/">Using Quick Filters in Chris21</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>You can use Quick Filters in Chris21 to make it easier to find information from summary lists. For instance, in my blog <a href="https://systemlogic.com.au/chris21-reports-how-to-manage-your-list/" target="_blank" rel="noopener noreferrer">Chris21 Reports – How to Manage Your List</a>, I talk about using Quick Filters to find your reports by category.</p>
<p>There are many instances where you will be presented with a list in Chris21. You will see a list of all of the employees in your Chris21 database whenever you access an employee based form, such as <i>Details</i>, <i>Allowances</i>, <i>Leave Taken</i>, etc. Or you might see a list of all of your <i>Courses</i>, <i>Positions</i>, or <i>Allowance</i> codes, depending on the type of form that you access. In a typical Chris21 database these lists can be very large. Quick Filters in Chris21 help to make these lists shorter and therefore more manageable when you are searching for information.</p>
<p><strong><span style="color: #f88005;">How to set up Quick Filters in Chris21</span></strong></p>
<p>I will use the <i>Position Table (PDT)</i> list as an example. Click the <i>Position Table</i> tab (from the menu, <i>Administration -&gt; Organisation -&gt; Position Table</i>, or <i>F6 -&gt; PDT</i>). You will see the list of all of the positions in your organisation. Right click anywhere on the list to open the sub-menu:</p>
<p><img class="aligncenter size-full wp-image-1885" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter3.jpg" alt="quick filters in Chris21" width="956" height="514" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter3.jpg 956w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter3-300x161.jpg 300w" sizes="(max-width: 956px) 100vw, 956px" /></p>
<p>Create a Quick Filter. From the sub-menu click <em>Quick Filter</em>. In this instance, we will set the filter to display all <i>Positions</i> with <i>Business Unit HAA</i>. Therefore, the <i>Field </i>to add to the Quick Filter<i> </i>is <i>Bus Unit</i>. Click the drop down arrow on the <i>Field</i> lookup table to show the list of available fields and select <i>Bus Unit</i>.</p>
<p><img class="aligncenter size-full wp-image-1886" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter4.jpg" alt="quick filters in Chris21" width="471" height="303" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter4.jpg 471w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter4-300x192.jpg 300w" sizes="(max-width: 471px) 100vw, 471px" /></p>
<p>Add the <i>Operator </i>and <i>Value </i>to your Quick Filter. In this example the <i>Operator</i> is <i>Equals</i>. Then select the <i>Value</i>. To do this, click the ellipse button to show the <i>Bus Unit </i>lookup table. Search for <i>HAA</i> in this list and double click to add to the <i>Value</i> field.</p>
<p><img class="aligncenter size-full wp-image-1891" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter5.jpg" alt="quick filters in Chris21" width="471" height="303" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter5.jpg 471w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter5-300x192.jpg 300w" sizes="(max-width: 471px) 100vw, 471px" /></p>
<p><img class="aligncenter size-full wp-image-1890" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter6.jpg" alt="quick filters in Chris21" width="428" height="419" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter6.jpg 428w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter6-300x293.jpg 300w" sizes="(max-width: 428px) 100vw, 428px" /></p>
<p>Click <i>OK</i> to run the Quick Filter over your list.</p>
<p><em id="__mceDel"><img class="aligncenter size-full wp-image-1889" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter7.jpg" alt="quick filters in Chris21" width="471" height="303" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter7.jpg 471w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter7-300x192.jpg 300w" sizes="(max-width: 471px) 100vw, 471px" /></em></p>
<p>Review the new filtered summary list. It will display only those positions with <i>Business Unit HAA</i>.</p>
<p><img class="aligncenter size-full wp-image-1888" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter8.jpg" alt="quick filters in Chris21" width="656" height="226" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter8.jpg 656w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter8-300x103.jpg 300w" sizes="(max-width: 656px) 100vw, 656px" /></p>
<p>When you want to remove your Quick Filter, right click anywhere on the list and select Quick Filter<i> </i>from the pop up menu. Click the <i>Clear </i>button.</p>
<p><em id="__mceDel"><img class="aligncenter size-full wp-image-1887" src="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter9.jpg" alt="quick filters in Chris21" width="471" height="303" srcset="https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter9.jpg 471w, https://systemlogic.com.au/wp-content/uploads/2013/11/How-to-quickfilter9-300x192.jpg 300w" sizes="(max-width: 471px) 100vw, 471px" /></em>Try Quick Filters in Chris21 as an easy way to limit the size of your lists and help with your searches.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/quick-filters-in-chris21/">Using Quick Filters in Chris21</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/quick-filters-in-chris21/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Displaying Leave Accruals in Chris21</title>
		<link>https://systemlogic.com.au/leave-accruals-in-chris21/</link>
				<comments>https://systemlogic.com.au/leave-accruals-in-chris21/#comments</comments>
				<pubDate>Tue, 10 Sep 2013 06:02:57 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Leave]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1747</guid>
				<description><![CDATA[<p>In my previous article I talked about setting up leave accruals in Chris21 so that they are calculated according to your organisation’s requirements. The other part of the setup is determining how these balances are displayed on the Leave Balances (LAC) page and in HR21. You have many options for configuring the display of leave accruals in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/leave-accruals-in-chris21/">Displaying Leave Accruals in Chris21</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>In my previous article I talked about <a href="https://systemlogic.com.au/chris21-leave-accruals/" target="_blank">setting up leave accruals in Chris21 </a>so that they are calculated according to your organisation’s requirements. The other part of the setup is determining how these balances are displayed on the <a href="https://systemlogic.com.au/chris21-leave-balances/" target="_blank"><i>Leave Balances (LAC)</i> page and in HR21</a>.</p>
<p>You have many options for configuring the display of leave accruals in Chris21. Consider the screenshot below:</p>
<p><img class="aligncenter size-full wp-image-1761" alt="Leave accruals in Chris21" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVA-view-11.jpg" width="769" height="623" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVA-view-11.jpg 769w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVA-view-11-300x243.jpg 300w" sizes="(max-width: 769px) 100vw, 769px" /></p>
<p>With this setup the annual leave accrual will become <i>Current Entitlement</i> each month on the employee’s anniversary date at a rate of 1.6666667 days per month. After 12 months the employee would have accrued 20 days annual leave (less any leave taken in the period). To determine how this accrual displays in Chris21 and HR21 look at the <i>Accrual Frequency</i> and <i>Accrual Units</i> fields. In our example, <i>Accrual Frequency</i> is set to 1 and <i>Accrual Units</i> is set to D (Days). This means that the <i>Current Accrual</i> will be displayed on a daily basis.</p>
<p>Your system might be configured so that the accrual doesn’t become an entitlement until the full year has been completed. This is done as shown below:</p>
<p><img class="aligncenter size-full wp-image-1762" alt="Leave accruals in Chris21" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-22.jpg" width="763" height="623" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-22.jpg 763w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-22-300x244.jpg 300w" sizes="(max-width: 763px) 100vw, 763px" /></p>
<p>Regardless of when accrued leave becomes entitlement, the way accrued leave is displayed will be the same as in the first example. Both will show the <i>Current Accrual</i> balance increasing on a daily basis. The difference being that in the first example employees will receive their entitlement at the end of each month while in the second example they will have to wait until the end of each full year of service before they receive it.</p>
<p>But what if you don’t want to show the <i>Current Accrual</i> balance on a daily basis? You may have a requirement to show the balance at the end of each week or at the end of each month. To do this you need to adjust the <i>Accrual Frequency</i> and <i>Accrual Units</i> fields. The example below shows how to set these fields to display the balance accruing on a weekly basis:</p>
<p><img class="aligncenter size-full wp-image-1763" alt="Leave accruals in Chris21" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-32.jpg" width="762" height="623" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-32.jpg 762w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-32-300x245.jpg 300w" sizes="(max-width: 762px) 100vw, 762px" /></p>
<p>In this example the employee will receive their entitlement after each full year of service, however the <i>Current Accrual</i> balance will be displayed on a weekly basis. If you wanted to display accruals monthly you would set <i>Accrual Frequency</i> to 1 and <i>Accrual Units</i> to M.</p>
<p>For some leave types you may not want to show accruing leave at all. This might be the case with Sick leave. You can hide <i>Current Accruals</i> from display and only show the <i>Current Entitlement</i> balance. To do this, select the <i>Suppress Accruals</i> checkbox:</p>
<p><img class="aligncenter size-full wp-image-1764" alt="Leave accruals in Chris21" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-42.jpg" width="808" height="459" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-42.jpg 808w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-view-42-300x170.jpg 300w" sizes="(max-width: 808px) 100vw, 808px" /></p>
<p>In our example of Annual leave above, the leave will still accrue in the background but the <i>Current Accrual</i> will always display zero on the <em>Balances (LAC)</em> form in Chris21 and in HR21. Employees will be able to see their <i>Current Entitlement</i> balance in HR21 when they have reached their <em>N</em><i>ext Entitlement Date</i>.</p>
<p>Remember that changes to leave <i>Accrual Rules (LVR)</i> records will force Chris21 to recalculate leave balances for each employee from their service start dates. For this reason you should ensure that any changes are made in your test system. This way you are free to make changes and then review the effects of these changes prior to updating your production system.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/leave-accruals-in-chris21/">Displaying Leave Accruals in Chris21</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/leave-accruals-in-chris21/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
							</item>
		<item>
		<title>Chris21 Leave Accruals Configuration</title>
		<link>https://systemlogic.com.au/chris21-leave-accruals/</link>
				<comments>https://systemlogic.com.au/chris21-leave-accruals/#comments</comments>
				<pubDate>Tue, 03 Sep 2013 02:25:45 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Leave]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1720</guid>
				<description><![CDATA[<p>The rules for Chris21 leave accruals must be configured for each of your accruing leave types. The most common of these are annual, long service and sick leave but there could be others depending on your organisation&#8217;s requirements. If we look at the common three you will be aware that the leave accrues in a different manner for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-leave-accruals/">Chris21 Leave Accruals Configuration</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>The rules for Chris21 leave accruals must be configured for each of your accruing leave types. The most common of these are annual, long service and sick leave but there could be others depending on your organisation&#8217;s requirements. If we look at the common three you will be aware that the leave accrues in a different manner for each, usually due to legislation or other workplace agreements.</p>
<p>You configure Chris21 leave accruals using the <em>Accrual Rules (LVR)</em> form. Fortunately <em>LVR</em> offers many options for configuring accruing leave so you should be able to set yours up to meet your requirements.</p>
<p>If you’re not entirely satisfied with the way your Chris21 leave accruals have been setup it may be that you need to review <em>LVR</em> to determine if there is a better way of configuring your accruing leave. Since leave rules are setup when your Chris21 system is initially implemented, it’s not surprising that this type of review is necessary given that your organisation’s requirements for accruing leave may change over the years.</p>
<p>You also know it’s time to review your leave accruals if you are spending time manually adjusting leave to make sure it is calculated correctly. <em>LVR</em>, when set up correctly, will be able to accurately calculate each of your accruing leave types.</p>
<p>Before you make any changes to your accrual rules you need to have a good understanding of all of the functionality and how to use it.</p>
<p><strong><em>An important note:</em> </strong>be careful when changing your accrual rules setup because it will recalculate employee leave balances. It’s always advisable to make changes in your test system and check that the results are what you want before making any changes in your production system.</p>
<p>Below is a screenshot of the Chris21 <em>Leave Accruals (LVR)</em> form:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1721" alt="Chris21 leave accruals" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-1.jpg" width="1013" height="637" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-1.jpg 1013w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-1-300x188.jpg 300w" sizes="(max-width: 1013px) 100vw, 1013px" /></p>
<p style="text-align: left;">This is the typical setup for Sick leave accrual. In this example, Sick leave will accrue at 12 days per year. This will accrue in advance on 1<sup>st</sup> July and happen once per year. You define this using the following fields:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1722" alt="Chris21 leave accruals" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-2.jpg" width="803" height="251" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-2.jpg 803w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-2-300x93.jpg 300w" sizes="(max-width: 803px) 100vw, 803px" /></p>
<p><em>Type</em> is Advance, <em>Days</em> is the number of days of leave that is accrued, <em>Period</em> and <em>Units</em> is the period to elapse before the next entitlement is due. So from the example above you can see that Sick leave will accrue at 12 days once per year. Also that this accrual will be in advance, in other words, the 12 days accrued will be for the following 12 months. The other important setting here is the <em>Entitlement Time</em>. This is where you define the particular day that the entitlement is to be granted. If you leave this blank then the entitlement will be granted on the <em>Service Start</em> date for each employee.</p>
<p>The previous example was a very straightforward configuration. But what about a more complicated scenario such as long service leave? This is a good example of leave that will accrue differently depending on years of service.</p>
<p>For instance, a requirement for long service leave might be to accrue seven days per year for the first seven years. However, the entitlement is not granted until seven years service has been completed. After this time, leave will accrue at 15 days per year and the entitlement will be granted at the end of each completed year’s service. In this case, we need two <em>LVR</em> records to configure Chris21 to correctly calculate the accrual:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1723" alt="Chris21 leave accruals" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-3.jpg" width="1019" height="638" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-3.jpg 1019w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-3-300x187.jpg 300w" sizes="(max-width: 1019px) 100vw, 1019px" /></p>
<p>This is the first <em>LVR</em> record where the <em>Period Length</em> is set to seven years.  After an employee has completed seven years service the entitlement of 63 days will be granted. <em>Type</em> is Service, meaning the entitlement will be granted on the employee’s <em>Service Start</em> anniversary. <em>Period</em> and <em>Unit</em> is 7 years. Therefore the 63 days will become an entitlement after seven years service has been completed.</p>
<p>A second <em>LVR</em> record must be created to continue accruing long service leave after the first seven years:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1724" alt="Chris21 leave accruals" src="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-4.jpg" width="1011" height="628" srcset="https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-4.jpg 1011w, https://systemlogic.com.au/wp-content/uploads/2013/09/LVR-4-300x186.jpg 300w" sizes="(max-width: 1011px) 100vw, 1011px" /></p>
<p>The second <em>LVR</em> record will continue accruing long service leave at 15 days per year and this will be added to the entitlement at the end of each completed year of service.</p>
<p>You can add more <em>LVR</em> records to a leave type if the accrual rules are more complicated.</p>
<p>In my next blog I will describe the other important part of Chris21 leave accruals configuration. Namely, how an accrual will be displayed in employee leave balances. For instance, do you want the accrual to be displayed daily, weekly, monthly or on the anniversary of the <em>Service Start</em> date?</p>
<p>I mentioned earlier in this article that care must be taken when changing established accrual rules. This is because a change will cause Chris21 to recalculate the accrued leave for affected employees from their service start date. Therefore, a change could cause an increase or a decrease in the associated leave balances for employees. If this is the case, leave adjustments using the <em>Adjustments (LVA)</em> form may be required. You can contact me if you need more advice about this. Or leave a comment so that I can share the answer with other readers.</p>
<p style="text-align: center;">
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-leave-accruals/">Chris21 Leave Accruals Configuration</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/chris21-leave-accruals/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
							</item>
		<item>
		<title>How to Add Chris21 Reports to a Menu</title>
		<link>https://systemlogic.com.au/how-to-add-chris21-reports-to-a-menu/</link>
				<comments>https://systemlogic.com.au/how-to-add-chris21-reports-to-a-menu/#comments</comments>
				<pubDate>Wed, 07 Aug 2013 22:37:51 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1642</guid>
				<description><![CDATA[<p>Usually you will access your Chris21 reports directly from the report designer. This is fine for reports that you only want to run yourself but what if that report is useful for all the Chris21 users in your team? Rather than each user having to search for the report in the report designer, you could [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/how-to-add-chris21-reports-to-a-menu/">How to Add Chris21 Reports to a Menu</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Usually you will access your Chris21 reports directly from the report designer. This is fine for reports that you only want to run yourself but what if that report is useful for all the Chris21 users in your team?</p>
<p>Rather than each user having to search for the report in the report designer, you could attach this report to a menu so that it is accessible to all users who have been granted security access. This is firstly a matter of convenience &#8211; consider how difficult it can sometimes be to <a href="https://systemlogic.com.au/chris21-reports-how-to-manage-your-list/" target="_blank">find a report</a> from the hundreds that could reside in the report designer. And secondly, it reduces the risk of a user running the wrong report. This is also a great idea if you want to group a number of Chris21 reports onto a sub-menu, for example, <em>Learning and Development</em> reports.</p>
<p>To add your Chris21 reports to a menu follow these steps:</p>
<p><strong>Note:</strong> These types of changes will usually be done by your Chris21 administrator. If you don’t have full security access to your system you will need some assistance from your administrator.</p>
<ol>
<li><strong><span style="color: #f88005;">Set the report permissions.</span></strong> Make sure the permissions on your report are set to Allow modifications by non-owners. This is necessary so that other users can make changes to report selections, such as date ranges.</li>
<li><strong><span style="color: #f88005;">Create a new form.</span></strong> Create a new form using the Forms (SCN) form. Name your form beginning with the letter Z. This naming convention will ensure that your form will not be lost after future Chris21 upgrades. Associate your report with the new form as shown below: <img class="aligncenter  wp-image-1644" alt="Chris21 reports" src="https://systemlogic.com.au/wp-content/uploads/2013/08/1375869113412.png" width="755" height="510" srcset="https://systemlogic.com.au/wp-content/uploads/2013/08/1375869113412.png 755w, https://systemlogic.com.au/wp-content/uploads/2013/08/1375869113412-300x202.png 300w" sizes="(max-width: 755px) 100vw, 755px" />The areas to note in the screenshot above are the Form Type field which must be set to D for Designed Report and the Designed Report field which is the name of your report in the report designer.</li>
<li><strong><span style="color: #f88005;">Grant security access to the new form.</span></strong> You now need to setup the security access to this form, just like you would for any other form. Go to the Privileges (ATT) form and add Z01 to the relevant security profile. All users who have been assigned this security profile will now have access to the new form Z01.</li>
<li><strong><span style="color: #f88005;">Add the new form to the menu.</span></strong> Even though users now have access to the form, they still won’t see the form until it is added to their Chris21 menu. To do this, open the menu designer and the open the relevant menu. You may be using a copy of the master menu for all users or you may have specific menus for the various groups of Chris21 users in your organisation. See my blog <a href="https://systemlogic.com.au/chris21-menu-designer/" target="_blank">How to Use the Chris21 Menu Designer</a> for more information.</li>
</ol>
<p>After following these steps all users in your group will now have access to your Chris21 report. Better still, they will be able to access the report and change any selections directly from the Chris21 menu without having to open the report designer and search for the report.</p>
<p>Try this functionality for a better way to share your Chris21 reports with your team.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/how-to-add-chris21-reports-to-a-menu/">How to Add Chris21 Reports to a Menu</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/how-to-add-chris21-reports-to-a-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Customising Chris21 Forms – How to Place a Field onto a Form</title>
		<link>https://systemlogic.com.au/customising-chris21-forms/</link>
				<comments>https://systemlogic.com.au/customising-chris21-forms/#comments</comments>
				<pubDate>Thu, 04 Jul 2013 22:52:02 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Customisations]]></category>
		<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Customisations]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1505</guid>
				<description><![CDATA[<p>Using Field Definitions when customising Chris21 forms If you are customising Chris21 forms there are two processes to consider. The first is the Data Dictionary (DMA) where you create the field on the Chris21 file and the second is Field Definitions (FLD), where you place your newly created field onto the Chris21 form. Last week [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/customising-chris21-forms/">Customising Chris21 Forms – How to Place a Field onto a Form</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<h6>Using Field Definitions when customising Chris21 forms</h6>
<p>If you are customising Chris21 forms there are two processes to consider. The first is the <i>Data Dictionary (DMA)</i> where you create the field on the Chris21 file and the second is <i>Field Definitions (FLD)</i>, where you place your newly created field onto the Chris21 form. Last week in my blog <a href="https://systemlogic.com.au/customising-chris21-the-right-way/" target="_blank">Customising Chris21 the Right Way</a> I discussed the first part of the process.</p>
<p>The key point of last week’s blog was to ensure that you create the field within the user area of the file so that your customisation will be safely retained after future upgrades. Failure to do this is probably the most common cause of customisation issues.</p>
<p>To complete the second part of the process, go to <i>Field Definitions</i>. Using the example from last week, we will place the field <i>POS GRP NUM</i> onto the <i>Positions (POS)</i> form. You will need to determine a few things before you start.</p>
<p>Firstly, decide where you want to place the field. Usually this will be under the last field on the form. If you want to place it in the middle then you will have to move all of the fields below your insertion point down one line. I usually will just add the new field after the last field for the sake of convenience. Look at your <i>Positions</i> form and note the last field:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1506" alt="customising Chris21 Forms" src="https://systemlogic.com.au/wp-content/uploads/2013/07/POS-1.jpg" width="1396" height="895" srcset="https://systemlogic.com.au/wp-content/uploads/2013/07/POS-1.jpg 1396w, https://systemlogic.com.au/wp-content/uploads/2013/07/POS-1-300x192.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/07/POS-1-1024x656.jpg 1024w" sizes="(max-width: 1396px) 100vw, 1396px" /></p>
<p>In my example, the field is <i>Review Type</i>.  Now go to <i>Field Definitions</i>, select Ctrl F and type <i>POS</i> in the <i>Find</i> dialog box. From the list, find the field called <i>Review Type</i>:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1507" alt="FLD 1" src="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-1.jpg" width="1651" height="111" srcset="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-1.jpg 1651w, https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-1-300x20.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-1-1024x68.jpg 1024w" sizes="(max-width: 1651px) 100vw, 1651px" /></p>
<p>Look for the column called <i>Label Row</i>. This will tell you which row <i>Review Type</i> is placed on. In the screenshot above the row is 27. Our new field will therefore go on row 28.</p>
<p>You also need to identify an appropriate field number for your new field. Be careful here because if you choose a field number that is already in use then either your new field will not be displayed or the existing field will be hidden and replaced by your new field. From the screenshot below look for the highest field number in the <i>Field</i> column and then add one to this number. This is the field number you will assign to your new field.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1529" alt="customising Chris21 forms" src="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-5.jpg" width="556" height="756" srcset="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-5.jpg 556w, https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-5-220x300.jpg 220w" sizes="(max-width: 556px) 100vw, 556px" /></p>
<p>The highest field in use in our example is 49. We will use field number 50. You can now create the record to place your new field on the <i>Positions</i> form.</p>
<p>Go to <i>Field Definitions</i> and click <b>New</b> from the main menu. Enter the details for your new form as shown below:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1509" alt="customising Chris21 Forms" src="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-3.jpg" width="1101" height="721" srcset="https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-3.jpg 1101w, https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-3-300x196.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/07/FLD-3-1024x670.jpg 1024w" sizes="(max-width: 1101px) 100vw, 1101px" /></p>
<p>You can see that I have used number 50 for the <i>Field</i> field and number 28 for the <i>Label Row</i>. Note also that the <i>Data Row</i> must also be 28 to ensure that your label and data are on the same row!</p>
<p>That’s all you need to do to create a new field on a form. To see the effects of your changes you will need to clear cache in Chris21. Notice that <i>Group Number</i> is now on your form under the <i>Review Type </i>field:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1510" alt="You can see that I have used number 50 for the Field field and number 28 for the Label Row. Note also that the Data Row must also be 28 to ensure that your label and data are on the same row!  That’s all you need to do to create a new field on a form. To see the effects of your changes you will need to clear cache in Chris21. Notice that Group Number is now on your form under Review Type:" src="https://systemlogic.com.au/wp-content/uploads/2013/07/POS-2.jpg" width="1164" height="768" srcset="https://systemlogic.com.au/wp-content/uploads/2013/07/POS-2.jpg 1164w, https://systemlogic.com.au/wp-content/uploads/2013/07/POS-2-300x197.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/07/POS-2-1024x675.jpg 1024w" sizes="(max-width: 1164px) 100vw, 1164px" /></p>
<p>If you clear cache and still don’t see the changes try logging out and then back in.</p>
<p>This blog, along with the information in my last blog <a href="https://systemlogic.com.au/customising-chris21-the-right-way/" target="_blank">Customising Chris21 the Right Way</a> will give you enough information to begin experimenting with basic Chris21 customisations. Of course, you should only do this in your test system until you become familiar with the process. Give this a try and let me know if you need any further information.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/customising-chris21-forms/">Customising Chris21 Forms – How to Place a Field onto a Form</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/customising-chris21-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Customising Chris21 the Right Way</title>
		<link>https://systemlogic.com.au/customising-chris21-the-right-way/</link>
				<comments>https://systemlogic.com.au/customising-chris21-the-right-way/#respond</comments>
				<pubDate>Wed, 26 Jun 2013 22:40:03 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Customisations]]></category>
		<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Customisations]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1477</guid>
				<description><![CDATA[<p>Customising Chris21 &#8211; How to create a new field I have written in the past about customising Chris21 and how to do it properly. From my experience I have seen many examples of bad customisations and have helped clients to fix these so that they don’t continue to cause problems in the future. My blog [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/customising-chris21-the-right-way/">Customising Chris21 the Right Way</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<h6>Customising Chris21 &#8211; How to create a new field</h6>
<p>I have written in the past about customising Chris21 and how to do it properly. From my experience I have seen many examples of bad customisations and have helped clients to fix these so that they don’t continue to cause problems in the future. My blog <a href="https://systemlogic.com.au/chris21-customisations/" target="_blank" rel="noopener noreferrer">Chris21 Customisations – Do it Right</a>, talks about this issue and explains the sort of problems you can experience with bad customisations.</p>
<p>The wrong way to create a new field in Chris21 is to take an existing field and use it for a different purpose. I can’t emphasise this enough. Sure it’s easy to grab a field that’s already there, rename the field and maybe even use it to store text rather than a numeric value. But it’s not that hard to create a new field either. Let me explain.</p>
<p>I will use the example of customising Chris21 by adding a new field onto a form. I always recommend that whenever you are customising Chris21 that you start in your test environment. Once you have done this and tested the results, you can then copy your changes into the production system.</p>
<p>The first thing to understand is that there are two areas on each Chris21 file, the system area and the user area. You don’t want to do your Chris21 customisations in the system area. I discuss this in my blog <a href="https://systemlogic.com.au/customising-chris21/" target="_blank" rel="noopener noreferrer">Customising Chris21 – What Can Go Wrong?</a></p>
<p>Your starting point is to find the start position of the user area of the file. You do this by viewing the <i>File Table (FIL)</i> entry for the Chris21 file you want to customise. As shown below, there is a field on the <i>File Table</i> entry called <i>User Area Start</i>.</p>
<p style="text-align: center;"><img class="aligncenter wp-image-1478" src="https://systemlogic.com.au/wp-content/uploads/2013/06/FIL-1.jpg" alt="Customising Chris21" width="1011" height="537" srcset="https://systemlogic.com.au/wp-content/uploads/2013/06/FIL-1.jpg 1011w, https://systemlogic.com.au/wp-content/uploads/2013/06/FIL-1-300x159.jpg 300w" sizes="(max-width: 1011px) 100vw, 1011px" /></p>
<p>In the example above, the <i>User Area Start</i> number is 1133. We will use this number later when we create the new field. The other important field is the <i>Storage Size</i>. In this example, the <i>Storage Size</i> of the <i>EMPOS</i> file is 122. This means you can add multiple fields to this file to a combined total of 122 characters.</p>
<p>Even though we can see that the <i>User Area Start</i> number is 1133, it is nevertheless very important that you confirm this before creating a new field in this location. You confirm this by reviewing the <i>Data Dictionary (DMA)</i> entries for the <i>EMPOS</i> file. To do this, go to <i>DMA</i> and from the list of <i>Field Codes</i> create a <i>Quick Filter</i> where <i>Field Code</i> equals <i>EMPOS</i>.</p>
<p style="text-align: center;"><img class="aligncenter wp-image-1479" src="https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-1.jpg" alt="Customising Chris21" width="1318" height="643" srcset="https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-1.jpg 1318w, https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-1-300x146.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-1-1024x499.jpg 1024w" sizes="(max-width: 1318px) 100vw, 1318px" /></p>
<p>This will display all of the fields that are included on the <i>EMPOS</i> file. You must review all of the start positions to confirm that number 1133 hasn’t been used by previous customisations. If it has, keep looking in case there are more customised fields after 1133. When you have found the highest start position number that has been used in the user area, remember to add the field <i>Storage Size</i> onto this number. For instance, if the highest start position number is 1148 and this field’s <i>Storage Size</i> is 6, then the next available start position number is 1154.</p>
<p>Once you have the start position number you can begin to add your new field. Open <i>DMA</i> and click <i>New</i> from the main menu. A typical <i>DMA</i> entry that has been created for a numeric field is shown below.</p>
<p style="text-align: center;"><img class="aligncenter wp-image-1498" src="https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-3.jpg" alt="Customising Chris21" width="1318" height="742" srcset="https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-3.jpg 1318w, https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-3-300x168.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/06/DMA-3-1024x576.jpg 1024w" sizes="(max-width: 1318px) 100vw, 1318px" /></p>
<p>As you can see, this field has been created at start position 1133 which is in the user area. If you wanted to add another field the start position will be 1135 – 1133 plus the 2 characters that the previous field used.</p>
<p>You now have a customised field that will not be adversely affected by future upgrades to Chris21. If you ensure all of your customisations are done this way you can be confident that customisation issues will be eliminated in future system upgrades.</p>
<p>This can be a difficult area if you have had limited experience customising Chris21. Leave a comment and let me know if you require some more information on this topic. In my next blog I will demonstrate how to place this new field on the Positions (POS) form ready for use.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/customising-chris21-the-right-way/">Customising Chris21 the Right Way</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/customising-chris21-the-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to Use the Chris21 Menu Designer</title>
		<link>https://systemlogic.com.au/chris21-menu-designer/</link>
				<comments>https://systemlogic.com.au/chris21-menu-designer/#comments</comments>
				<pubDate>Thu, 18 Apr 2013 12:06:12 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Menu Designer]]></category>
		<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Menu designer]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=1124</guid>
				<description><![CDATA[<p>Create a menu with the Chris21 menu designer There will be times when you will need to create a new menu using the Chris21 menu designer. The system does have what are called &#8216;Master&#8217; menus that you can use, however you can&#8217;t make any changes to these. So it&#8217;s best not to use them. The [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-menu-designer/">How to Use the Chris21 Menu Designer</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<h5>Create a menu with the Chris21 menu designer</h5>
<p>There will be times when you will need to create a new menu using the Chris21 menu designer. The system does have what are called &#8216;Master&#8217; menus that you can use, however you can&#8217;t make any changes to these. So it&#8217;s best not to use them.</p>
<p>The first thing to note is that there are two ways to create a new menu role. The first is to create the role from an existing role using a template. The second is to create one manually.</p>
<h6><strong><span style="color: #f88005;">So how do you know which method to use?</span></strong></h6>
<p>You will use a template if the new role will be similar to an existing role. This will copy all of the menus from the existing role and therefore save you from having to start from scratch.</p>
<p>The only time you might prefer to create a menu role manually is if none of the existing roles in the system are similar to what you want. A good example of this would be a HR21 menu.</p>
<p>I&#8217;ll explain how to create menus using the Chris21 menu designer &#8211; you might be surprised how easy this is! Since the template method is the most common one, I will focus on that in this post.</p>
<h6><strong><span style="color: #f88005;">Creating a new menu role</span></strong></h6>
<p>Before you copy a template you first have to create a new menu role to copy it to. Begin by creating a name for your new menu role. Open the <em>Menu Designer</em> and enter a code for the new role (maximum of 8 characters) in the <em>Role</em> field.  Press the tab key on your keyboard. The <em>Code Not Found</em> dialog box is displayed. Type the name of the new role in the <em>Description</em> field. Select <em>Yes</em> to save the new role:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1128" alt="Chris21 menu designer" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu41.jpg" width="450" height="430" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu41.jpg 450w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu41-300x286.jpg 300w" sizes="(max-width: 450px) 100vw, 450px" /></p>
<h6><strong><span style="color: #f88005;">Populate the new menu role from a template</span></strong></h6>
<p>To copy the menu items from a template to your new menu role, from within the <em>Menu Designer </em>click the <em>Templates</em> button. Select the menu you want to copy from the <em>Template</em> list. In this example select the <i>Human Resources Menu (HR)</i>:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1129" alt="cHRIS21 MENU DESIGNER" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu19.jpg" width="798" height="560" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu19.jpg 798w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu19-300x210.jpg 300w" sizes="(max-width: 798px) 100vw, 798px" /></p>
<p>Drag the required menu items from the <em>HR Template</em> to the <em>HRADMIN Role</em>. In this example we will be using most of the menu items from the <em>HR Template</em> in the new role. We will copy the complete menu and then remove the items that are not required. To copy the complete menu, select <em>Main Menu</em> from the <em>HR Template</em> and drag and drop into the <em>Main Menu</em> on the <em>HRADMIN Role:</em></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1132" alt="cHRIS21 MENU DESIGNER" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu3.jpg" width="1061" height="314" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu3.jpg 1061w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu3-300x88.jpg 300w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu3-1024x303.jpg 1024w" sizes="(max-width: 1061px) 100vw, 1061px" /></p>
<p>The <em>HRADMIN Role</em> is now identical to the <em>HR Role</em>. You now need to delete the menu items and forms that are not required in the <em>HRADMIN Role</em>.</p>
<h6><strong><span style="color: #f88005;">Amend the New Role</span></strong></h6>
<p>You might want to delete some of the menu items that you just copied over. For instance, you may not require the Administration menu. To delete the <em>Administration</em> menu, select <em>Administration </em>and then right click and select <em>Delete</em> from the pop up menu. Do the same to delete any other menu you don’t require:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1133" alt="Chris21 menu designer" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu7.jpg" width="537" height="303" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu7.jpg 537w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu7-300x169.jpg 300w" sizes="(max-width: 537px) 100vw, 537px" /></p>
<p>You can also delete individual forms from within a menu. As shown in the image below, select the <em>Leave </em>menu. The <em>Form Set</em> will show all the forms currently attached to this menu. Select the <em>Update Leave</em> form tab and then right click and select <em>Delete</em> from the pop up menu. Do the same to delete any other forms you don’t want in your menu.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1134" alt="Chris21 menu designer" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu8.jpg" width="573" height="304" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu8.jpg 573w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu8-300x159.jpg 300w" sizes="(max-width: 573px) 100vw, 573px" /></p>
<p>The new role <em>HRADMIN </em>has now been created. Close the <em>Menu Designer</em>.</p>
<h6><strong><span style="color: #f88005;">Assign the new menu to users</span></strong></h6>
<p>A menu is assigned to a user via the <em>User Access (USR)</em> form in Chris21. Multiple users can be assigned the same menu. Follow these steps to assign a menu to a user.</p>
<p>Login to Chris21 and navigate to the <em>USR</em> form. Lookup the user record or create a new security record if one does not exist for this user. From the <em>Menu Role</em> field select the menu role you want to use:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1147" alt="Chris21 menu designer" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu171.jpg" width="925" height="742" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu171.jpg 925w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu171-300x240.jpg 300w" sizes="(max-width: 925px) 100vw, 925px" /></p>
<p>Save the record. This user’s menu in Chris21 now looks like this:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1136" alt="Chris21 menu designer" src="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu18.jpg" width="753" height="265" srcset="https://systemlogic.com.au/wp-content/uploads/2013/04/Menu18.jpg 753w, https://systemlogic.com.au/wp-content/uploads/2013/04/Menu18-300x105.jpg 300w" sizes="(max-width: 753px) 100vw, 753px" /></p>
<p>One final note to remember. Access to forms in Chris21 is controlled by the <em>Privileges (ATT)</em> form. Even though a user has access to a menu containing various forms, a form will not appear in the user’s menu when logged into Chris21 or HR21 if that user does not have security access to the form via <em>ATT</em>.</p>
<p>If you&#8217;re new to the Chris21 menu designer and would like to become a more proficient user, work through this tutorial. You will quickly improve your skills in this area. If you need any further help just leave a comment and ask a question.</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/chris21-menu-designer/">How to Use the Chris21 Menu Designer</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/chris21-menu-designer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>How to Use Calculated Fields in Your Chris21 Reports</title>
		<link>https://systemlogic.com.au/calculated-fields-chris21-reports/</link>
				<comments>https://systemlogic.com.au/calculated-fields-chris21-reports/#comments</comments>
				<pubDate>Sun, 10 Mar 2013 00:41:52 +0000</pubDate>
		<dc:creator><![CDATA[Tony Danher]]></dc:creator>
				<category><![CDATA[Chris21 Reports]]></category>
		<category><![CDATA[Chris21 Tutorials]]></category>
		<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://systemlogic.com.au/?p=764</guid>
				<description><![CDATA[<p>There will be occasions when you will want to retrieve data from Chris21 that show specific calculations. Calculated Fields can help you to achieve this. You might be asked to project a salary increase for a group of employees for budget purposes. In this example, you will need a calculated field to add the salary [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/calculated-fields-chris21-reports/">How to Use Calculated Fields in Your Chris21 Reports</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></description>
								<content:encoded><![CDATA[<div>
<p>There will be occasions when you will want to retrieve data from Chris21 that show specific calculations. Calculated Fields can help you to achieve this.</p>
</div>
<p>You might be asked to project a salary increase for a group of employees for budget purposes. In this example, you will need a calculated field to add the salary increase and show the increased salary in your report.</p>
<div>
<p>To start, create a new report and add the required fields from the <em>Salary (SMN)</em> form using the <i>Field Chooser:</i></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-805" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-31.jpg" width="672" height="357" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-31.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-31-300x159.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
</div>
<div>
<p>Then open the <i>Calculated Fields </i>window by clicking the button circled below.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-798" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-12.jpg" width="672" height="361" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-12.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-12-300x161.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
</div>
<div>
<p>Now create your calculated field. Click the <strong>New</strong> button to start:</p>
</div>
<div>
<p style="text-align: center;"><img class="aligncenter  wp-image-802" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-22.jpg" width="672" height="188" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-22.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-22-300x83.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p>In this example we will create a calculated field that increases the annual salary by 4.5%.</p>
</div>
<p style="text-align: center;"><img class="aligncenter  wp-image-788" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-4.jpg" width="799" height="457" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-4.jpg 799w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-4-300x171.jpg 300w" sizes="(max-width: 799px) 100vw, 799px" /></p>
<div>
<p>To create the calculated field do the following:</p>
<p><b>Name your calculated field. </b>This can be any name that best describes the calculated field but you only have 12 characters to work with. I have called this one <em>SALCALC</em>.</p>
</div>
<p><b>Name the Field Heading. </b>This can be any name that best describes the field name. This will be shown as the column heading in the report output. I have called this one <em>Salary + 4.5%</em>.</p>
<p><b>Enter the Field Code. </b>Choose the appropriate field code from the <i>Data Dictionary</i>. In this example I am creating a calculation that will increase the annual salary so I have selected the <em>Annual</em> field from<em> SMN</em>. To do this, click on the button on the <em>Field Code</em> to open the <em>Field Chooser:</em></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-821" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-121.jpg" width="812" height="528" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-121.jpg 812w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-121-300x195.jpg 300w" sizes="(max-width: 812px) 100vw, 812px" /></p>
<p>From the <em>Field Chooser</em>, open the<em> Salary</em> form and double click the <em>Annual</em> field.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-820" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-111.jpg" width="672" height="431" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-111.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-111-300x192.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p><strong>Select the Operator.</strong> This tells the system what type of calculation is required. In our case it is the asterisk <strong>*</strong> character that will multiply the <em>Annual</em> salary by whatever value is entered in the <em>Value</em> field.</p>
<p><b>Enter the Value. </b>We want to enter a calculation that increases the salary by 4.5% so we need to enter 1.045.</p>
<div>
<p><b>Result Format. </b>Use this area to specify the length of the field, including decimal places.</p>
</div>
<p><b>Save the record. </b>Click the <strong>Save</strong> button to save the <i>calculated field</i>.</p>
<div>
<p>Now we need to add the calculated field to our report. From the <i>Report Designer </i>window open the <i>Field Chooser:</i></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-812" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-53.jpg" width="672" height="357" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-53.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-53-300x159.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
</div>
<p><b style="font-size: 16px;"></b>Access the list of calculated fields<i> </i>by clicking the <em>Calculated Fields</em> tab at the bottom of the <em>Field Chooser</em> form:<i style="font-size: 16px;"></i></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-813" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-62.jpg" width="672" height="489" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-62.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-62-300x218.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p>Locate the calculated field that we created from the list shown below. Double click the <i>Field Name </i>to add this calculated field<i> </i>to your report.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-828" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-71.jpg" width="672" height="424" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-71.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-71-300x189.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<div></div>
<div>
<p>After double clicking the <i>Calculated Field </i>in the <i>Field Chooser</i>, it now appears as a field on your report.</p>
</div>
<div>
<p style="text-align: center;"><img class="aligncenter  wp-image-792" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-8.jpg" width="686" height="299" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-8.jpg 686w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-8-300x130.jpg 300w" sizes="(max-width: 686px) 100vw, 686px" /></p>
</div>
<div>
<p>If required, we can now set the <i>Properties</i> for our calculated field. To do this, right click on the calculated field name. You will see a number of options on the pop up menu. These options can be used depending on the requirements of your report. For instance, choose the <em>Average</em> option if you want to show the average salary after the 4.5% increase by department. In our report we don&#8217;t need to set any properties so ensure that all options are unchecked.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-816" alt="Calculated fields" src="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-91.jpg" width="672" height="683" srcset="https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-91.jpg 672w, https://systemlogic.com.au/wp-content/uploads/2013/03/Calc-91-295x300.jpg 295w" sizes="(max-width: 672px) 100vw, 672px" /></p>
</div>
<div>
<p>Our report is now complete. Publish the report to Excel and you will now have an entry in each row showing the projected 4.5% increase in salary for all employees.</p>
<p>This is one quite simple example of how you can use calculated fields to enhance your reports. Once you are comfortable creating this report, you will find it easier to experiment with other scenarios to create some very useful reports.</p>
<p>Have a try at this and check the results. If you have any difficulties, questions or even examples of calculated fields you have used let me know by leaving a comment.</p>
</div>
<p>The post <a rel="nofollow" href="https://systemlogic.com.au/calculated-fields-chris21-reports/">How to Use Calculated Fields in Your Chris21 Reports</a> appeared first on <a rel="nofollow" href="https://systemlogic.com.au">System Logic</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://systemlogic.com.au/calculated-fields-chris21-reports/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
							</item>
	</channel>
</rss>
