We have 2 different searches which interrelated.
1st search is called through a macro which publishes its result into a lookup file.
while 2nd search uses the data from the lookup file(result of macro) to get the desired result.
Currently we are calling the macro in 1st panel, while the 2nd panel has the 2nd search.
Issue:
When we refresh the dashboard both the 1st and 2nd panel are running in parallel because of which we are getting the desired result.
Resolving requirement:
When the dashboard is refreshed, 2nd panel must wait till the search query of 1st panel is complete.
↧