Você está na página 1de 5

1) See below picture

To calculate average for each row in block what is right calculation

A) =Average([Sales revenue]) ForAll ([Store name];[Year])

B)=Average([Sales revenue]))

C) =Average([Sales revenue]) In Block

D) =Average([Sales revenue]) ForAll ([Store name])

Ans A,C
Suppose that you are working on a report containing these columns:

In the address column, you want to display only the street names for each of the eFashion stores.

A =SubStr([Address] ; Pos([Address] ; " ")+1 ; Length([Address]))

B =SubStr([Address] ; Pos([Address] ; " ")+1)

C =SubStr([Address] ;5, Length([Address]))

D =SubStr([Address] ; Instr([Address] ; " ")+1 ; Length([Address])


Ans A,B

3) Seel blow block


the report show 3 product lines alter filtering, developer add total for revenue
column, analyst wants to see all product line total and difference of the all product
line total and filtered product line total , what function is used to achieve above

A)=NoFilter([Sales revenue])

B)=BeforeFilter([Sales revenue])

C)=AfterFilter([Sales revenue])

D)=NoFilter([Sales revenue]) -Sum([Sales revenue])

4 see the below picture


Above report user selecting State name form the prompt, what is function to display
the prompt value in textbox

A ="Your Choice is :"+Prompt("Enter values for State:")

B ="Your Choice is :"+UserResponse("Enter values for State:")

C ="Your Choice is :"+UserResponse()

D Non of the above

Ans B

5
calculates the number of years that stores have been trading, based on the date the stores opened.

A =DaysBetween([Open_Date] ; CurrentDate())/365.25

B =MonthsBeween([Open_Date] ; CurrentDate())/12

C =YearsBeween ([Open_Date] ; CurrentDate())

D None

Ans A

Você também pode gostar