Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Parameters in PARAM

Parameters defined in the PARAM sheet are global parameters that apply to all data sources in the document.

This topic contains the following sections:

General Parameters

Below is a list of general parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

SHEETNAME

Mandatory in PARAM

Mandatory in PARAM

TEMPLATE

1

The parameter value needs to correspond to the actual template worksheet name.

CLIENT

Mandatory in PARAM

Mandatory in PARAM

$CLIENT

1

If $CLIENT, then value will be exchanged with logged in client. If a specific client is stated, then only that client can use the template.

USER

Mandatory in PARAM

Mandatory in PARAM

$USER

1

If $USER, then value will be exchanged with logged in user. If a specific user is stated, then only that user can use the template.

TEMPLATE_TYPE

Mandatory in PARAM

Mandatory in PARAM

FORM/ REPORT/WEBLINK

1

Defines the type of template (i.e. form, report, weblink).

 

Common Parameters in PARAM

Below is a list of common parameters in PARAM: (select the parameter for more information)  

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D (example)

Value in col E (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

SEARCHCOL

PinGreen2_22

PinGreen2_22

<OBJECT>

N/A

N/A

1

Parameter in PARAM or in template in row 1. If SEARCHCOL object is the same for all rows in template, then use in PARAM. However, if objects are different for different rows then the parameter should be used in row 1.

ADDSHEET

Optional parameter in PARAM

Optional parameter in PARAM

<OBJECT>

N/A

N/A

1

Used if a new worksheet should be created for each specified object value (break report/forms).

<GLOBAL FILTER>

Optional parameter in PARAM

Optional parameter in PARAM

<object value(s)>

<object value(s)

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

x

number of times

Define an object ID or any other data view field as parameter and object value(s) as parameter value.

ADDSHEET_PROC

Optional parameter in PARAM

Optional parameter in PARAM

<procedure name>

N/A

N/A

1

 

Instead of using the object values saved in Bizview to generate break values (new worksheets for each value selected), a procedure can be defined to create the break value data set.

PUSH_SHEETS

Optional parameter in PARAM

Optional parameter in PARAM

N/A

N/A

N/A

1

Important: Not supported in v1 templates (new data engine).

If ADDSHEET is used, this parameter can be used to show the first worksheet directly when generating the document, thereafter all other worksheets will be created in "silence".

ADDINFOn

Optional parameter in PARAM

Optional parameter in PARAM

<DATASOURCE>

<SQL query> or data view ID

N/A

x

number of times

Used in order to fetch additional information into the template (ADDINFO1, ADDINFO2, and so on).

VIEWTAG

Optional parameter in PARAM

Optional parameter in PARAM

<Tag ID>

<Description>

TRUE/FALSE

x

number of times

Parameter is used for hiding/showing columns and rows in the generated template.

SCALE

Optional parameter in PARAM

Optional parameter in PARAM

-0,001

N/A

N/A

1

If parameter or parameter value is missing, then the default value is 1. Value must be a valid number. Can be used in PARAM or in template.

TRACE

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

If parameter or parameter value is missing, then the default value is FALSE. If TRUE, then the document will be generated in debug mode.

DYNCOL

Optional parameter in PARAM

Optional parameter in PARAM

<data view ID>

<Select Columns>

<Order By Columns>

1

Parameters to be used when generating dynamic columns.

SUBTOTAL

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

TRUE/FALSE

TRUE/FALSE

1

Parameter to govern how a subtotal should be executed.

ROWGROUP_PROC

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

Optional parameter in PARAM

<data view ID>

Select Column

Order By Column

1

Instead of using standard code when expanding rowgroups, there is a possibility to define a customized data view that should be run when generating the expanded rowgroups.

DOCUMENT_PROC

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

Optional parameter in PARAM

<procedure name>

N/A

N/A

1

A procedure must be used if scanned TIFF-documents should be viewed from Bizview. One, or several, TIFF documents will be converted to one PDF document and streamed over to the client.

DISABLE_SAVE

Available from Bizview 2011 R3 (1.0404.1530)_04

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Possibility to disable the "Save to Document Library" button in the end-user ribbon. A document containing this parameter will not be able to be saved in the library by the end-user. However, in a form containing the parameter, it will still be possible to update values to the database, but not save a work in progress form.

INITIAL_SQL_ALL

Available from Bizview 2013 (4.0.0)

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Not supported in v1 templates (new data engine).

From Bizview 2013, the way the initial SQL query for reports and forms is changed. Previously, the first SQL run for each generated document was a "Select * from..." without any group by. From this version, Bizview evaluates the columns needed in the template and then also adds a group by on these columns. By default, this parameter is set to FALSE; however, if the previous way of running the initial SQL query should be used, this parameter can be defined as TRUE.

DISABLE_AUTH

Available from Bizview 5.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

max once

for each section

If a report or form should NOT consider any authorizations that are defined for user or organization, then this parameter can be defined in the template. In other words, if a user in a report should be able to view the result for the whole company, but only be able to view a specific unit when generating a budget form, then this parameter can be defined in the result report and the user will be able to view figures for all units for that particular report.

DISABLE_OBJECT_AUTH

Available from Bizview 8.1.4 & 8.3

Optional parameter in PARAM

Optional parameter in PARAM

<object ID>

N/A

N/A

max once

for each section

If a report or form should NOT consider authorization rule on a specific object that are defined for user or organization, then this parameter can be defined in the template.

OBJVERSION

Available from Bizview 6.1

Optional parameter in PARAM

Optional parameter in PARAM

<objversion ID>

N/A

N/A

1

Possibility to define which object version a template should use when opened.

ENTER_BEHAVIOR

Available from Bizview 7.0

Optional parameter in PARAM

Optional parameter in PARAM

0/1/2

(Auto, Right, Down)

 

N/A

N/A

1

Possibility to decide how the ENTER key should move in a specific template. Either Auto (to the right between only input cells in a FORM ), Right, or Down.

 

OLD_GENERATION

Available from Bizview 7.0

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

When Bizview 7.0 was released the SQL query mechanism was changed to make queries run faster. If the report or form does not work as it should then this parameter can be used in order to run the report/form the old way.

USE_SAVED_OBJECTS

Available in GUI from Bizview 7.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Override the Bizview logic of retrieving parent values from any existing object tree. Bizview assumes that data is stored for the lowest level in an object tree and parent values are fetched from the object structures.

SET_ACTIVE_CELL

Available from Bizview 7.1

Optional parameter in PARAM

Optional parameter in PARAM

cell reference or named range

N/A

N/A

1

Possibility to define a specific cell that should be active when first opening the report or form. By default the active cell in for example forms is always the first entry cell that Bizview finds. However if the designer wants to override that logic this parameter can be set.

HIDE_RIBBON_BUTTONS

Available from Bizview 7.2

Optional parameter in PARAM

Optional parameter in PARAM

button ID separated with #

N/A

N/A

1

Possibility to hide unnecessary ribbon buttons for each template. The end-user ribbon for each template can now be altered.

TEMPLATE_EVENT

Available from Bizview 8.1

Optional parameter in PARAM

Optional parameter in PARAM

generation status

update status

N/A

1

Events can be written to the report/form when generated. These events can then be used to conditionally format cells during generation.

PRE_GENERATE_BREAK

Available from Bizview 21.3.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter is TRUE, forms and reports will create break sheets before data is fetched.

 

DISABLE_AUTO_DRILL

Available from Bizview 20.3

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter is TRUE, no automatic drill through will be possible to perform from the report or form.

EXCLUDE_DRILL_COL

Available from Bizview 20.2

Optional parameter in PARAM

Optional parameter in PARAM

data view/data table column name (separated with # if several columns should be hidden)

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter exists and column names are defined in column C, then these specified columns will not be visible when performing a drill through in the report/form.

 

FORM Specific Parameters in PARAM

Below is a list of FORM specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D (example)

Value in col E (example)

Value in col F (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

VERSION

Mandatory in PARAM

Optional parameter in PARAM

<VERSION ID>

<VERSION ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid version ID.

VALT

Optional parameter in PARAM

Optional parameter in PARAM

<VALTYPE ID>

<VALTYPE ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid value type ID. Must be defined in PARAM or in template worksheet in row 1 or in column A. Can only be defined in one of these places.

CURR

Optional parameter in PARAM

Optional parameter in PARAM

<CURRENCY ID>

<CURRENCY ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid currency ID. Must be defined in PARAM or in template worksheet in row 1 or in column A. Can only be defined in one of these places.

DELETE_WHERE

Optional parameter in PARAM

N/A

<OBJECT>

<Object value>

N/A

N/A

x

number of times

A where-clause for deleting existing records when updating data. Can be defined several times.

ENTRY

Optional parameter in PARAM

N/A

example

N/A

N/A

N/A

1

Define a default style for entry cells in the form (only applicable to cells that have not been formatted in the template).

NOENTRY

Optional parameter in PARAM

N/A

example

N/A

N/A

N/A

1

Define a default style for no-entry cells in the form (only applicable to cells that have not been formatted in the template).

BV_SOURCE

Optional parameter in PARAM

N/A

<view name>

N/A

N/A

N/A

1

 

Use an alternative source when fetching data from Bizview. Only applicable for fetching data, not updating.

Caution: BV_SOURCE has been deprecated.

ADDROW_FILTER

Optional parameter in PARAM

N/A

<TAG>

<OBJECT>

<Object value>

Description for end-user

Available from Bizview 2011 R2 (1.1215.1909)

x

number of times

Define filters for the add row function. If the template contains several groups of accounts (for example), then a filter can be added to the group so that only accounts within the account group are shown when adding a row to that group.

ENABLE_UPDATE

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

Default value is FALSE. If set to TRUE, then the "Update Values" button in a form will automatically be activated when generating a form, even if no changes have manually been executed by the user.

DISABLE_SPKEY_LIM

Available from Bizview 5.2

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

Disable any defined spreadkey limits to specific objects in order to view all spreadkeys for the particular timevalues in the template.

FORM_TAG

Available from Bizview 7.0

Optional parameter in PARAM

N/A

<tag value>

N/A

N/A

N/A

1

Form specific parameter that should be used to tag each form with a value in order to    avoid problems with different forms deleting values in another form.

HIDE_ALLOC_WARNING

Available from Bizview 7.0

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Hide the allocation warning that occurs when opening a form and the spreadkey values have been changed since last update.

DELETE_METHOD

Available from Bizview 7.0

Optional parameter in PARAM

N/A

0/1/2/3

N/A

N/A

N/A

1

Decide how Bizview should delete data when the user updates values from a form.

DISABLE_TEMPL_DELETE

Available from Bizview 7.0

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

To override the default Bizview deletion method and decide exactly which dimensions should be included in the deletion (when values are updated in database).

MAN_CALC

Available from Bizview 7.0.3

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Set spreadsheet to manual calculation (FALSE is default = automatic calculation). If set to TRUE, manual calculation will apply to spreadsheet and a new "Calculate Now" button will be created in ribbon

DATA_TABLE

Mandatory in PARAM

N/A

DATA TABLE ID

N/A

N/A

N/A

x

number of times(depending on sections)

The data table that the form should update values in the database.

RELOAD_AFTER_SAVE

Available from Bizview v24.4

 

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Form-specific parameter that combines the save and refresh actions into a single action. When the Save Values button is clicked in a form and RELOAD_AFTER_SAVE parameter is set to TRUE, the form will automatically reload without requiring a manual refresh. Default value of parameter is False.

REPORT Specific Parameters in PARAM

Below is a list of REPORT specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Occurrence in PARAM sheet

Comment

FORMS

REPORT

ADDSHEET_TOTAL

N/A

Optional parameter in PARAM

<worksheet name>

1

If the ADDSHEET parameter is used, then this optional parameter can be used for REPORTS to create a total worksheet when break reports have been generated.

VIEW_EMPTY_ADDSHEETS

Available from Bizview 2011 (1.0928.2019)

N/A

Optional parameter in PARAM

TRUE/FALSE

1

Empty break sheets will be deleted and not shown. Only sheets with values will be visible for the end-user. Default is FALSE. Set this parameter to TRUE to override this and show empty break sheets.

GROUPBY

N/A

Optional parameter in PARAM

TRUE/FALSE

1

Default a group-by will be done for all columns with * in SOURCE. To override, this parameter must be defined in PARAM as FALSE.

REPORTCURR

Available from Bizview 5.2

N/A

Optional parameter in PARAM

CURR ID

i.e. SEK

1 View the report in a specific currency. All values in the report will be recalculated to the selected currency.

TOTALSHEET_FIRST

Available from Bizview 6.1

N/A

Optional parameter in PARAM

TRUE/FALSE

1

If ADDSHEET_TOTAL is used, then this parameter can be set to TRUE if the total sheet should be placed as first tab. If this parameter is not used, or set to FALSE, then the total sheet will be placed as last tab.

NEW_DATA_BINDING

Available from Bizview 23.2

N/A Optional parameter in PARAM ENABLED/DISABLED 1

Enables drag and drop design. For new reports, the default value for this parameter is ENABLED'. To continue using the existing data binding functionality, set this parameter to DISABLED.

 

LINK parameters in PARAM

Below is a list of LINK parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D

(example)

Value in col E

(example)

Value in col F

(example)

Value in col G

(example)

Value in col H

(example)

Occurrence in PARAM sheet

Comment

FORMS

REPORT

LINK

Available from Bizview 5.0

Optional parameter in PARAM

Optional parameter in PARAM

Template ID or web address

<Button Text>

<Button Image GUID>

<Tooltip Text>

<Tooltip Image GUID>

TRUE/FALSE

x

number of times

A link creates a button in the end-user ribbon that links to another template or web address.

 

WEBLINK Specific Parameters in PARAM

Note: Only applicable for template type = WEBLINK. For example, integration to QlikView, Reporting Services, and Qlik Sense.

Below is a list of WEBLINK specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Value in col C (example)

Value in col D (example)

Value in col E (example)

Occurrence in PARAM sheet

Comment

WEBLINK

Available from Bizview 5.0

URL

; or , or any other URL separator

TRUE/FALSE

(open in new browser window or not)

1

Specify the URL to the web address you want to navigate to. In this parameter only the "base" URL should be stated. Thereafter arguments (dynamic input parameters) is added using WEBLINK_ARG or QV_ARG to specify what should

WEBLINK_ARG

Available from Bizview 5.0

URL Argument ID

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. WEBLINK_ARG is used for all type of integrations except QlikView, then QV_ARG is used. Which type that is used is governed by selecting "Other" or "QlikView" in the Argument type list.

QV_ARG

Available from Bizview 5.0

Property name in QlikView i.e LB01

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. QV_ARG is used for integration towards QlikView, all other integrations then WEBLINK_ARG is used. Which type that is used is governed by selecting "Other" or "QlikView" in the Argument type list.

QVS_ARG

Available from Bizview 7.2

Property name in Qlik Sense i.e Region Name

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. QVS_ARG is used for integration towards Qlik Sense. Which type that is used is governed by selecting "Other" , "QlikView" or "QLIKVIEW SENSE" in the Argument type list.

 

DATASTORE Specific Parameters in PARAM (Not in use with new data engine)

Below is a list of DATASTORE specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Value in col C (example)

Occurrence in PARAM sheet

Comment

~LEDGERSUM

Available from Bizview 5.2

TRUE/FALSE

1

Summarize the ledger amounts. Default value is TRUE.

~CONTRANS

Available from Bizview 5.2

TRUE/FALSE

1

Include consolidation transactions.

~ELIMINATE

Available from Bizview 5.2

TRUE/FALSE

1

Eliminate inter-company transactions.

~GETCHILD

Available from Bizview 5.2

<obj:id>:<parent_attrib_id>

UNIT:ORGPC

1

Include child objects in the query.

~SHOWCHILD

Available from Bizview 6.1

TRUE/FALSE

1

Show child objects in report. Should be used in combination with GETCHILD.

~DETAIL_LOG

Available from Bizview 5.2

TRUE/FALSE

1

Activate detailed logging.

~CURRPERIOD

Available from Bizview 5.2

PERIOD

i.e 201401

1

Period to use when calculating currency rates. Applicable to, for example, balance sheets when all values should be calculated with currency rates for one specific period. Only applicable to currency rates connected to a currency type with calculation method "Specific period rates".

~EXEC_MODE

Available from Bizview 5.2

TRANS_DATA

1

Execution mode.

~FINPLANDATA

Available from Bizview 6.0

TRUE/FALSE

1

 

Include financial planning data from Bizview.

~ICFILTER

Available from Bizview 6.0

<object value>

1

Intercompany filter for elimination.

 

 

Published:

Parameters in PARAM

Parameters defined in the PARAM sheet are global parameters that apply to all data sources in the document.

This topic contains the following sections:

General Parameters

Below is a list of general parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

SHEETNAME

Mandatory in PARAM

Mandatory in PARAM

TEMPLATE

1

The parameter value needs to correspond to the actual template worksheet name.

CLIENT

Mandatory in PARAM

Mandatory in PARAM

$CLIENT

1

If $CLIENT, then value will be exchanged with logged in client. If a specific client is stated, then only that client can use the template.

USER

Mandatory in PARAM

Mandatory in PARAM

$USER

1

If $USER, then value will be exchanged with logged in user. If a specific user is stated, then only that user can use the template.

TEMPLATE_TYPE

Mandatory in PARAM

Mandatory in PARAM

FORM/ REPORT/WEBLINK

1

Defines the type of template (i.e. form, report, weblink).

 

Common Parameters in PARAM

Below is a list of common parameters in PARAM: (select the parameter for more information)  

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D (example)

Value in col E (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

SEARCHCOL

PinGreen2_22

PinGreen2_22

<OBJECT>

N/A

N/A

1

Parameter in PARAM or in template in row 1. If SEARCHCOL object is the same for all rows in template, then use in PARAM. However, if objects are different for different rows then the parameter should be used in row 1.

ADDSHEET

Optional parameter in PARAM

Optional parameter in PARAM

<OBJECT>

N/A

N/A

1

Used if a new worksheet should be created for each specified object value (break report/forms).

<GLOBAL FILTER>

Optional parameter in PARAM

Optional parameter in PARAM

<object value(s)>

<object value(s)

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

x

number of times

Define an object ID or any other data view field as parameter and object value(s) as parameter value.

ADDSHEET_PROC

Optional parameter in PARAM

Optional parameter in PARAM

<procedure name>

N/A

N/A

1

 

Instead of using the object values saved in Bizview to generate break values (new worksheets for each value selected), a procedure can be defined to create the break value data set.

PUSH_SHEETS

Optional parameter in PARAM

Optional parameter in PARAM

N/A

N/A

N/A

1

Important: Not supported in v1 templates (new data engine).

If ADDSHEET is used, this parameter can be used to show the first worksheet directly when generating the document, thereafter all other worksheets will be created in "silence".

ADDINFOn

Optional parameter in PARAM

Optional parameter in PARAM

<DATASOURCE>

<SQL query> or data view ID

N/A

x

number of times

Used in order to fetch additional information into the template (ADDINFO1, ADDINFO2, and so on).

VIEWTAG

Optional parameter in PARAM

Optional parameter in PARAM

<Tag ID>

<Description>

TRUE/FALSE

x

number of times

Parameter is used for hiding/showing columns and rows in the generated template.

SCALE

Optional parameter in PARAM

Optional parameter in PARAM

-0,001

N/A

N/A

1

If parameter or parameter value is missing, then the default value is 1. Value must be a valid number. Can be used in PARAM or in template.

TRACE

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

If parameter or parameter value is missing, then the default value is FALSE. If TRUE, then the document will be generated in debug mode.

DYNCOL

Optional parameter in PARAM

Optional parameter in PARAM

<data view ID>

<Select Columns>

<Order By Columns>

1

Parameters to be used when generating dynamic columns.

SUBTOTAL

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

TRUE/FALSE

TRUE/FALSE

1

Parameter to govern how a subtotal should be executed.

ROWGROUP_PROC

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

Optional parameter in PARAM

<data view ID>

Select Column

Order By Column

1

Instead of using standard code when expanding rowgroups, there is a possibility to define a customized data view that should be run when generating the expanded rowgroups.

DOCUMENT_PROC

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

Optional parameter in PARAM

<procedure name>

N/A

N/A

1

A procedure must be used if scanned TIFF-documents should be viewed from Bizview. One, or several, TIFF documents will be converted to one PDF document and streamed over to the client.

DISABLE_SAVE

Available from Bizview 2011 R3 (1.0404.1530)_04

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Possibility to disable the "Save to Document Library" button in the end-user ribbon. A document containing this parameter will not be able to be saved in the library by the end-user. However, in a form containing the parameter, it will still be possible to update values to the database, but not save a work in progress form.

INITIAL_SQL_ALL

Available from Bizview 2013 (4.0.0)

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Not supported in v1 templates (new data engine).

From Bizview 2013, the way the initial SQL query for reports and forms is changed. Previously, the first SQL run for each generated document was a "Select * from..." without any group by. From this version, Bizview evaluates the columns needed in the template and then also adds a group by on these columns. By default, this parameter is set to FALSE; however, if the previous way of running the initial SQL query should be used, this parameter can be defined as TRUE.

DISABLE_AUTH

Available from Bizview 5.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

max once

for each section

If a report or form should NOT consider any authorizations that are defined for user or organization, then this parameter can be defined in the template. In other words, if a user in a report should be able to view the result for the whole company, but only be able to view a specific unit when generating a budget form, then this parameter can be defined in the result report and the user will be able to view figures for all units for that particular report.

DISABLE_OBJECT_AUTH

Available from Bizview 8.1.4 & 8.3

Optional parameter in PARAM

Optional parameter in PARAM

<object ID>

N/A

N/A

max once

for each section

If a report or form should NOT consider authorization rule on a specific object that are defined for user or organization, then this parameter can be defined in the template.

OBJVERSION

Available from Bizview 6.1

Optional parameter in PARAM

Optional parameter in PARAM

<objversion ID>

N/A

N/A

1

Possibility to define which object version a template should use when opened.

ENTER_BEHAVIOR

Available from Bizview 7.0

Optional parameter in PARAM

Optional parameter in PARAM

0/1/2

(Auto, Right, Down)

 

N/A

N/A

1

Possibility to decide how the ENTER key should move in a specific template. Either Auto (to the right between only input cells in a FORM ), Right, or Down.

 

OLD_GENERATION

Available from Bizview 7.0

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

When Bizview 7.0 was released the SQL query mechanism was changed to make queries run faster. If the report or form does not work as it should then this parameter can be used in order to run the report/form the old way.

USE_SAVED_OBJECTS

Available in GUI from Bizview 7.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Override the Bizview logic of retrieving parent values from any existing object tree. Bizview assumes that data is stored for the lowest level in an object tree and parent values are fetched from the object structures.

SET_ACTIVE_CELL

Available from Bizview 7.1

Optional parameter in PARAM

Optional parameter in PARAM

cell reference or named range

N/A

N/A

1

Possibility to define a specific cell that should be active when first opening the report or form. By default the active cell in for example forms is always the first entry cell that Bizview finds. However if the designer wants to override that logic this parameter can be set.

HIDE_RIBBON_BUTTONS

Available from Bizview 7.2

Optional parameter in PARAM

Optional parameter in PARAM

button ID separated with #

N/A

N/A

1

Possibility to hide unnecessary ribbon buttons for each template. The end-user ribbon for each template can now be altered.

TEMPLATE_EVENT

Available from Bizview 8.1

Optional parameter in PARAM

Optional parameter in PARAM

generation status

update status

N/A

1

Events can be written to the report/form when generated. These events can then be used to conditionally format cells during generation.

PRE_GENERATE_BREAK

Available from Bizview 21.3.1

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter is TRUE, forms and reports will create break sheets before data is fetched.

 

DISABLE_AUTO_DRILL

Available from Bizview 20.3

Optional parameter in PARAM

Optional parameter in PARAM

TRUE/FALSE

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter is TRUE, no automatic drill through will be possible to perform from the report or form.

EXCLUDE_DRILL_COL

Available from Bizview 20.2

Optional parameter in PARAM

Optional parameter in PARAM

data view/data table column name (separated with # if several columns should be hidden)

N/A

N/A

1

Important: Only applicable to v1 templates (new data engine).

If this parameter exists and column names are defined in column C, then these specified columns will not be visible when performing a drill through in the report/form.

 

FORM Specific Parameters in PARAM

Below is a list of FORM specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D (example)

Value in col E (example)

Value in col F (example)

Occurrence in PARAM sheet

Comment

FORM

REPORT

VERSION

Mandatory in PARAM

Optional parameter in PARAM

<VERSION ID>

<VERSION ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid version ID.

VALT

Optional parameter in PARAM

Optional parameter in PARAM

<VALTYPE ID>

<VALTYPE ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid value type ID. Must be defined in PARAM or in template worksheet in row 1 or in column A. Can only be defined in one of these places.

CURR

Optional parameter in PARAM

Optional parameter in PARAM

<CURRENCY ID>

<CURRENCY ID>

Available from Bizview 2011 (1.0901.1427)
(for fetching values to the doc)

N/A

N/A

1

A valid currency ID. Must be defined in PARAM or in template worksheet in row 1 or in column A. Can only be defined in one of these places.

DELETE_WHERE

Optional parameter in PARAM

N/A

<OBJECT>

<Object value>

N/A

N/A

x

number of times

A where-clause for deleting existing records when updating data. Can be defined several times.

ENTRY

Optional parameter in PARAM

N/A

example

N/A

N/A

N/A

1

Define a default style for entry cells in the form (only applicable to cells that have not been formatted in the template).

NOENTRY

Optional parameter in PARAM

N/A

example

N/A

N/A

N/A

1

Define a default style for no-entry cells in the form (only applicable to cells that have not been formatted in the template).

BV_SOURCE

Optional parameter in PARAM

N/A

<view name>

N/A

N/A

N/A

1

 

Use an alternative source when fetching data from Bizview. Only applicable for fetching data, not updating.

Caution: BV_SOURCE has been deprecated.

ADDROW_FILTER

Optional parameter in PARAM

N/A

<TAG>

<OBJECT>

<Object value>

Description for end-user

Available from Bizview 2011 R2 (1.1215.1909)

x

number of times

Define filters for the add row function. If the template contains several groups of accounts (for example), then a filter can be added to the group so that only accounts within the account group are shown when adding a row to that group.

ENABLE_UPDATE

Available from Bizview 2011 R3 (1.0404.1530)_03

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

Default value is FALSE. If set to TRUE, then the "Update Values" button in a form will automatically be activated when generating a form, even if no changes have manually been executed by the user.

DISABLE_SPKEY_LIM

Available from Bizview 5.2

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

Disable any defined spreadkey limits to specific objects in order to view all spreadkeys for the particular timevalues in the template.

FORM_TAG

Available from Bizview 7.0

Optional parameter in PARAM

N/A

<tag value>

N/A

N/A

N/A

1

Form specific parameter that should be used to tag each form with a value in order to    avoid problems with different forms deleting values in another form.

HIDE_ALLOC_WARNING

Available from Bizview 7.0

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Hide the allocation warning that occurs when opening a form and the spreadkey values have been changed since last update.

DELETE_METHOD

Available from Bizview 7.0

Optional parameter in PARAM

N/A

0/1/2/3

N/A

N/A

N/A

1

Decide how Bizview should delete data when the user updates values from a form.

DISABLE_TEMPL_DELETE

Available from Bizview 7.0

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

 

To override the default Bizview deletion method and decide exactly which dimensions should be included in the deletion (when values are updated in database).

MAN_CALC

Available from Bizview 7.0.3

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Set spreadsheet to manual calculation (FALSE is default = automatic calculation). If set to TRUE, manual calculation will apply to spreadsheet and a new "Calculate Now" button will be created in ribbon

DATA_TABLE

Mandatory in PARAM

N/A

DATA TABLE ID

N/A

N/A

N/A

x

number of times(depending on sections)

The data table that the form should update values in the database.

RELOAD_AFTER_SAVE

Available from Bizview v24.4

 

Optional parameter in PARAM

N/A

TRUE/FALSE

N/A

N/A

N/A

1

Form-specific parameter that combines the save and refresh actions into a single action. When the Save Values button is clicked in a form and RELOAD_AFTER_SAVE parameter is set to TRUE, the form will automatically reload without requiring a manual refresh. Default value of parameter is False.

REPORT Specific Parameters in PARAM

Below is a list of REPORT specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Occurrence in PARAM sheet

Comment

FORMS

REPORT

ADDSHEET_TOTAL

N/A

Optional parameter in PARAM

<worksheet name>

1

If the ADDSHEET parameter is used, then this optional parameter can be used for REPORTS to create a total worksheet when break reports have been generated.

VIEW_EMPTY_ADDSHEETS

Available from Bizview 2011 (1.0928.2019)

N/A

Optional parameter in PARAM

TRUE/FALSE

1

Empty break sheets will be deleted and not shown. Only sheets with values will be visible for the end-user. Default is FALSE. Set this parameter to TRUE to override this and show empty break sheets.

GROUPBY

N/A

Optional parameter in PARAM

TRUE/FALSE

1

Default a group-by will be done for all columns with * in SOURCE. To override, this parameter must be defined in PARAM as FALSE.

REPORTCURR

Available from Bizview 5.2

N/A

Optional parameter in PARAM

CURR ID

i.e. SEK

1 View the report in a specific currency. All values in the report will be recalculated to the selected currency.

TOTALSHEET_FIRST

Available from Bizview 6.1

N/A

Optional parameter in PARAM

TRUE/FALSE

1

If ADDSHEET_TOTAL is used, then this parameter can be set to TRUE if the total sheet should be placed as first tab. If this parameter is not used, or set to FALSE, then the total sheet will be placed as last tab.

NEW_DATA_BINDING

Available from Bizview 23.2

N/A Optional parameter in PARAM ENABLED/DISABLED 1

Enables drag and drop design. For new reports, the default value for this parameter is ENABLED'. To continue using the existing data binding functionality, set this parameter to DISABLED.

 

LINK parameters in PARAM

Below is a list of LINK parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Mandatory/Optional

Value in col C (example)

Value in col D

(example)

Value in col E

(example)

Value in col F

(example)

Value in col G

(example)

Value in col H

(example)

Occurrence in PARAM sheet

Comment

FORMS

REPORT

LINK

Available from Bizview 5.0

Optional parameter in PARAM

Optional parameter in PARAM

Template ID or web address

<Button Text>

<Button Image GUID>

<Tooltip Text>

<Tooltip Image GUID>

TRUE/FALSE

x

number of times

A link creates a button in the end-user ribbon that links to another template or web address.

 

WEBLINK Specific Parameters in PARAM

Note: Only applicable for template type = WEBLINK. For example, integration to QlikView, Reporting Services, and Qlik Sense.

Below is a list of WEBLINK specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Value in col C (example)

Value in col D (example)

Value in col E (example)

Occurrence in PARAM sheet

Comment

WEBLINK

Available from Bizview 5.0

URL

; or , or any other URL separator

TRUE/FALSE

(open in new browser window or not)

1

Specify the URL to the web address you want to navigate to. In this parameter only the "base" URL should be stated. Thereafter arguments (dynamic input parameters) is added using WEBLINK_ARG or QV_ARG to specify what should

WEBLINK_ARG

Available from Bizview 5.0

URL Argument ID

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. WEBLINK_ARG is used for all type of integrations except QlikView, then QV_ARG is used. Which type that is used is governed by selecting "Other" or "QlikView" in the Argument type list.

QV_ARG

Available from Bizview 5.0

Property name in QlikView i.e LB01

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. QV_ARG is used for integration towards QlikView, all other integrations then WEBLINK_ARG is used. Which type that is used is governed by selecting "Other" or "QlikView" in the Argument type list.

QVS_ARG

Available from Bizview 7.2

Property name in Qlik Sense i.e Region Name

<value> or $<controltag> from selection pane

N/A

x

number of times

Add any dynamic arguments that should be added to the base URL. QVS_ARG is used for integration towards Qlik Sense. Which type that is used is governed by selecting "Other" , "QlikView" or "QLIKVIEW SENSE" in the Argument type list.

 

DATASTORE Specific Parameters in PARAM (Not in use with new data engine)

Below is a list of DATASTORE specific parameters in PARAM: (select the parameter for more information)                                                                                              

Parameter (col A in PARAM)

Value in col C (example)

Occurrence in PARAM sheet

Comment

~LEDGERSUM

Available from Bizview 5.2

TRUE/FALSE

1

Summarize the ledger amounts. Default value is TRUE.

~CONTRANS

Available from Bizview 5.2

TRUE/FALSE

1

Include consolidation transactions.

~ELIMINATE

Available from Bizview 5.2

TRUE/FALSE

1

Eliminate inter-company transactions.

~GETCHILD

Available from Bizview 5.2

<obj:id>:<parent_attrib_id>

UNIT:ORGPC

1

Include child objects in the query.

~SHOWCHILD

Available from Bizview 6.1

TRUE/FALSE

1

Show child objects in report. Should be used in combination with GETCHILD.

~DETAIL_LOG

Available from Bizview 5.2

TRUE/FALSE

1

Activate detailed logging.

~CURRPERIOD

Available from Bizview 5.2

PERIOD

i.e 201401

1

Period to use when calculating currency rates. Applicable to, for example, balance sheets when all values should be calculated with currency rates for one specific period. Only applicable to currency rates connected to a currency type with calculation method "Specific period rates".

~EXEC_MODE

Available from Bizview 5.2

TRANS_DATA

1

Execution mode.

~FINPLANDATA

Available from Bizview 6.0

TRUE/FALSE

1

 

Include financial planning data from Bizview.

~ICFILTER

Available from Bizview 6.0

<object value>

1

Intercompany filter for elimination.

 

 

For an optimal Community experience, Please view on Desktop
Powered by Zendesk