<?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: Sort Multiple Calculation based on total Value sort</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort</link>
		<description>Gravity Support Forums Topic: Sort Multiple Calculation based on total Value sort</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:16:11 +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/sort-multiple-calculation-based-on-total-value-sort" rel="self" type="application/rss+xml" />

		<item>
			<title>Joseph on "Sort Multiple Calculation based on total Value sort"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort#post-98041</link>
			<pubDate>Sun, 02 Dec 2012 16:41:12 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">98041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Lets say I have questions coded red, blue, yellow&#60;/p&#62;
&#60;p&#62;3 questions for each code&#60;/p&#62;
&#60;p&#62;each having likert values 1 - 5.&#60;/p&#62;
&#60;p&#62;User 1 completes form...&#60;/p&#62;
&#60;p&#62;their results are &#60;/p&#62;
&#60;p&#62;Red 10&#60;/p&#62;
&#60;p&#62;Blue 15&#60;/p&#62;
&#60;p&#62;Yellow 9&#60;/p&#62;
&#60;p&#62;User 2 completes form&#60;/p&#62;
&#60;p&#62;their Results are&#60;/p&#62;
&#60;p&#62;Red 5&#60;/p&#62;
&#60;p&#62;Blue 9&#60;/p&#62;
&#60;p&#62;Yellow 15&#60;/p&#62;
&#60;p&#62;User 1 results in value order&#60;/p&#62;
&#60;p&#62;Blue&#60;br /&#62;
Red&#60;br /&#62;
Yellow&#60;/p&#62;
&#60;p&#62;User 2 results in value order&#60;/p&#62;
&#60;p&#62;Yellow&#60;br /&#62;
Red&#60;br /&#62;
Blue&#60;/p&#62;
&#60;p&#62;Each colours total relates to a completed text field&#60;/p&#62;
&#60;p&#62;What ever the order colour would the text field would be passed through to the next page.&#60;/p&#62;
&#60;p&#62;so user 2 would see a screen like this&#60;/p&#62;
&#60;p&#62;This is the order of your preference based on the results&#60;br /&#62;
{HIDDEN YELLOW TOTAL} You like bananas lots with everything&#60;br /&#62;
{HIDDEN RED TOTAL} You like drinking the blood of Virgins&#60;br /&#62;
{HIDDEN BLUE TOTAL} You like eating smurf sandwiches
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Sort Multiple Calculation based on total Value sort"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort#post-95785</link>
			<pubDate>Mon, 26 Nov 2012 13:20:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">95785@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you walk me through exactly what and where you are trying to do things? Yes, you can sort things using PHP, but I won't be able to tell you how easy or difficult it would be until I completely understand exactly what you want to have happen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "Sort Multiple Calculation based on total Value sort"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort#post-95783</link>
			<pubDate>Mon, 26 Nov 2012 13:12:35 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">95783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would this be somethings that is doable by creating a temple using something like this&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://php.net/manual/en/array.sorting.php&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/array.sorting.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Sort Multiple Calculation based on total Value sort"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort#post-95775</link>
			<pubDate>Mon, 26 Nov 2012 12:48:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">95775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As far as I know, we don't have any sort functions anywhere in Gravity Forms currently.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "Sort Multiple Calculation based on total Value sort"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sort-multiple-calculation-based-on-total-value-sort#post-95772</link>
			<pubDate>Mon, 26 Nov 2012 12:43:38 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">95772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have multiple calculations on one form, category values...&#60;/p&#62;
&#60;p&#62;EG&#60;/p&#62;
&#60;p&#62;Red= 10&#60;br /&#62;
Blue= 16&#60;br /&#62;
Yellow = 5&#60;/p&#62;
&#60;p&#62;is there a way with gravity forms to have the result sorted by value.&#60;/p&#62;
&#60;p&#62;As above it would display as &#60;/p&#62;
&#60;p&#62;Blue= 16&#60;br /&#62;
Red= 10&#60;br /&#62;
Yellow= 5
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
