<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Calculate Percentage</title>
		<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage</link>
		<description>Gravity Support Forums Topic: Calculate Percentage</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/calculate-percentage" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-59073</link>
			<pubDate>Tue, 15 May 2012 16:24:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Resolved via email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58996</link>
			<pubDate>Tue, 15 May 2012 11:04:23 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">58996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Email sent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58993</link>
			<pubDate>Tue, 15 May 2012 10:47:10 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">58993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a screenshot of the relevant portion of the form.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://skitch.com/jflint/8489u/order-form&#34; rel=&#34;nofollow&#34;&#62;https://skitch.com/jflint/8489u/order-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have marked the quantity of &#34;Bailey's&#34; as 1, which put the price in the Liquor subtotal. The &#34;net subtotal&#34; needs to take the liquor subtotal, multiply it by 10% (0.1), then add that value back to the liquor subtotal to get the net subtotal. So I tried using &#60;/p&#62;
&#60;p&#62;'({liquor subtotal} * 0.1) + {liquor subtotal}'&#60;/p&#62;
&#60;p&#62;That didn't work. But, if I put the same code in the net subtotal that i am using the liquor subtotal (price * quantity) + (price * quantity), etc, that works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58992</link>
			<pubDate>Tue, 15 May 2012 10:44:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export the form and send the XML file to me to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; so I can take a look? Please reference this post in your email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58991</link>
			<pubDate>Tue, 15 May 2012 10:42:17 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">58991@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;unfortunately it is in a private dev site. Would a screenshot do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58958</link>
			<pubDate>Tue, 15 May 2012 07:48:25 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form so I can visually see this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58949</link>
			<pubDate>Tue, 15 May 2012 00:58:11 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">58949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update: It seems like the second field may be having a problem getting the updated sub total from Product Subtotal:33.2, which gets updated as quantities are filled out for each individual product.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Calculate Percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-percentage#post-58948</link>
			<pubDate>Tue, 15 May 2012 00:46:34 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">58948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that I need to perform several percentage calculations on for taxes and gratuity. So I have 3 &#34;total&#34; fields. The first just totals up all the products. The second I need to take the product subtotal and add 10% to it. So I wrote the following formula:&#60;/p&#62;
&#60;p&#62;'( {Product Subtotal (Price):33.2}  *  0.10) + {Product Subtotal (Price):33.2}'&#60;/p&#62;
&#60;p&#62;This doesn't seem to be working though. Am I missing something?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
