InterviewSolution
| 1. |
What Are Text Variables? |
|
Answer» These are USED to display dynamic texts for a given characteristics; for example take the SALES report for a given product for the last 3 months; the inputs prompted are product and fiscal year period; on the column level you have drilled down by fiscal year period; since the fiscal year period is dynamic (DEPENDING on the user input), you want to display the correct descriptions for the 3 months displayed; so in this CASE create a text VARIABLE for the fiscal year period and use it in the text of properties; these are defined as &text_variable_name&. These are used to display dynamic texts for a given characteristics; for example take the sales report for a given product for the last 3 months; the inputs prompted are product and fiscal year period; on the column level you have drilled down by fiscal year period; since the fiscal year period is dynamic (depending on the user input), you want to display the correct descriptions for the 3 months displayed; so in this case create a text variable for the fiscal year period and use it in the text of properties; these are defined as &text_variable_name&. |
|