ISW styles to be used across UE Projects
PLEASE HAVE A DISCUSSION WITH SDS BEFORE EDITING THIS PAGE OR THE STYLESHEETS
The table below lists the styles and the tags to be used for each style.
GENERIC-TABLESTYLE.css
| Heading Category | Style | Tag used | Output |
|---|---|---|---|
Heading Style |
Heading 1 |
<h1> |
Heading 1 |
Heading 2 |
<h2> |
Heading 2 |
|
Heading 3 |
<h3> |
Heading 3 |
|
Heading 4 |
<h4> |
Heading 4 |
|
Heading 5 |
<h5> |
Heading 5 (I have disabled H5 as of now, does anyone need H5?) |
|
Heading 6 |
<h6> |
Heading 6 (I have disabled H6 as of now, does anyone need H6?) |
|
Sub heading |
<p.sub-head> |
Sub heading |
|
|
Body Style
|
Body |
<p> |
Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.
|
Reference doc title |
<.booktitle> |
For more information on setting up a grid processing environment, see the Longview Server Manager Guide. |
|
List item |
ordered list |
<li> |
|
un-ordered list |
<li> |
|
|
Code Style |
code line |
p.single-line-code |
Example: 1 Dim LVAPI As Longview.API Example: 2 Set LVAPI = New Longview.API |
code block |
div.code-block |
Example Dim LVAPI As Longview.API Set LVAPI = New Longview.API Set LVConnection = New Longview.Connection Dim rc As Long: rc = LVAPI.ErrorCode.NoError
|
|
Math Equation |
|
If you have Math Equations in your product, follow the steps below to add an equation as opposed to adding a screenshot of the equation:
|
|
filepath |
.filepath
|
C:\Longview\<LongviewIdentifier> with the correct path to ...\ Longview\<LongviewIdentifier>;
|
|
|
Note styles
|
Note |
<p.noteisw> |
Note: This is a Note style |
Note (French) |
<p.noteISWFrench> |
This is a Note style (French) |
|
Warnings/ Caution |
<p.cautionISW>
|
Caution: This is a Caution style |
|
Warnings/ Caution (French) |
<p.cautionISWFrench> |
This is a Caution style (French) |
|
Tip |
<p.tipISW> |
Tip: This is a Tip style |
|
Important |
<p.importantISW> |
Important: This is an Important style |
|
Important (French) |
<p.importantISWFrench> |
This is an Important style |
|
|
Table style
|
Table title Table
|
p.Table_Title GENERIC-TABLESTYLE.css |
Sample Table
|
|
Figure style
|
Figure title Figure
|
p.Figure_Title <img>
|
: Sample Figure Title
|
|
|
CDM TEST |
Note: Testing (Undefined variable: ISW-PRODUCT.One CDM)(Undefined variable: ISW-PRODUCT.One CDM)(Undefined variable: ISW-PRODUCT.One CDM)(Undefined variable: ISW-PRODUCT.One CDM)(Undefined variable: ISW-PRODUCT.One CDM)(Undefined variable: ISW-PRODUCT.One CDM) |
|
|
CDM TEST |
ADDING SAMPLE CONTENT FROM LONGVIEW
Connecting to a Tidemark Data Source
Test - Heading 3
Test - Heading 4
Sub heading
The Longview Add-In for Office can also connect to a Tidemark Data Source.
The main features available for Tidemark Data Sources include retrieving data, refreshing data, and retrieving metadata.
The following lists the features applicable to Tidemark Data Sources:
- Data Query
- Longview Functions: LVCELL, LVDESC, LVCHILD, LVDIMDESC, LVDIMNAME, LVIDENTIFIER, LVPARENT, LVREFRESHDATETIME, LVSUBMIT, LVSYMBOLSELECTOR, LVUSER, LVUSERDESC
Caution: The following caveats apply when connecting to a Tidemark Data Source:
Accessing the Longview Add-In for Office
After you have installed the Longview Add-In for Office, the Longview tab appears in the ribbon in Microsoft Excel.

Most Longview Add-In for Office features are unavailable until you connect to a data server. However, if you are not connected to a Longview data server, you can still view the Longview Add-In for Office Help.
For more information, see “Viewing Longview Add-In for Office Help”.
Most of the Longview Add-In for Office functionality is available from the ribbon, which is divided into the following groups:
- ConnectionsThe Connections group contains all functionality related to connecting to and disconnecting from the data server and managing existing connections.
-
ViewThe View group contains links to the Data Locks and User Submissions tools:
- Locks—Opens the Data Locks tool, to view and delete any locks that are applied to the data server repository.
- Submissions—Opens the User Submissions tool, to view the status of batches that have been created in the system.
For more information on the Data Locks or User Submissions tools, see the Longview Data Locks Help or Longview User Submissions Help.
- HelpThe Help group contains a link to the Longview Add-In for Office Help.
Dimensions
The Longview database contains a wealth of information, divided into different categories. For example, some of the information describes the accounts in the General Ledger, some the world-wide locations in which your company does business, and so on. Each individual bit of information is stored in a symbol. Symbols are organized in hierarchies.
In the Longview database, each broad category of data is called a dimension. A dimension is a set of similar elements providing a structure for information analysis. You can manipulate the display of dimensions to see exactly the combination of data you need.
Using the Symbol Selector
Any input field with the Search icon to its right indicates that you can use the Symbol Selector to search for and select one or more symbols for that field.
Note: In the Longview Add-In for Office, you can double-click worksheet cells that contain an LVSYMBOLSELECTOR function (usually indicated by a yellow background) to open the Symbol Selector dialog.
You can also select symbols for these fields using look-ahead functionality. Type the first character of the name of the symbol that you wish to select. A drop-down list appears below the symbol field, containing the symbols whose first character matches the character entered. Select the symbol you want to use, or further narrow down the list by typing more characters. You can press F3 to find and highlight the next instance in the hierarchy.
Note: Look-ahead functionality is not available for fields in the Longview Add-In for Office or for Data Import Apps in Longview Designer.
To use the Symbol Selector, follow these steps:
- Click the Search icon (if you are using the Longview Add-In for Office with a worksheet cell that contains an LVSYMBOLSELECTOR function, double-click the cell). The Symbol Selector dialog opens.

-
The Add icon is unavailable because the symbol has already been selected. However, the Add icon can also be unavailable for the following reasons:
- The maximum number of symbols have been selected. In this case, Add icons are unavailable for all symbols.
- The symbol type (parent, leaf, or read-only) is not allowed to be selected, as set in the Symbol Selector definition.
To remove a symbol from the Selected Symbols list, click the Remove icon to the left of the symbol name
Note: To navigate to a symbol in the hierarchy, click the symbol in the Selected Symbols list.
- When you are finished selecting the required symbols, click OK. The selected symbols appear in the input field or the worksheet cell.
Note: Depending on where the input field is located, or how the LVSYMBOLSELECTOR function was set up in the Longview Add-In for Office, you may be able to select multiple symbols in the Symbol Selector, or one symbol only.
Viewing Longview Add-In for Office version and session information
It may be useful at times to view version and session information about the Longview Add-In for Office.
Note: If you are not connected to a data server, only the version information for Longview Add-In for Office displays. (Not connected) displays in all other fields.
To view Longview Add-In for Office information:
- Click the File tab. The Backstage view displays.
- Click Longview.
- Test level 2
- Test level 3
- Test level 2
- Review version information in the About Longview Add-In for Office section for the following:
- Longview Add-In for Office
- Longview Data Server
Note: To copy version information to your Windows clipboard, click Copy Info to Clipboard.
- Review session information in the Session Information section for the following:
Field Description Username Your current username and description. Group Your current user group name and description. Name The name of your current connection. Identifier The Longview Identifier (LID) of the system you are currently connected to. Host The host name of the data server you are currently connected to. Port The port number of the data server you are currently connected to.
Example:
Dim LVAPI As Longview.API
Set LVAPI = New Longview.API
Set LVConnection = New Longview.Connection
Dim rc As Long: rc = LVAPI.ErrorCode.NoError
' Set connection parameters With LVConnection
.Identifier = "DEMO101"
.HostOrProxy = "MyServer"
.Port = "29010" End With rc = LVAPI.Connect(LVConnection, "JSmith", "xxx", "Administrators")
'You may also set the Connection info using Connection.SetServerInfo Call LVConnection.SetServerInfo ("DEMO101", "MyServer", "29010")
Sub Heading Sample
In the worksheet cell, type:
- Attribute_class is the attribute class. Specify one of the following values:
Value Description SYSTEM
Describes the entire Longview system at the highest level.
Attributes of this class specify system-wide characteristics. There is only one object in the SYSTEM attribute class—the Longview application itself.
USER
Describes the attributes of a particular user. Each user is an object in the USER attribute class.
SYMBOL
Describes the characteristics of individual symbols. Each symbol is an object in the SYMBOL attribute class.
- Attribute_name is the name of the attribute. To find a list of attribute names in your data server repository, see “Querying attribute information”.
- object is the object whose attribute value you want to query. The object is dependent on the value specified for Attribute_class.
- If you specified SYSTEM for Attribute_class, specify DBDEFAULT for object, or leave the parameter blank.
- If you specified USER for Attribute_class, specify a username for object.
- If you specified SYMBOL for Attribute_class, specify a symbol name for object.
- If you specified SYMBOL for Attribute_class, specify a symbol name for object.
- If you specified SYMBOL for Attribute_class, specify a symbol name for object.
Test div note ISW Test div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISWTest div note ISW
Test div note ISW wide Test div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wideTest div note ISW wide
Test div note French Test div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note FrenchTest div note French
Test div note ISW French Wide Test div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW FrenchTest div note ISW French
Test div tipISW Test div tipISW Test div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISWTest div tipISW
Test Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWideTest Div tipISWWide
Div ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution testDiv ISW Caution test
Div ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide TestDiv ISW Caution Wide Test
Div ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French TestDiv ISW Caution French Test
Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test Div ISW Caution Wide French Test
Note: p.noteISW
Note: p.noteISWWide
p.noteISWFrench
p.noteISWWIdeFrench
Caution: p.cautionISW
Caution: p.cautionISWwide
p.cautionISWFench
p.cautionISWWideFench
Tip: p.tipISW
Tip: p.tipISWWide
Test
Test
Important:
Important: p.importantISWWide
p.importantISWFrench
p.importantISWWideFrench
Test
Test
