Print custom message when there is no data in table return by kusto query #103
Unanswered
itshemant09
asked this question in
Q&A
Replies: 1 comment
-
Perhaps, it is better to ask this kind of question at StackOverflow, tag it with 'kql'. Please use datatable() to present your input data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a dashboard, where in backend Kusto query are running and plot a graph on dashboard based on the results.
I am trying to print a custom message like,
| extend CustomColumn=iff(isempty(expectedExpiration),"Expiration data is not available for this ",expectedExpiration)
i tried isempty, isnull, isNaN function as well but I am not getting this custom message as an output.
Can you help in finding what is going wrong here or I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions