I really could do with the current Day of the week as a Saved Value and i've not been able to do it.
This is the closest ive found to being able to do it and then i will have to used Historical Saved Value to compared the date to it to find the day.
viewtopic.php?t=28536
I did try using the Today function in excel but obviously as the file needs to be CSV that didnt work.
Is there not a more straight forward than this?
Day or Date into Bet Angel Challenge!
- jamesedwards
- Posts: 3915
- Joined: Wed Nov 21, 2018 6:16 pm
If you leave Guardian running for days at an end then you could create something where you initially tell it what day it is and how long until midnight, which would then keep track of the day until next restart.buyshirts wrote: ↑Thu Jun 05, 2025 6:13 pmI really could do with the current Day of the week as a Saved Value and i've not been able to do it.
This is the closest ive found to being able to do it and then i will have to used Historical Saved Value to compared the date to it to find the day.
viewtopic.php?t=28536
I did try using the Today function in excel but obviously as the file needs to be CSV that didnt work.
Is there not a more straight forward than this?
The Atho55 post in the link does that but you then have to have another version for the dates are double digits.
As i said really i just want the current day and using the date you then have to find the day from there.
Seems a long winded way to get something you would of thought would be relatively easy to get
As i said really i just want the current day and using the date you then have to find the day from there.
Seems a long winded way to get something you would of thought would be relatively easy to get
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
I managed to get them in like this.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
I used the Bet Angel API and created the stored values with a small script in python, I am more than happy to let you have the script if you want it. I am pretty sure this could also be achieved in excel.
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
Yes you can, using =TODAY() and =TEXT(A1, "dddd") then replace the cell as a static value and save as a csv.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
Once the Values have been imported I guess you can use them however you want.
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
Yes it did, to be honest using the API has definitely opened a lot more doors with the ability to bring a lot more information into Bet Angel.
-
- Posts: 65
- Joined: Sun Feb 28, 2021 11:12 am
Yes I do now, far more options available in my opinion.