hi everyone,
i am working on getting transaction reports from different portals, so actually, the process is like,
i have to get transaction details from 1st of previous month to 5th of current month
from 6th of current month onwards, it should strat again from 1st of current month to till present day
here i have applied logic to the first part , where i got struck is ,i don know how to persue from again 1st of current month to present day once it reach 6th of current month
please any help could be appreciated
Hi @kaavya
You can do for example as follows:
Get the current date per Today() function.
Replace the first two characters with 01. I mean replace for example 06.08.2021 with 01.08.2021
To do that you need get substring or replace string function etc.
Then you can calculate the next month using the current date also.
You can read the month per substring. And then you can set it + 1
and you can also replace the first two characters with 06.