Loading...
 
Display or test the value of a tracker item field

Plugin Tracker Item Field

Introduced in Tiki2

Use this wiki plugin to display or test the value of a field of a tracker item.

Requirements

  • The field must not be hidden
  • To test or display a field, you must have the tiki_p_view_trackers (or tiki_p_view_trackers_pending or tiki_p_view_trackers_closed permission depending on the status of the item
  • The status can be tested without permission

Parameters

Display or test the value of a tracker item field
Introduced in Tiki 2.
Go to the source code
Preferences required: wikiplugin_trackeritemfield, feature_trackers

Parameters Accepted Values Description Default Since
(body of plugin) Wiki text containing an {ELSE} marker.
value text Value to compare against. 2.0
itemId digits Numeric value representing the item ID. Default is the user tracker item for the current user. 2.0
list_mode (blank)
y
n
csv
Set output format. Yes (y) displays tracker item field with truncated values (default); No (n) displays in tracker item field view; Comma Separated Values (csv) outputs without any HTML formatting. y 25.0
status (blank)
o
p
c
op
oc
pc
opc
Status of the tracker item 2.0
test (blank)
1
0
Set to Yes (1) to test whether a field is empty (if value parameter is empty) or has a value the same as the value parameter. 2.0
trackerId digits Numeric value representing the tracker ID. 2.0
fieldId digits Numeric value representing the field ID displayed or tested 2.0
fields text
separator: :
Colon-separated list of field IDs. Default is all fields 2.0

Limitation

The field must be a simple value (not computed, not item list). The tracker item can be specified by its ID with the itemId plugin param. If it is not specified and the url used to access the page has a itemId parameter, the value of itemId parameter will be used. If after this test is not set and if the User Tracker feature is set on, the user item of the user will be selected.

Examples

For example, you have a user tracker with a field containing the phone number of the user, you can use this plugin with the fieldId=phone_field_id to display in the page the phone number of the user looking at the page:

Copy to clipboard
{trackeritemfield fieldId="1"}


Another example, you want to add a link in a page to a page where a user can fill his user tracker only if the user has no user tracker. You can use this plugin with the fieldId that is the user selector field.

Copy to clipboard
{TRACKERITEMFIELD(fieldId="1" test="1")}Welcome new member, please visit ((this_page)) to fill up your information{TRACKERITEMFIELD}

A field can be tested against a value

Copy to clipboard
{TRACKERITEMFIELD(fieldId="1" test="1" value="toto")}Yes your name is toto{TRACKERITEMFIELD}

See Tracker Field Types for values to match for special fields such as checkboxes.

If you want to do the same thing with a tracker that is not the user tracker but has only one item per user and has a field user selector/1, you can specify the tracker ID like this

Copy to clipboard
{trackeritemfield trackerId="1" fieldId="1"} {TRACKERITEMFIELD(trackerId="1" fieldId="1" test="1")}Please fill out your review{TRACKERITEMFIELD}


It is also possible to test the status of the user item. For instance if you want to display something only if the item is pending or closed:

Copy to clipboard
{TRACKERITEMFIELD(status="pc")}Sorry, your survey is being processed{TRACKERITEMFIELD}


It is also possible to test if all the fields of as item are not empty:

Copy to clipboard
{TRACKERITEMFIELD(trackerId="1" fields="")}Thank you your form is complete{TRACKERITEMFIELD}


It is also possible to test an alternative:

Copy to clipboard
{TRACKERITEMFIELD(fieldId="1" test="1")}OK{ELSE}NOT OK{TRACKERITEMFIELD}


It is possible to have multiple levels of ELSE:

Copy to clipboard
{TRACKERITEMFIELD(fieldId="1" test="1")}OK{ELSE}{TRACKERITEMFIELD(fieldId="2" test="2")}super ok{ELSE}NOT OK{TRACKERITEMFIELD}{TRACKERITEMFIELD}

Note the order the other test with always be in the ELSE part.

This plugin is also very useful when you want to show only some filtered values from a tracker field and for empty ones - to hide the messy warnings like "No value for 'tracker_field_xxx".

Copy to clipboard
{LIST()} {pagination max=10} {filter field="tracker_id" content="2"} {OUTPUT(template="table")} {column label="Id" field="itemid" class="text-left" mode="raw"} {column label="object_id" field="object_id"} {column label="Name" field="name" sort="name" class="text-nowrap"} {column label="Discount" field="discount"} {OUTPUT} {FORMAT(name="itemid")}{display name="tracker_field_shopProductId" format="trackerrender"}{FORMAT} {FORMAT(name="object_id")}{display name="object_id"}{FORMAT} {FORMAT(name="name")}{display name="tracker_field_shopProductName"}{FORMAT} {FORMAT(name="discount")} {TRACKERITEMFIELD(trackerId="2" fieldId="143" itemId={display name="object_id"} test="0" value="")} {display name="tracker_field_shopProductDiscount" format="trackerrender"} {TRACKERITEMFIELD} {FORMAT} {LIST} 


The trick here is to assign itemId value like this:

Copy to clipboard
itemId={display name="object_id"}

Aliases


Created by sylvie. Last Modification: Tuesday 05 March, 2024 16:50:43 GMT-0000 by Marc Laporte.

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki