<?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: Create a report from 2 forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms</link>
		<description>Gravity Support Forums Topic: Create a report from 2 forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:05:41 +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/create-a-report-from-2-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375797</link>
			<pubDate>Thu, 11 Jul 2013 12:39:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">375797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sorry, but I can't help you create this customization. All of the information you need should be available to you in our Gravity Forms files, and the database tables created. You should be able to get a list of entries from rg_lead_detail.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gediweb on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375794</link>
			<pubDate>Thu, 11 Jul 2013 12:36:46 +0000</pubDate>
			<dc:creator>gediweb</dc:creator>
			<guid isPermaLink="false">375794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;Could not make it work :(  i am a little dangerous with SQL, but in no way an expert.  &#60;/p&#62;
&#60;p&#62;How do i get a list of all the entries for each form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gediweb on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375579</link>
			<pubDate>Thu, 11 Jul 2013 09:57:22 +0000</pubDate>
			<dc:creator>gediweb</dc:creator>
			<guid isPermaLink="false">375579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks, will see if this helps...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375573</link>
			<pubDate>Thu, 11 Jul 2013 09:51:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">375573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is what we use in export.php -  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$sql = &#38;quot;SELECT d.field_number as field_id, ifnull(l.value, d.value) as value
                    FROM {$wpdb-&#38;gt;prefix}rg_lead_detail d
                    LEFT OUTER JOIN {$wpdb-&#38;gt;prefix}rg_lead_detail_long l ON d.id = l.lead_detail_id
                    WHERE d.form_id={$form[&#38;quot;id&#38;quot;]} AND cast(d.field_number as decimal) IN ({$field_ids})
                    LIMIT {$offset}, {$page_size}&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gediweb on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375559</link>
			<pubDate>Thu, 11 Jul 2013 09:45:56 +0000</pubDate>
			<dc:creator>gediweb</dc:creator>
			<guid isPermaLink="false">375559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, can you give me the SQL that generates that export, then i can work with that.  I need to do the export/comparison couple times a day, so i need to automate it a bit
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-375520</link>
			<pubDate>Thu, 11 Jul 2013 09:04:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">375520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you export the two forms as two CSV files and then manage/manipulate the data? We don't have a database schema available. The tables that store entry data are the _rg_lead tables. I hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gediweb on "Create a report from 2 forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-report-from-2-forms#post-374498</link>
			<pubDate>Wed, 10 Jul 2013 23:07:58 +0000</pubDate>
			<dc:creator>gediweb</dc:creator>
			<guid isPermaLink="false">374498@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 2 forms, registration and credit cards.  I have a lot of registrations and not so many payments.  I ideally would like to have a report in Excel that will give me all users, indicating who paid anw who did not.  I have access to db from desktop, but cannot figure out how to make a query.  is there a description on how Gravity keeps the data?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
