You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussion with my colleague, they sometime have to create records based on sequential dates. For example:
record (from: 2018-1-1, to: 2018-1-31)
record (from: 2018-2-1, to: 2018-2-30)
record (from: 2018-3-1, to: 2018-3-31)
and so on...
Initially, I think this could not be possible. But after a second thought, I came up with some immature ideas. I can create some arithmetic expressions along side with a parameter pattern to reference dynamic record such as
Could this be useful? or it just complicates the generation logic. Anything simpler can be achieved?
The text was updated successfully, but these errors were encountered:
inksword
changed the title
Value of a field from one record depends on the value from a previous record
Field value can be computed from the value of a previous record
Aug 20, 2018
After discussion with my colleague, they sometime have to create records based on sequential dates. For example:
Initially, I think this could not be possible. But after a second thought, I came up with some immature ideas. I can create some arithmetic expressions along side with a parameter pattern to reference dynamic record such as
Could this be useful? or it just complicates the generation logic. Anything simpler can be achieved?
The text was updated successfully, but these errors were encountered: