option
Questions
ayuda
daypo
search.php

LD2

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
LD2

Description:
second part

Creation Date: 2023/10/07

Category: Others

Number of questions: 40

Rating:(2)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

The following script returns the user agent information provided by the browser: var info = APPLICATION.getUserAgent(); Which function do you use to search for a specific client type?. indexOf. length. split. substring.

Which activity must you perform before you can access an application on a mobile device?. Add your components in the blocks of an Adaptive Layout. Assign the .lumx file to the corresponding category in the SAP BusinessObjects BI Launch pad. Send the .lumx file to your device. Set the colspan properties.

Where do you change the startup mode?. Outline. Configuration. Preferences. Layout.

Which options can you set on a dimension in the initial view? Note: There are 2 correct answers to this question. Dimension name. Sorting order. Member presentation. Scaling factor.

Why do you use variants?. To provide options for prioritizing Conditional Formatting rules. To store bookmark options. To store selection data for variables in an SAP BW query. To provide options when selecting a chart type.

Which export formats can you use with JavaScript in SAP Lumira, designer edition? Note: There are 2 correct answers to this question. .pdf. .txt. .xlsx. .xml.

Which data sources can you connect directly using SAP Lumira, designer edition? Note: There are 2 correct answers to this question. .unv Universes. BW Queries. BW Data Sources. .unx Universes.

What do you use to select attributes of dimensions in your application?. Data set properties. Data source browser. Backend connection object. Initial view editor.

Which components can be included in the definition of a Bookmark technical component? Note: There are 3 correct answers to this question. An offline Data Source. A Composite. A document technical component. An export PDF technical component. An authoring technical component.

What is the general syntax for a JavaScript call statement?. < method >.< component >(< arguments >);. < method >.< component >(< arguments >),. < component >.< method >(< arguments >),. < component >.< method >(< arguments >);.

SAP recommends deploying SAP Lumira, designer edition on which SAP system?. SAP BusinessObjects BI Platform. SAP S/4HANA. SAP BW/4HANA. SAP NetWeaver BW.

Which steps are executed as soon as the application starts up? Note: There are 2 correct answers to this question. Documents are synchronized. JavaScript code is loaded. Data source initial view is configured. Data sources are initialized.

Examine the following syntax: var binding = COMPONENTS.getBinding(TEXT_1, "TEXT", BindingType.DataCellBinding); Which syntax checks if binding exists?. if (binding != null){}. if (binding != ""){}. if (binding != n/a){}. if (binding != undefined){}.

Where do you configure parallel processing for a data source?. Text. Processing group. Events. Connection.

Where can you write JavaScript to open a prompt dialog?. Data source. Variable. Crosstab. Application.

Which factors decrease the performance of your application on a mobile device? Note: There are 2 correct answers to this question. The number of mandatory variables in the query. The number of data cells processed on the server. The amount of hierarchies in the data source. The amount of data sent to the browser.

What is the general syntax you use to declare a local script variable?. Number var< variable >=< expression >,. String var< variable >=< expression >;. Var < variable >=< expression >,. Var < variable >=< expression >;.

You want to delete multiple components to create new ones with nested data. What can you do to achieve this? Note: There are 2 correct answers to this question. Define a global variable array. Define additional dynamic components. Create a container component in a global variable. Create multiple dynamic data sources.

Which component is supported to work as an area with the authoring API?. Authoring. Chart. Composite. Panel.

Which of the following components have an Event property to enable user interaction? Note: There are 2 correct answers to this question. Image. Adaptive Layout. Formatted Text View. Shape.

Which of the following items does the .lumx file correspond to in SAP Lumira, designer edition?. Application. Document. Component. Property.

What are some of the benefits of a scroll container?. It enables changing the view of the data. It maximizes the layout properties. It ensures scrollbars are shown when necessary. It allows the swipe function through tabs.

You applied multiple conditional formatting rules to a component. Which rule takes priority?. The first formatting rule in the list. The last formatting rule in the list. The first formatting rule that was created. The last formatting rule that was created.

Which type of content can you save in the SAP BI & Platform within SAP Lumira, designer edition (running in SAP Lumira Documents mode)?. Composite. Story. Document. Analytic Application.

Your application contains a navigation panel and a crosstab. You want the end users to use the navigation panel to change the crosstab using drag and drop. Where is the property to enable drag and drop between components?. In the navigation panel. In the application. In the data source. In the initial view.

Which of the following SAP Lumira, designer edition application methods can you use to identify a script issue? Note: There are 2 correct answers to this question. debug. profiling. log. alert.

Why do you use composites? Note: There are 2 correct answers to this question. To break complex applications into manageable parts. To reuse components across multiple applications. To enhance performance of the application. To avoid the use of scripting.

The Preferred Start-up Local Mode (Legacy) is intended to be used for what purpose?. Test. Demo. Development. Production.

In which entity property do you assign a formatting CSS file?. Data Sources. Application. Context Menu. Component.

Your data source has the Load in Script=true setting and is bound to a chart. Your chart displays the Add Measures or Dimensions message. Which script must you use to display results in your chart?. DS_1.loadDataSource(). DS_1.setVariableValue(). DS_1.getVariables(). DS_1.getData().

You create several dynamic components. What can you use to manage these components? Note: There are 2 correct answers to this question. Planning object. Filter line. Global array. Panel component.

You create an interface function in your composite to define the content of a text component. You use the following script in the function: SUBTITLE.setText(""); Which return type do you expect from your function?. Boolean. < none >. String. Data Source Alias.

What must you do to create a scorecard component? Note: There are 3 correct answers to this question. Configure the CSS Class. Define the Row Scope. Set the Name Property. Define Columns and Group Headers. Assign a Data Source.

Where can you set the value of a global variable? Note: There are 3 correct answers to this question. Data source. URL. Properties. Outline. Script editor.

How can you set the formatter function?. Enable the binding property. Create a formatter function directly in the Global Script technical component. Use a global variable inside the function. Pass an argument inside the URL.

You need to develop a script to delete a personalization in your application. Which script command do you need to use?. PERSONALIZATION.clearPersonalization();. BOOKMARKS.clearPersonalization();. BOOKMARKS.deletePersonalization();. PERSONALIZATION.deletePersonalization();.

Business users need to use a context menu within a component. Where do you create the context menu?. Technical Components. Global Variables. Layout. Planning Objects.

You need to create a dynamic chart within a composite. Which formula do you use?. COMPONENTS.createComponent(ComponentType.Chart);. COMPONENT.createComponent(CompositeType.Chart);. COMPONENTS.createComposite(CompositeType.Chart);. COMPOSITE.createComponent(ComponentType.Chart);.

You created the Adaptive Layout component from the screenshot with 2 blocks. The Adaptive Layout component preview of viewport is medium. Each block has the medium colspan set to 6. What happens if you change the medium colspan of one block to 7?. The blocks will be distributed vertically. The blocks will be distributed horizontally. One of the blocks will NOT be displayed. The blocks will remain aligned next to each other.

How do you enable the crosstab to display the Exceptions defined in the BEx Query data source?. Define the dimension for the Row Scope. Define the CSS Class property. Set the Comments Visible property to true. Set the Conditional Formatting Visible property to true.

Report abuse