SAP
C_HANAIMP_12 · Question #172
You have a list of map locations for clinics. The government wants to build a new clinic, but wants to build it where there is the greatest need. You need to find the largest distance between any…
The correct answer is D. Use a spatial join to find the distance between clinics. Use an aggregation with the maximum. See the full explanation below for the reasoning.
Question
You have a list of map locations for clinics. The government wants to build a new clinic, but wants to build it where there is the greatest need. You need to find the largest distance between any two clinics. With your current knowledge, how do you do this? Please choose the correct answer. Response:
Options
- AUse a temporal join to find the distance between clinics. Use a union with constant values to
- BUse a spatial join to find the distance between clinics. Use a level hierarchy for drilldown.
- CUse a dynamic join to find the longest distance between clinics. Use a ranking to find the top 10
- DUse a spatial join to find the distance between clinics. Use an aggregation with the maximum
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- C4% (1)
- D83% (20)
Community Discussion
No community discussion yet for this question.