Hello everyone, I am trying to connect to HANA view and do some calculations but since my db is large the admin team has restricted the data by date fields. so i need to input date range to extract the data i want. I need to run a report everyday using rolling 30 day data. (meaning:
From: Today's date -30, TO: today's date).
This is what i did: I used "Action" function to try finding a arbitrary text variable i have given in the script using "Replace" but it isnt working, could anyone please help me with this?
('PLACEHOLDER' = ('$$Act_GI_DAte_From$$',
'20200910'), - Here i tried doing this
('PLACEHOLDER' = ('$$Act_GI_DAte_From$$',
'Enterfromdate'),
and using "Action" i tried "Update with formula" option and tried replacing the "Enterfromdate" variable to "Datetimenow" also i did the appropriate formatting but no luck
{but nothing changes - doesn't throw any errors - just 0 records pulled)
Objective is to have 2 date ranges ( 30days from today)


