LD1
![]() |
![]() |
![]() |
Title of test:![]() LD1 Description: first part |




New Comment |
---|
NO RECORDS |
Which variable types enable you to dynamically create a component? Note: There are 2 correct answers to this question. Formula. Text. Global. Local. You created the interface function shown in the screenshot below. You need to use this function in the application that contains the composite with the name KPI_TILE_1. Which script do you use to call this function?. KPI_TILE_1.AssignDataSourceBindValues();. KPI_TILE_1.AssignDataSourceBindValues(datasource, mainMeasure, targetMeasure, varianceMeasure);. KPI_TILE_1.AssignDataSourceBindValues(mainMeasure, targetMeasure, varianceMeasure, datasource);. COMPOSITE.AssignDataSourceBindValues(datasource, mainMeasure, targetMeasure, varianceMeasure);. Which viewport option is optimal for previewing your work on a smartphone?. Medium. Auto. Small. Large. What is a benefit of using data binding?. It minimizes scripting. It avoids changing data sources. It reduces the application's file size. It prevents editing the initial view. Which of the following commands do you use to make an event property available for a composite?. On Click. Fire Event. Get Event. Set Event. Which of the following are rules for composites? Note: There are 3 correct answers to this question. Applications can use composites only from the same document. Composites are only supported in the SAP Lumira Documents startup mode. One application can contain multiple composites. One composite can be part of multiple applications. A composite CANNOT be nested in another composite. Where do you enable the Fast Startup property?. Application. Preferences. Data Sources. Data source connection. Which single technical component can be used with scripting to schedule a document?. Export Excel. Export CSV. Export AO. Export PDF. What must you add to the application to schedule an SAP Lumira, designer edition document? Note: There are 2 correct answers to this question. A script to generate the PDF document on the On-Startup event. A script to generate the PDF document on the On-Scheduling event. The Comments technical component. The Export PDF technical component. Why do you use a global variable? Note: There are 2 correct answers to this question. To make the document values available through the BI platform. When you want to pass a value to the application URL. To share the same value between components in the document. When you want to schedule the document with values for all users. Which of the following components can you move using the moveComponent() function?. Pagebook. Grid layout. Chart. Panel. Which of the following are benefits when you use the provided templates? Note: There are 2 correct answers to this question. They support the rapid rollout of self-service scenarios. They enable the use of .unv Universe data sources. They supply various prebuilt applications. They are static and CANNOT be customized. How do you define an action sheet?. 1. Populate the list of actions 2. Create the event script to open the action sheet 3. Configure the placement of the action sheet. 1. Add a Global Script technical component 2. Bind the list of values in the properties of the action sheet. 3. Add a script event. 1. Define the data source in the properties. 2. Define the open procedure of the action sheet. 3. Set the property layout. 1. Insert a popup component. 2. Write the event script to open the action sheet. 3. Define the location in the properties. Your business users complain about the loading time of your dashboard. How can you decrease the waiting time for the business users? Note: There are 2 correct answers to this question. Use background processing events. Use the SM04 transaction for background processes. Increase the number of composites in your application. Configure processing groups. What can you create in an adaptive layout container?. Panel. Text. Crosstab. Block. How many Authoring technical components can you define in your application?. Multiple Authoring technical components per composite in your application. Multiple Authoring technical components per application. Only one Authoring technical component per composite in your application. Only one Authoring technical component per application. Where can you hide the total result for a crosstab?. In the properties of an application. In the crosstab component. In the properties of the data source. In the Initial View. How can you optimize an application for mobile phones? Note: There are 2 correct answers to this question. Use crosstabs. Minimize the use of components. Use the portrait format. Use blank templates. Which startup mode do you need to select to use the Authoring feature in SAP Lumira, designer edition?. SAP Business Objects BI Platform (Legacy). Local Mode (Legacy). Work Offline. SAP Lumira Documents. When you position a component, what is the mandatory setting for two of the six layout options?. N/A. Default. 0. Auto. Which of the following bookmark features are available in SAP Lumira, designer edition, version 2.4? Note: There are 3 correct answers to this question. Multiple bookmark objects can be defined in one application. Bookmark configuration is a technical component when you design the application. Any change to an app invalidates all standard bookmarks and personalization. A fragment bookmark bookmarks the entire app. Personal and global bookmarks are supported using the bookmark property. Your business users need an application as a PDF document on a daily basis. Which event must you use?. On Startup. On Scheduling. On Click. On Background Processing. Which main functions of a composite can you use after adding it to an application? Note: There are 2 correct answers to this question. Define Data Binding. Define Events. Maintain Composite Group. Maintain Properties. On which objects can you use comments? Note: There are 2 correct answers to this question. Measures. Chart. Application. Data cell. Where can you activate SAP BW query hierarchies?. Outline panel. Additional properties. Initial view. Components properties. You set SAP Lumira Documents as preferred startup mode in SAP Lumira, designer edition. How can you execute such an application on a mobile device? Note: There are 2 correct answers to this question. Assign a personal category. Enter the URL to SAP BI Platform. Call the CUID object. Scan a QR code. What can be indicated by the asterisk (*) in front of the document name in the screenshot? Note: There are 2 correct answers to this question. Someone else is modifying the version on the server. The document was created in SAP Lumira, discovery edition. The local copy is out of sync with the version of the SAP BI Platform. At least one of the applications is using composites. Which property triggers JavaScript?. Data binding. Display. Layout. Events. Which startup mode of SAP Lumira, designer edition must you use to acquire data from the discovery client?. SAP BusinessObjects BI Platform (Legacy). SAP Lumira Document. SAP Lumira Application Mode. Local Mode (Legacy). Which of the following CommentContextType values do you use for the applied filters?. CommentContextType.CONTEXT. CommentContextType.NONE. CommentContextType.DATA. CommentContextType.MEMBER. Which of the following components can you create with the Components API? Note: There are 2 correct answers to this question. Bindings. Data Sources. Global Variables. Containers. Which of the following are container components? Note: There are 3 correct answers to this question. Adaptive Layout. Crosstab. Button. Popup. Tile Container. Which control structures can you use with SAP Lumira, designer edition? Note: There are 2 correct answers to this question. if-block. while-do loop. select case. forEach loop. You enhanced a data source with SAP Lumira, discovery edition. What dataset type must you use in SAP Lumira, designer edition to use this data source?. Online. Webservice. Offline. CDS view. What are aspects of a Query Variant? Note: There are 2 correct answers to this question. It is stored in the BusinessObjects BI Platform. It does NOT support Merge Prompt. It is stored in SAP BW. It is part of the .lumx file. You need to reuse a data source from your application in your composite. You define an interface property in the Outline Panel of the composite to bind the data source to a component. Which interface property type do you use to allow binding?. Data Source. Data Source Alias. Initial View. Data Selection. You need to define conditional formatting rules for your application. What must you do first?. Activate the Conditional Formatting property for the application. Create a Conditional Formatting Settings technical component. Import a CSS file into the application. Create a Global Variable entity. What are the prerequisites when you create a composite? Note: There are 2 correct answers to this question. You use the SAP Lumira Documents mode. You previously created a global variable. You previously created a document. You use the SAP BusinessObjects BI Platform (Legacy) mode. Which of the following SAP recommendations should you consider when you use parallel processing? Note: There are 2 correct answers to this question. Deactivate the JavaScript compression in the server.xml file. Minimize the number of processing groups. Avoid using parallel processing with queries with very short runtimes. Choose a row scope dimension that minimizes the number of sessions. Which default URL items must you change before you log on to the SAP BI Platform? Note: There are 2 correct answers to this question. Services. Port. Session. Host. |