You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"display_listing"="dv.listings displays a dataset as listing",
7
+
"listing_selection"="dv.listings includes a dropdown menu to select which dataset to be shown.",
8
+
"listings_label"="dv.listings displays the label of a dataset if available. The label is concatenated to the dataset name and the resulting strings are provided as choices in the module's dropdown menu.",
9
+
"column_selection"="dv.listings includes a dropdown menu to select the columns from the selected listing to be shown and arrange their order.",
10
+
"column_label"="dv.listings displays extended column headers consisting of the variable name pasted together with its label, if available. These extended column headers replace the original variable names in the column dropdown menu.",
11
+
"sorting_columns"="dv.listings includes sorting functionality for each of the column.",
12
+
"restore_row_order"="dv.listings includes a button to restore the row order of a listing to the state as it is in the original data.",
13
+
"default_vars"="If pre-specifications for default columns are available, dv.listings will display them at app launch for the respective listing. If not, dv.listings will show the first six columns of the listing - or all columns, in case the number of columns is less than six.",
14
+
"retain_last_selection"="dv.listings can remember and retain the last column selections after switching listings during the current session. It also restores the remembered selections for all listings after bookmarking.",
15
+
"bookmarking"="The module is compatible with the bookmarking feature of the dv.manager."
16
+
)
17
+
export<- specs_list(
18
+
"export"="dv.listings includes a button to export the listing(s). A click to the button envokes a pop-up to appear that allows the user to decide whether the download should only contain the displayed listing or all available listings, provide a file name (defaulted to the dataset name), and select from available file types.",
19
+
"export_active_listing"="For downloading only the currently active listing, the listing will be saved as it is displayed, either in .xlsx or .pdf format. In case filters were applied, the downloaded output will only contain the filtered data.",
20
+
"export_excel"="For downloading all listings, the tables can be saved in .xlsx format only without considering local filters. Each listing will be placed in an individual worksheet within the file.",
21
+
"export_pdf"="For downloading in .pdf format, users can select one or multiple reference column(s), which will be displayed on all document pages."
0 commit comments