Table Related System Attributes: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
No edit summary
m (order change, created headings)
Line 15: Line 15:
<br>  
<br>  


==== TableRows ====
==== ====
 
==== TableColumns ====


R  
R  


This gives access to the rows/column count for the table being referenced by the overall attribute reference.  
This gives access to the column count for the table being referenced by the overall attribute reference.  


The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.  
The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.  
Line 30: Line 32:
*implied <br>eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref
*implied <br>eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref


<br>


==== TableColumns ====
 
==== TableRows ====


R  
R  


As above.  
This gives access to the row count for the table being referenced by the overall attribute reference.  
 
The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.
 
These attributes can determine a table from:
 
*direct references within an attref;
*dynamic table references;
*item table references (if item is available);
*implied <br>eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref
 
<br>


[[Category:Attribute]] [[Category:Table]] [[Category:Routine]] [[Category:View]]
[[Category:Attribute]] [[Category:Table]] [[Category:Routine]] [[Category:View]]

Revision as of 22:27, 4 January 2009

Table Related System Attributes

Relating to the currently-referenced table in a routine operation.


Name

Read / Write

Description



TableColumns

R

This gives access to the column count for the table being referenced by the overall attribute reference.

The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.

These attributes can determine a table from:

  • direct references within an attref;
  • dynamic table references;
  • item table references (if item is available);
  • implied
    eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref


TableRows

R

This gives access to the row count for the table being referenced by the overall attribute reference.

The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.

These attributes can determine a table from:

  • direct references within an attref;
  • dynamic table references;
  • item table references (if item is available);
  • implied
    eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref