If its possible to enter a remote session with you again, or have you link me to a video where you edit this sort of thing, I'd be most grateful. In custom when I do duplicate the table code, and remove the portions I don't want to see it doesn't modify.
Do you happen to have a recommendation on how I could most efficiently achieve this?
Am I able to add something to the code I shared to split it into the other column? I tried adding two of the table view elements, and then wanted to go into the "custom" portion and delete some of the fields from each in the code, but the code didnt duplicate like I was anticipating. I'm having trouble wrapping my head around it....
Should I be able to break this data into 2 columns easily, or should I change the way in which data gets entered?
Thank you again also. I appreciate that you have the answers.
Hello, if someone has time, can i get some help with Column Wrap?
My view page is filling one column across 2 pages, but I want to fill one page if possible. I've been trying to follow along with notes in here, and also a bootstrap page but I'm not understanding.
My trial ran out.. I decided to pay anyway and try to move forward. If there is a way I could word my question more effectively please let me know. I think I'm explaining too elaborately, but could maybe use some assistance in trying to ask my question in a better way?
In my form if someone completes the same form 8 different times in the same day, is it possible for me to make a summary page that shows all 8 results based on the date?
My data collection is set up the way I'd like it to be now.
I'd like to make a "Reports" page now, and I'm stuck a bit. If you have a tutorial to recommend, please let me know. I've watched a couple a few times, but not understanding yet.
with chart values showing a bar for Goal_1 period 1 score (1-4) Goal_1 period 2 score (1-4) ...... additional Goal_1 scores per period Goal_2 period 1 score (1-4)
I want my chart to have all Goal scores be grouped together by Goal per period, and I'd like to do this based on the particular day.
@phpdad I think the issue is with your MySql query for the default value. Please note that the value your query should return should be a single value and not a list. And from what I see on your query, you just copied the query generated for you from the select field and paste in in the Selected Default value, which is wrong.
SELECT Goal_1 FROM students WHERE (Goal_1 = 'Dance Better')
Thank you. I think I may be trying to do something that's not supported, or possibly need another trick to get me there. https://photos.app.goo.gl/rMpvR25MnY6tF25DA <- Video
When I select the student I want Goal_1 to show the personalized individual goal that was set, like "Get Better at coding" in this example.
Then I can have a table of all the relevant info I'd need for reports.
That's the area I was poking around in, and I also included a snap of the page to better explain what I mean.
On my page I have to click the drop down to display a value, but I'd like for the value to show automatically. I'm using LookupDependentField to match the goal to the student because Goal_1 is a unique value for each student. On the snip example Goal_2 and Goal_3 are displaying how I'd like, but display incorrect info because they don't reference the Student_Name. If you're able to guide me in a different way to yield the same result I'm open to that also. I'm quite new at this, but trying to invest the time to improve.
When I use LookupDependentField, and LookupDependentMatchField on the page I want- I am able to see "Select A Value" Placeholder drop down box with the correct answer present..
Is it possible to skip the "Select a Value" and see a read only version of that answer displayed without additional clicking/selecting?
When I attempt to do Default Selected Value I think I may be doing it incorrectly if that's the solution...
"SELECT DISTINCT Goal_1 AS value,Goal_1 AS label FROM student"
I have 3 tables- Student - this table has Student_Name, Goal_1, Goal_2, Teacher_Name Teacher - Teacher_Name Chart - Teacher_Name, Student_Name, Goal_1, Goal_1_value, Goal_2, Goal_2_value, etc...
I want Chart/Add to:
Select a Student and show a read only copy of Goal_1 so that I can assess and assign a value to Goal_1
Please let me know if I can explain in greater detail. Thank you!