=sort filter including minimum value Google Spreadsheet - forms

I hope you can help me. At this moment I am busy with creating a presentation with an auto updated graph. In this graph I will show the top 5 latest scores of people that are attending a competition. The values will be added via a google form but the score will be added later in the google spreadsheet.
The problem at this moment is that it also shows input with '0' value. I need to have the values visible once it is higher than '0'.
Does anyone know how this is possible to manage? :)
See example here: https://docs.google.com/spreadsheets/d/1cld9sU51Xf78fR14RH7gGlPNkz1Z7732DD5leQwweb4/edit?usp=sharing
Thanks!
KR Sami

Related

Is there a way to get the names/ ID's of all sheets within a spreadsheet?

I want to know either all sheets name or ID number in a specific spreadsheet, but I cannot find anything that will help me. There are many people who have done this in other languages other than swift, but swift is unique in the way it uses and handles the google sheets API. I do not even know how to get started. Is there anything anyone has that can help?
I don't know where to start, and I am having a lot of trouble with this. I want to be able to use a dropdown menu (from iOSDropDown) to select one of the existing sheets, but I need a way to find the sheets name or ID. People have done it in JavaScript, but there is literally almost no support for swift on the internet. I have already been through the sheets API's hundreds of times, and I have searched through stack overflow and other places as well.
I do not have any results.
To get the names, I ended up having a number on the sheet that I add one to every time and I put the name of that sheet right below the last sheet.

Adding specific number of sections in a google form

When an user enters a number into a field (representing the number of persons in a group), I want to have a section of google forms to be multiplied that many times - one for each person. In each such section I need to enter their details. Anybody did something similar to this ?
I think what you're trying to do isn't possible (without using App Scripts) but I have built a little example of something that might work for you. Please see if this will work and get back to ASAP.
Pretty much it has a title page asks the user how many people they want to sign up. Then, depending on the answer, the form directs them to a section with the appropriate number of sign-ups.

Display Moodle lesson activities/resources in other places

Keeping it short, I would like to display the resources/activities somewhere else on the page. I am looking for the code where I can use in a different div that will show the resources of the current week selected. Using the weekly format of 1 week per page. Any help would be appreciated.
You can do that, there is a function in course renderer,
course_section_cm_list, check that. it will provide you the list.

Google Sheets Custom Gauge Chart

Is it possible to use a cell value as the MIN/MAX values within a gauge chart? At the moment if I set the value so anything other than an integer value it gets cleared the sec I move away from the input field.
I've looked into other customization options but all the documentation for coding custom values for charts seems to be when using the draw api on a custom app or webpage. In this instance I'm just trying to customize and embed the charts within the current working spreadsheet.
Appreciate any help or insight the community may have cause my searching is returning NULL.
No. Try and enter anything other than a number and a warning message appears:
Must be a number.

iPhone Application Tracking through Google Analytics

I have implemented the new Google Analytics tracking in my iPhone app and I can see the data in my Google Analytics reporting screen.
However, I want to extract this data and display it on my site using the Core Reporting API. I get the page views for my site using the ga:pagePath filter on the Visits metric. I can't however find any documentation about how I would extract the Screens data from the report. Has anyone found any?
Ideally I would like to filter the Screens by Screen Name and get the number of views. The only metric I have found is ga:appviews which returns my total number of appViews so do i filter the screen Name on this and how would I do that?
Thanks for any help you can offer!
Paul
I think google just forgot the ga:screenName which they should have created in:
https://developers.google.com/analytics/devguides/reporting/core/dimsmets/apptracking#ga:uniqueAppviews
ga:screenViews is working well now ! :-)
you have also : ga:screenName and ga:uniqueScreenViews