Just simple idea I want to implement, I have 2 tables, table A there is formula field WeekCount to count how many weeks between 2 fields StartDate and EndDate, therefore I want to multiple rows to be created in Table B based on the value of WeekCount:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Mazen
Hello,
Just simple idea I want to implement, I have 2 tables, table A there is formula field WeekCount to count how many weeks between 2 fields StartDate and EndDate, therefore I want to multiple rows to be created in Table B based on the value of WeekCount:
Example:
Table A:-
based on update:
StartDate 01/01/2024
EndDate: 31/01/2024
Formula Field
WeekCount will be = 4
Trigger Action to create in Table B:-
Row 1 (Field OrderOfWeek will be = 1)
Row 2 (Field OrderOfWeek will be = 2)
Row 3 (Field OrderOfWeek will be = 3)
Row 4 (Field OrderOfWeek will be = 4)
Any Help!
Thank you
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.