Lama
  • LayerManager
  • Fundamentals
    • 📖Main concepts
      • LamaBase
      • LamaData
        • LamaTables
        • LamaCategories
        • LamaView
      • LamaFile
      • LamaDoc
    • 🖥️UI overview
    • 📐Principles
    • ➕LamaExtensions
  • User Manual
    • 🚀Get started
    • 💡How to...
      • General
        • Start/ Stop Lama
        • Create Models/Projects
        • Create templates
        • Connect LamaProject
        • Save LamaFile
        • Version recovery
        • Add a license
      • Management
        • Vert./horiz. panel
        • Create elements
        • Create LamaTables
        • Create attributes
        • Create categories
        • Use table trees
        • Use multiple columns
        • Use object relations
      • Visualization
        • Activate layers
        • Show layers
      • Analysis
        • Create view
        • Modify view
        • Create validation rule
        • Use views
      • Transfer
        • LamaTables
        • LamaView
    • 📄Commands
  • Developer Manual
    • 🚀Get started
    • 💡How to...
      • Install plugin
      • Install toolbar
      • Publish plugin
    • 📑Resources
    • 🔗Compatibility
  • Feedback
  • Apps by Fritz Beck.
Powered by GitBook
On this page
  1. User Manual
  2. How to...
  3. Analysis

Modify view

Last updated 1 year ago

A LamaView serves for the analysis of the data, and the export to other applications. LamaViews can be modified by adding/ removing columns, and applying functions such as "Sum rows".

+ Add/Remove columns:

Only columns which are covered by the selected objects are displayed in the view.

+ Sum rows: If hooked, the rows are summed up so that, the values hooked columns are similar and numbers in other columns are summed up.

Only columns based on data type integer or decimal are summed up.

+ Filter rows: A filter can be applied on the view. If the rows are summed up, a filter can be applied before or after the rows are summed up.

Example: Count no of objects You can count the number of objects of a specific element type. For this, each ElementTable has an attribute "Count", where the no. of objects is entered (i.e., 1).

Step 1: Add columns "Element" and "Count" to your view.

Step 2: Hook "Sum rows" (Sum symbol) for column "Element"

Step 3: Set Sum function for column "Count" to sum.


💡
Create view
LamaView