Difference between revisions of "Column: Culture"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Resource data caches]]
 

 

  
Line 40: Line 40:
 
Typically the axis for this column will look something like the below:
 
Typically the axis for this column will look something like the below:
  
Axis text: "Culture"Math base: "Culture"Pct base: "Culture!=empty"
+
Axis text: "Culture"
 +
<br>Math base: "Culture"
 +
<br>Pct base: "Culture!=empty"
  
Option 1: Name="English"; Value="Culture==123"Option 2: Name="Danish"; Value="Culture==124"Option 3: Name="...."; Value="Culture==...", etc.
+
Option 1: Name="English"; Value="Culture==123"
 +
<br>Option 2: Name="Danish"; Value="Culture==124"
 +
<br>Option 3: Name="...."; Value="Culture==...", etc.
 
|- align="left" valign="top"
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="228" bgcolor="#FFC20E" |
 
| style="border: 1px solid #010101" width="228" bgcolor="#FFC20E" |

Latest revision as of 06:54, 26 April 2011



Column: Culture

Column

Culture

Source

The culture id registered for the returned user resource

Automatically given column name

Culture

Column type

Number

Resource types that use it

User

How axis set information is built

This column is what we call a "search string dependent axis option". This means that the axis set for it is rebuilt each time that the resource cache is rebuilt. The reason for this is, that the number of possible option outcomes for the column is changing each time the column is updated. For this column it will not make sense if you try to update its options directly in the axis set, since these will be reset on resource cache rebuild anyway.

The axis set is built upon first extracting all the IDs that are in the created by column, then creating one option in the axis set for each unique value. The option will be named the same as the culture object in catglobe that owns the ID. Let us say that the system finds the value "123" in this column. The system will then look up the name of the culture object with this ID and create an option in the axis automatically generated for the column.

Typically the axis for this column will look something like the below:

Axis text: "Culture"
Math base: "Culture"
Pct base: "Culture!=empty"

Option 1: Name="English"; Value="Culture==123"
Option 2: Name="Danish"; Value="Culture==124"
Option 3: Name="...."; Value="Culture==...", etc.

Comment

N/A