Simplify your online presence. Elevate your brand.

Filters Profitbase Docs

Filters Profitbase Docs
Filters Profitbase Docs

Filters Profitbase Docs Filters are components used for setting the data context for settings, worksheets, reports, workflows, and data flows. once a filter is defined, it can be used by all data context aware components in a solution by binding the filter to a property of the component. Filters are contained in filter collections and can be created from data stores, settings, dimensions, and views. to create a filter, you first need a filter container.

Filters Profitbase Docs
Filters Profitbase Docs

Filters Profitbase Docs You can enable filtering for individual tables by defining your table queries with a parameterized where clause. this allows filter values set in the workbook to dynamically update the query results. To support filtering when settings are hosted in workbooks, you need to add filters to the filter configuration and specify the setting column for matching values. To enable filtering for the worksheet, you must add a filter to the filters section of the worksheet designer. this will create a filter endpoint that you must bind to a filter instance in the workbook designer. Filters creating and using flat filters documentation creating and using hierarchical filters documentation.

Filters Profitbase Docs
Filters Profitbase Docs

Filters Profitbase Docs To enable filtering for the worksheet, you must add a filter to the filters section of the worksheet designer. this will create a filter endpoint that you must bind to a filter instance in the workbook designer. Filters creating and using flat filters documentation creating and using hierarchical filters documentation. Under this link you will find documentation on how to filter the table. you add a filter to the filters section of the table by g and droping it. bind the filter in the table properties in workbook designer. This example shows how to get the selected department from a filter named "department" in a workbook. const selection = this. app. filters. get ("filters", "department");. Based on available dimensions, you can allow users to use these as additional columns and or filters in the reports. note that you cannot delete nor add rows to this table. This document is a guide to build a small profitbase solution. the idea is that the user should get a basic understanding of how to build a planning solution and the most common features of profitbase low code.

Filters Profitbase Docs
Filters Profitbase Docs

Filters Profitbase Docs Under this link you will find documentation on how to filter the table. you add a filter to the filters section of the table by g and droping it. bind the filter in the table properties in workbook designer. This example shows how to get the selected department from a filter named "department" in a workbook. const selection = this. app. filters. get ("filters", "department");. Based on available dimensions, you can allow users to use these as additional columns and or filters in the reports. note that you cannot delete nor add rows to this table. This document is a guide to build a small profitbase solution. the idea is that the user should get a basic understanding of how to build a planning solution and the most common features of profitbase low code.

Filters Profitbase Docs
Filters Profitbase Docs

Filters Profitbase Docs Based on available dimensions, you can allow users to use these as additional columns and or filters in the reports. note that you cannot delete nor add rows to this table. This document is a guide to build a small profitbase solution. the idea is that the user should get a basic understanding of how to build a planning solution and the most common features of profitbase low code.

Learn Profitbase Profitbase Docs
Learn Profitbase Profitbase Docs

Learn Profitbase Profitbase Docs

Comments are closed.