Forum Discussion
EleAguero
4 years agoFrequent Visitor
Value changed in the same row for another column
Hi Group! (new here) I have the next problem... I created a calendar table and now I want to make the equivalent to the fiscal date, so I added a column concatenating 3 columns to make the date, ...
- 4 years ago
you have two alternatives:
find the last day of each month, taking into account February
skip the day and define one by default in each month (e.g. 15). for tax dates no matter the day, the calculation is for the full month.
Syndicate_Admin
4 years agoAdministrator
you have two alternatives:
find the last day of each month, taking into account February
skip the day and define one by default in each month (e.g. 15). for tax dates no matter the day, the calculation is for the full month.
- EleAguero4 years agoFrequent Visitor
Thanksss!