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

Create DataRole

Use this command to create a new DataRole.

Copy

Syntax

CREATE DATAROLE RoleName        

where:

  • RoleName is the name of the DataRole to create.
Copy

Syntax

CREATE DATAROLE NorthAmAccounts            

Creating an ASCII input file

To create a large number of DataRoles, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information:

Copy
RoleName                        
Copy

Syntax (with an ASCII file)

CREATE DATAROLE @ FileName            

where:

  • FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

Published:

Create DataRole

Use this command to create a new DataRole.

Copy

Syntax

CREATE DATAROLE RoleName        

where:

  • RoleName is the name of the DataRole to create.
Copy

Syntax

CREATE DATAROLE NorthAmAccounts            

Creating an ASCII input file

To create a large number of DataRoles, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information:

Copy
RoleName                        
Copy

Syntax (with an ASCII file)

CREATE DATAROLE @ FileName            

where:

  • FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

For an optimal Community experience, Please view on Desktop