Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Re: Table labels
Also I would be nice to have a way to dynamically get the name of a table from a record(formula field) within that same table? Something like: let myTableName := getTheTableNameOf(this.…
Sébastien
Sebastien
2 yrs ago
Learn & Share
Reported - view
Re: Adding Months to a date
If you want to get accurate about the end dates of any months, try this simple formula contaning at least one variable: let overDate := date(year(Date), month(Date), 31);…
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Re: Adding Months to a date
If it's a pair number like 36, there is no problem except if the start date is over day 28 and it lends in febuary. That is because month() are caculated in 31 days.…
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Re: Adding Months to a date
let theYear := year(Date);let theMonth := month(Date);let theDay := day(Date);let addMonths := 36;let newDate := date(theYear, theMonth + addMonths, theDay); "Carefull for the end of febuary tough";…
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Table ID or name
Is there a way to dynamically get the name (or perhaps the id) of a table from a record(formula field) within that same table? Something like: let myTableName := getTheTableNameOf(this.…
Sébastien
Sebastien
2 yrs ago
1
reply
677
Get help
Re: How to create recurrent events?
let theId := Type;let theAmount := Salary;let theDate := date(year(Date), month(Date), day(Date));for i from 1 to 25 dotheDate := theDate + 14;let c := (create Table1);c.(Texte := theId);c.…
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
How to create recurrent events?
How do you create recurrent events entriy such as salary?
Sébastien
Sebastien
2 yrs ago
1
reply
539
Get help
Re: Calendar
recurrent event like salary(every 2 weeks), how do you manage that? Why only birthdays?
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Re: Create weekly recurring appointments
Can you put the exemple on your website?
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Re: Create weekly recurring appointments
Can you put the exemple on your website?
Sébastien
Sebastien
2 yrs ago
Get help
Reported - view
Sébastien
Sebastien
10
0
0
Joined: 06 Apr 2020
Follow
Home
Learn & Share
Get help
View all topics
Tags