2

I have this object attribute. actually this is a checbox.

enter image description here

how can I get the attribute 0? and display its result?

{attribute_result_gui view=info attribute=someattribute}

thanks in advance

Amir Koklan
  • 897
  • 2
  • 12
  • 32
Sam Teng Wong
  • 2,379
  • 5
  • 34
  • 56

1 Answers1

0

I just happened to solve my problem..

here's the code for me to see the result of an attribute.

X is there signifies the 0 below the attribute...

{$collection.attributes.X}

so it'll look like this.

{attribute_result_gui view=info attribute=$collection.attributes.0}

Sam Teng Wong
  • 2,379
  • 5
  • 34
  • 56