Forum Discussion
Time Range selection for stored functions via command line possible ?
Is there a way to select the Time Range programmatically (not via the drop down menu "Select Time Range") for which a stored function shall be executed ?
Even if the stored function specifies a Time Range in the query, when invoking it, the specified Time Range is not "recognized".
Example:
--- stored function "MyCountFunction" ---
Does anyone know a workaround for this ?
hi Noa,
thanks - you are right, the API call works perfectly, the bug only affects the UI.
The UI bug should not be a problem, the workaround you proposed solves it.
Thanks !
bye //emil.
2 Replies
- Noa Kuperberg
Microsoft
Hi Emil,
You're right. This seems to be a bug in the UI, caused by the fact the time range is not explicitly found in the query text (makes sense when calling functions).
As a workaround, I suggest you add any mention of "TimeGenerated" in your query, such as:
call_to_function() | ... where TimeGenerated != ""
FYI - the issue should not occur when calling functions programmatically.Thanks,Noa- Emilian ErtelBrass Contributor
hi Noa,
thanks - you are right, the API call works perfectly, the bug only affects the UI.
The UI bug should not be a problem, the workaround you proposed solves it.
Thanks !
bye //emil.