Posts by Brondby IF • 117 points
4 posts
-
-1
votes0
answers9
viewsQ: When I select one of the drop-down checkbox options created from D3.js instead of returning the correct value, it delivers Undefined
The code below is totally usual and was created via Visual Studio Code (https://codevisualstudio.com/) and the test page is created via Live Server Extension…
-
-1
votes1
answer43
viewsQ: Set position of the dropdown box using . append()
Currently my dropdown box is appearing below all other elements: I wish it appeared above the button Radar 1 and the next text box. Well, I tried to define the position as follows: <body…
-
0
votes1
answer38
viewsA: How do I copy information from a column in googlePlanillas without repeating data if they have repeated data?
Use the function: UNIQUE In your case the use would be as follows: =UNIQUE(A2:A)
-
1
votes0
answers71
viewsQ: Search only files created by me in Google Drive
Good morning I am creating a script to delete files with more than 3 hours of creation in a folder in Google Drive, but there is a certain lock that you can only delete files created by you, so I…