Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Need to configure RUN TIME ANALYTICS

Akilan
New Contributor
New Contributor

Need to configure RUN TIME ANALYTICS we are getting two inputs from users, START_DATE and END_DATE.

1. END_DATE - By default it should be current date, and it should be editable.

2.Difference between START_DATE and END_DATE should be less than or equal to 15 days. if user select more than 15 days it should throw an error.

We referred Saviynt and forum documents but couldn't find much information.

8 REPLIES 8

rushikeshvartak
All-Star
All-Star

1. END_DATE - By default it should be current date, and it should be editable.  - Keep default value as blank during configuration 

2.Difference between START_DATE and END_DATE should be less than or equal to 15 days. if user select more than 15 days it should throw an error. - You need to show no records. You can’t show error messages on analytics 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Difference between START_DATE and END_DATE should be less than or equal to 15 days. It's possible to configure this requirment in Run time.

  • No. In runtime you can't restrict but in query you can do

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor III
Honored Contributor III

Hi @Akilan , you can add a condition 

DATEDIFF(ENDDATE,STARTDATE) <=15


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Akilan
New Contributor
New Contributor

Hi,
Thanks for the inputs.

DATEDIFF(ENDDATE,STARTDATE) <=15 this is working for 15 days or less.

1. END_DATE - By default it should be current date, and it should be editable.  I can't leave it empty ENDATE tab in runtime analytics. 

Akilan_0-1722931163356.png

2) Is it possible to configure STARTDATE is (ENDDATE-7 )days by default .For example ENDATE should be current date(6-Aug-2024) and STARTDATE should be (30-Jul-2024). If the user want to change the STARTDATE and ENDDATE its should be editable and maximum date range is 15 day.

Expected Result should be like this (ENDATE is Current date and STARTDATE is ENDDATE-7 days)

Akilan_1-1722932410648.png

Expected result Date difference is 15 days max.

Akilan_2-1722932418580.png

Regards,

Akilan.

 

cant leave box empty 

NM
Honored Contributor III
Honored Contributor III

Hi @Akilan , can you add now() in default value


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Akilan
New Contributor
New Contributor

Hi @NM ,

If i add now() in default value. It is showing this.

Akilan_0-1722934121890.png

Regards,

Akilan.

 

Default value is not supported for date


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.