0

Text / Date Functions
I need to have a field that calculates 342 days added on to ‘breeding’ date entered in a table -
So if someone enters 1/1/2016 for a breeding date
I need the foaling date to show: 12/8/2016 (342 days later)
is there something like (Breeding_Date)+342(days)
So if someone enters 1/1/2016 for a breeding date
I need the foaling date to show: 12/8/2016 (342 days later)
is there something like (Breeding_Date)+342(days)
Like Follow
71replies
-
Hi Martin,
try this:
https://www.dropbox.com/s/d4kgfhvgfpaai1k/All_Day_Appointments.ninox?dl=0
regards
Leo -
Hello,
I'm currently on a 30-day trial for the cloud service. It looks like Ninox can provide a lot of the functionality I'm looking for for my business. I want to use the multi-line text field to enter notes/contact history for a contact/company, but it would be great if there were a way for the current date to be entered automatically at the beginning of an entry so that I know when I wrote it, or when I sent an email to the contact. Is this possible?
Regards,
Dean -
Hi, I have a choice field called "Callback in" with the options 3, 6, 9 and 12 (being a number of months).
I want to calculate a date which is x number of months from a certain date ("Last contacted"), where x is the choice selected.
I tried "'Last contacted' +( 30 * number('Callback in'))" as the simplest solution but it doesn't work - it just adds 1, 2, 3 or 4 months to the date, not 3, 6, 9 or 12.
Can you help please? Alternatively is there a way of calculating it using calendar months rather than an average of 30 days per month?
Thank you! -
Hi Leo - now I have put the formula in place, I can't select anything from "Callback in" unless I reload the database. I can then select an option and it updates the date.
However, if I then try to change "Callback in" to a different choice, it won't let me. I have to reload the database, go back to the record and then it works.
Does that make sense? -
Hi, I'm a current Tapforms user investigating wether Ninox could be a useful replacement...
I need a calculated field to show the remaining years & months between "today" and a date in the future (other field).
I can't find in your user manual wether Ninox can actually provide such a type of format as the result of a calculation? Like for example: "4 years, 3 months".
Would that be possible and how should that be achieved?
Much appreciated.
Thierry -
Hi Thierry,
Here is a sample database. The duration is calculated in both directions (future and past)
https://www.dropbox.com/s/1fz6tdefgk0pjkn/DURATION.ninox?dl=0
regards
Leo -
Hi,
I've the function in a function field named "Check":
if 'Fattura N.' != null then
"Fatturato"
else
if 'Data ricezione' != null and 'Data invio a fornitore' != null and 'Data evasione fornitore' != null and 'Data invio a cliente' != null then
"Fatturabile"
else
"Non Fatturabile"
end
end
I would like to add an icon near text "Fatturato", "Fatturabile", "Non Fatturabile".
Is it possible?
thx a lot