Relative date condition not working in PA indicator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 10:04 AM
Hi,
I have created am indicator and I need to show all the results where breach time is less than 24 hours from now. When I am giving that condition in the indicator it is not showing any result.
However when I am giving the below condition it is giving me results.
I need the first condition to work as that is the exact filter to be applied. Also if I just apply the first condition in the table filter directly its working but somehow its not working here in the indicator. Has someone faced similar issue earlier or is there anyway we can solve this.
Regards,
Maharshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 10:14 AM
Hi @MaharshiC
Yoou should use date field in Indicator source which gives reference to scheduled job to pick the records during its run. Can you confirm if you have added any field as such ?
Taking an example of OOB Indicator source as below :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 10:45 PM
Hi Bhav,
Actually all date filters are working for me except relative . Like you can see in the 2nd picture of my question before or after is giving result just the relative filter is not giving result but I am sure it should give value because when I am applying the same filter in table it is returning result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 12:07 PM - edited 08-09-2024 07:44 AM
The condition "Closed", "After", "Today" will never be true. PA Data collection counts records that match Indicator and Indicator Source conditions. It may work on a Historical Data collection job, as "today" get replaced by the current day being processed.