cancel
Showing results for 
Search instead for 
Did you mean: 

Date range using "Date Field" from basic component

Former Member
0 Kudos

Hi,

I have a Date field component where the values are captured from HANA view mandatory defaulted to 8/1/2017 to 8/15/2017 and data in KPI tile is populated correctly.

Now when I load the data source in the button component

and use the range to get the data from 8/1/2017 to 8/31/2017 and click the button OK

DS_1.clearAllFilters();

V_FROM=DATEFIELD_1.getDate();

V_TO=DATEFIELD_2.getDate();

DS_1.loadDataSource();

DS_1.setFilter("RequestedDeliveryDate",{"low":V_FROM,"high":V_TO});

The KPI Tile says no data available in that range .Can you please suggest

Accepted Solutions (0)

Answers (0)