I'm trying to do charting in D7 but it's quite difficult to appreciate what is actually happening in using the aggregation tool just to accomplish aggregation with a plain table. I'm trying to do something very simple. Let's assume the following data set that has a fruit variable and characteristics variables like location and number of each, which is a count of form submissions each time an item is created. What I'd like to do is just get a list of fruit that I have received from different states, regardless of number. If I have at least 1 record, it's a state I receive product.
I'm using D7 and added a view which is of a content field. I'm trying to list all nodes of a content type that have a webform submission or which the user has begun. I can see and add a field
Webform: Webform submission count
The number of webform submissions on this node.
I've been tasked with archiving a Drupal 7 site under a new subdomain. In doing so, I ran an 'update replace' MYSQL query to change the links from 'www.site.tld' to 'archive.site.tld'.
The pages that were touched by the 'update replace' MYSQL query now have a blank body section. I've been manually editing each node by copying the HTML from the database ('field_data_body' table) and pasting the code ('body_value' column) into the admin panel's plain text field.