<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mathematical on Virtosoftware Guides &amp; Docs</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/</link><description>Recent content in Mathematical on Virtosoftware Guides &amp; Docs</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 28 Oct 2024 19:42:42 +0000</lastBuildDate><atom:link href="https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/index.xml" rel="self" type="application/rss+xml"/><item><title>Calculate due date</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/calculate-due-date/</link><pubDate>Mon, 28 Oct 2024 19:42:42 +0000</pubDate><guid>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/calculate-due-date/</guid><description>&lt;p&gt;This activity allows calculating due date from specific time.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pub-a28a5107f8a14f3d8a0272bc4e8c6b62.r2.dev/wp-content/uploads/2024/10/calculate_due_date_1-1.png" alt="calculate_due_date_1" /&gt;&lt;/p&gt;
&lt;p&gt;This method does not change the value of date. Instead, it returns a new date whose value is the result of this activity.&lt;/p&gt;
&lt;h5 id="parameters"&gt;&lt;strong&gt;Parameters&lt;/strong&gt;&lt;a class="anchor" href="#parameters"&gt;#&lt;/a&gt;&lt;/h5&gt;
&lt;figure class="wp-block-table"&gt;&lt;table class="has-fixed-layout"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Parameter&lt;/td&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;Example&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;this time&lt;/td&gt;&lt;td&gt;Initial date for calculating due date.&lt;/td&gt;&lt;td&gt;Today, CurrentItem:DueDate&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;0 days, 0 hours,10 minutes (optional)&lt;/td&gt;&lt;td&gt;A number of whole days,hours and minutes for due date.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;Example&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pub-a28a5107f8a14f3d8a0272bc4e8c6b62.r2.dev/wp-content/uploads/2024/10/calculate_due_date_2.png" alt="calculate_due_date_2" /&gt;&lt;/p&gt;</description></item><item><title>Calculate aggregate function</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/calculate-aggregate-function/</link><pubDate>Mon, 28 Oct 2024 19:42:36 +0000</pubDate><guid>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-app/virto-workflows-for-office-365/mathematical/calculate-aggregate-function/</guid><description>&lt;p&gt;This activity finds list by url and calculates aggregate numerical function from a numeric column for selected item in list and store result in variable.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pub-a28a5107f8a14f3d8a0272bc4e8c6b62.r2.dev/wp-content/uploads/2024/10/calculate_aggregate_function_1-1.png" alt="calculate_aggregate_function_1" /&gt;&lt;/p&gt;
&lt;h5 id="sharepoint-workflow-designer-phrase"&gt;&lt;strong&gt;SharePoint Workflow Designer Phrase&lt;/strong&gt;&lt;a class="anchor" href="#sharepoint-workflow-designer-phrase"&gt;#&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Calculate this function on this field from all items at list url and store result in variable&lt;/p&gt;
&lt;h5 id="parameters"&gt;&lt;strong&gt;Parameters&lt;/strong&gt;&lt;a class="anchor" href="#parameters"&gt;#&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Input parameters&lt;/p&gt;
&lt;figure class="wp-block-table"&gt;&lt;table class="has-fixed-layout"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Parameter&lt;/td&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;Example&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;this function&lt;/td&gt;&lt;td&gt;Name of the aggregate function.&lt;/td&gt;&lt;td&gt;Available Functions: Count, Avg, Min, Max, Standard Deviation, Mode.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;this field&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Optional. &lt;/strong&gt;Numerical field on which mathematical function will be performed. Field display name. Field unique ID (Guid). Field index (int).Not required for Countfunction.&lt;/td&gt;&lt;td&gt;FieldName 23{F3DF15C2-F16E-4FD3-85F6-7EE05227A079}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;All&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Optional. &lt;/strong&gt;List item filter. The filter string supports View Name, View ID andCAML string (&amp;lt;Where&amp;gt;...&amp;lt;/Where&amp;gt;).&lt;/td&gt;&lt;td&gt;&amp;lt;View Scope='RecursiveAll'&amp;gt;&amp;lt;Query&amp;gt;&amp;lt;Where&amp;gt;&amp;lt;Contains&amp;gt;&amp;lt;FieldRef Name='FileLeafRef' /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;figure class="wp-block-table"&gt;&lt;table class="has-fixed-layout"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Empty filter returns all items.&lt;/td&gt;&lt;td&gt;&amp;lt;Value Type='File'&amp;gt; .docx &amp;lt;/Value&amp;gt;&amp;lt;/Contains&amp;gt;&amp;lt;/Where&amp;gt;&amp;lt;OrderBy&amp;gt;&amp;lt;FieldRef Name='ID' /&amp;gt;&amp;lt;/OrderBy&amp;gt;&amp;lt;/Query&amp;gt;&amp;lt;/View&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;list identifier&lt;/td&gt;&lt;td&gt;List name, list base template, guid or list url&lt;/td&gt;&lt;td&gt;Ex: &lt;a href="https://www.google.com/url?q=http://mysharepoint/MyDocs/Shared%2520Documents&amp;amp;sa=D&amp;amp;source=editors&amp;amp;ust=1730110814110628&amp;amp;usg=AOvVaw10C1kyszwtrM5KiLjPkhAP"&gt;http://mysharepoint/MyDocs/Shared%20Documents&lt;/a&gt; Ex:&lt;a href="https://www.google.com/url?q=http://mysharepoint/Lists/List%2520with%2520Approve&amp;amp;sa=D&amp;amp;source=editors&amp;amp;ust=1730110814110960&amp;amp;usg=AOvVaw3oLmeH2qj-u59fdI0QGywL"&gt;http://mysharepoint/Lists/List%20with%20Approve&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Variable&lt;/td&gt;&lt;td&gt;This activity will place function result into an output variable (Double).&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;h5 id="available-functions"&gt;&lt;strong&gt;Available Functions&lt;/strong&gt;&lt;a class="anchor" href="#available-functions"&gt;#&lt;/a&gt;&lt;/h5&gt;
&lt;figure class="wp-block-table"&gt;&lt;table class="has-fixed-layout"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Name&lt;/td&gt;&lt;td&gt;Description&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Total number of items&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Sum&lt;/td&gt;&lt;td&gt;The sum of items&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Avg&lt;/td&gt;&lt;td&gt;Average of values from the specified column&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Max&lt;/td&gt;&lt;td&gt;Smallest non-null value in the specified column&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Min&lt;/td&gt;&lt;td&gt;Largest non-null value in the specified column&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Standard Deviation&lt;/td&gt;&lt;td&gt;A measure of the variation in a distribution of values from the specified column, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean; the square root of the variance&lt;a href="https://www.google.com/url?q=http://en.wikipedia.org/wiki/Standard_deviation&amp;amp;sa=D&amp;amp;source=editors&amp;amp;ust=1730110814113971&amp;amp;usg=AOvVaw1t2O3QvBlqNJx1RCNSvbHp"&gt;http://en.wikipedia.org/wiki/Standard_deviation&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Mode&lt;/td&gt;&lt;td&gt;The mode is the value that occurs the most frequently in a data set or a probability distribution.&lt;a href="https://www.google.com/url?q=http://en.wikipedia.org/wiki/Mode_%2528statistics%2529&amp;amp;sa=D&amp;amp;source=editors&amp;amp;ust=1730110814114549&amp;amp;usg=AOvVaw3LMXBMhxL56BQioYS2LoMA"&gt;http://en.wikipedia.org/wiki/Mode_%28statistics%29&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;Example&lt;/p&gt;</description></item></channel></rss>