Book a Demo

Author Topic: Generate a slash if {Att.isOrdered} <> 0  (Read 2170 times)

Torsten Binias

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Generate a slash if {Att.isOrdered} <> 0
« on: March 17, 2010, 06:05:39 pm »
Hi,

how can I generate a slash, if an attribute is derived, i.e.:
"/ age".

Along these lines:
{Att.isOrdered} <> 0 should generate"{ordered}"
{Att.Const} = "Const" should generate"{readOnly}"

Thx,
Torsten