Hi Team,
I am trying to prepare the workflow, as currently we have the below data. In that workflow we want July'24-month data as I am preparing on Jan'24.
For Example, I am working on July'24-month data and I want "Currency and July'24-month data" separately via WF. like below. Same if I want to prepare for May'24, it will auto separate the data for which I want.
Available data: -
| Currency | May'24 | June'24 | July'24 |
| ILS | 0.27052 | 0.26838 | 0.27271 |
| HKD | 0.12803 | 0.12804 | 0.12805 |
| KRW | 0.00073 | 0.00072 | 0.00072 |
Required data: -
| Currency | July'24 |
| ILS | 0.27271 |
| HKD | 0.12805 |
| KRW | 0.00072 |
Regards,
Mahesh
Solved! Go to Solution.
using dynamic select tool
[Name] = "Currency" or
[Name] = datetimeformat("2024-07-01","%B-%y")
you may convert the workflow into yxwz and use interactive tool to change the month.
@Maheshp using the analytical app
Hi,
Mine is old version, can you please share the workflow in older version to make us understand.
Regards,
Mahesh
try the below post to downgrade the workflow
