Question 36
Which group of users would most likely use pivots?
Question 37
Which of the following statements describes POST workflow actions?
Question 38
A calculated field maybe based on which of the following?
Question 39
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull<field2>, "NO-VALUE", fieid2)
Which of the following is the equivalent using f ilinull?
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull<field2>, "NO-VALUE", fieid2)
Which of the following is the equivalent using f ilinull?
Question 40
A data model consists of which three types of datasets?
