An engineer would like to present a trend using widgets to compare to a previous week's data.
Which two methods will allow the engineer to meet the requirement? (Choose two.)
An engineer would like to present a trend using widgets to compare to a previous week's data.
Which two methods will allow the engineer to meet the requirement? (Choose two.)
To present a trend and compare it to the previous week's data effectively, using widgets that inherently support displaying trends is essential. Creating a widget of type Line and checking 'Display Trend' with a definition of 7 days ago will directly show a visual trend comparison over the specified period. Similarly, creating a widget of type Number and checking 'Display Trend' while defining it as 7 days ago will also provide a clear numerical comparison over time. Custom widgets using queries or scripts do not inherently support the trend display functionality required for the task.
BC is correct, there is no display trend opiton in line type when you create a widget.
CD will be correct sorry for the typo.