<?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: Zero value of calculation field not shown</title>
		<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown</link>
		<description>Gravity Support Forums Topic: Zero value of calculation field not shown</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 03:31:22 +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/zero-value-of-calculation-field-not-shown" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72525</link>
			<pubDate>Fri, 24 Aug 2012 16:45:06 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">72525@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Ben,&#60;/p&#62;
&#60;p&#62;This is a bug. I have just emailed you a version of Gravity Forms with the bug fix (1.6.5.1.5). As I mentioned in the email, this fix will also be available in the next public release of Gravity Forms.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72461</link>
			<pubDate>Fri, 24 Aug 2012 07:45:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure thing.  Sorry about the trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72459</link>
			<pubDate>Fri, 24 Aug 2012 07:44:32 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">72459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris. Glad you could reproduce the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72457</link>
			<pubDate>Fri, 24 Aug 2012 07:41:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tested this and was able to confirm.  Let me ask the developers about this and see what they say.  Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72439</link>
			<pubDate>Fri, 24 Aug 2012 05:49:00 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">72439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Am I allowed to bump topics on here? It's been a couple of days and I've had no response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Zero value of calculation field not shown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zero-value-of-calculation-field-not-shown#post-72121</link>
			<pubDate>Wed, 22 Aug 2012 13:24:41 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">72121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've searched the forums and can see related issues, but not this exact problem.&#60;/p&#62;
&#60;p&#62;I'm developing a simple quiz. I'm running GF 1.6.5.1 which has the new calculation feature.&#60;/p&#62;
&#60;p&#62;The form has several pages.  The pages alternate between question and explanation. Each question is a field with radio buttons, and I'm using values to specify 0-values for wrong answers and 1-values for correct answers.  On the final page (after the submit button is clicked) I want to say &#34;You scored: x&#34;.&#60;/p&#62;
&#60;p&#62;To achieve this I've created a &#34;Your score&#34; field, and makes use of the calculation feature, using a calculation like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;{Question 2:3} + {Question 1:1} + ...etc&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I then include the total field in my confirmation text. e.g.:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;You scored: {Your score:13}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This works fine, as long as the calculated value is not zero. If the value is zero then it just displays:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;You scored:&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;With no number.&#60;/p&#62;
&#60;p&#62;Any ideas why this is happening and how I can get the zero value to display?  I originally had the 'Your score' field as admin only, to hide it, but I read something elsewhere in the forums about admin only fields not liking zero values.  However, I get the same issue if the 'Your score' field is visible to everyone.&#60;/p&#62;
&#60;p&#62;You can see it at &#60;a href=&#34;http://studentswitchoff.oikos-host.org.uk/university/university-of-swindonia&#34; rel=&#34;nofollow&#34;&#62;http://studentswitchoff.oikos-host.org.uk/university/university-of-swindonia&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
