How can I get boxes checked to go over to a different sheet, from multiple sheets? Is this possible? - google-sheets

I am trying to make a Task Spreadsheet for work, and I can't figure out how to get it to move the completed tasks to the front page. Would I be able to have uncompleted tasks show up on that page as well? Here is the sheet I'm working on. https://docs.google.com/spreadsheets/d/1EzG8h32-T1le1d2eL1fkuxjB6Nhm9NI44kJv9fz5C-s/edit?usp=sharing
I tried looking up some scripts that get them to move to another page and every time it just showed an error saying it couldn't specify "getname".

Related

Multiple Export of Different Selections in Dropdown selection

I'm trying to find a way to automatically change the dropdown to the next name on the list, wait for a second or so for the results below to change and then export that page as PDF!
I would do it manually but there will be about 100 names on the list!
The data pulls up fine it's just the avoiding all the manual work that would be done each month for the 100 people!
And maybe if there's a way to rename the pdf with the name of the person?
Too Much?
I
Why not make a script ?
You could first get all the item of your drop down list, then you change the cell value of your drop down list and you pause the script for 1 second.
If you need more help to do it just ask me !
this is not really resolvable in the scope of Google Sheets only. basically what you need is a macro that will run outside of the box and automate whole this process while you take a quick nap. you should look into AutoHotKey which is able to do exactly what you want with delays, auto clicking on buttons to download and stuff like that. there is full documentation on how to build your script, many tutorials and even discord channel if you need pro help. Example:
https://youtu.be/bS-ycdoOyj8

Google Sheets: Keeping static data aligned with data returned from a query as new data is added on top

first time poster but I've been able to solve a lot of problems with through the brilliant answers this community provides to users. So, firstly, thanks!
I'm making a Job Request tracking spreadsheet as well as using a Google Form to get the input data.
Jobs fall under categories of Building, IT, Keys, Maintenance and OHS as asked in the first question of the Google Form.
Depending on which category is selected, the user will go to a different section of a form with different questions.
That's all working great.
The data for all responses is saved in the same form response sheet and then using the Query function I have 5 sheets set up, one for each category, and I'm reading the relevant data into each sheet. The data is sorted based on date and time so that the most recent entry is at the top of the sheet.
To the right of each data set on each individual sheet I want to track whether the job is Completed, Pending, Not Approved. I want to track who gave it approval, and so on.
The problem is that when new data comes into the sheet it moves to the top as it is the most recent data. But the Completed, Pending, Not Approved, and other notes will not move down the sheet with the older data.
Help would be greatly appreciated.
Thanks!

jira script runner script that counts 2 statuses or fields togheter

i want to count how many issues are in status open, and in verify (our custom flow) per day.
if today 3 issues entered into status open, and 3 entered into status verify i would like to see the result of that field saying 6.
now sure how the script should be done in SCRIPT RUNNER.
thanks guys =)
It would help if you could tell what you want to solve. JIRA allows you to define filters, that will give all the time as result a list of issues found. You can then define / use reports and / or gadgets on dashboards to display the data based on those filters.
So a solution could be:
Define a filter that searches for the issues. Something like project = XYZ AND status in (open, verify).
Save that filter under a name (e.g. "Open and verified").
Use that filter then in a gadget that displays the issues as chart, ...

What are the missing features in adempiere web UI

I was working on the ADempiere Web UI. But found many features are not working in Web UI like value format . And found some forms are not working properly. Can you list out the mis links in WEBUI compare to the application?
The important things are
1.Reset user password does not submit changes
2.Cannot create a new Sales Order. If created, cannot be saved. DocType and Partner Locations Fields doesn't retrieve anything.
3.When creating a line item, if product is updated to choose one different from the originally chosen, the unit price and line amount are not updated unless the quantity is changed.
4.When trying to create a PO from a requisition, the process fails with an error without any further description of the problem
5.Some pull down selection such as for categories and codes doesn't work. They have zoom buttons but some have no window error. The common error is eve though it has a window when zoomed, it doesnt do anything to get the selected value back.
6.Cannot Open/Close Periods, Period Action doesnt have values.

SharePoint search not finding someone and job title displaying incorrectly for one person

I am the SharePoint administrator for a company. Usually I can find how to fix problems rather easily but this time I am stumped. I have two problems. One of them is there is a person who has a MySite but when you use the people search she does not show up. The second problem is there is another whose job does not show correctly and when you search by job it doesn't show correctly. Its missing one word in the job title. To update profiles we use a data base that stores there information and sends it to a intermediate database when a specific job is run. We use AD groups to determine who gets a MySite.

Resources