C
colby.africa
Hello,
I have been experimenting with creating custom fields with graphical
indicators using PSI. The criteria is stored in
MD_PROP_GRAPHICAL_INDICATOR.
I cannot find any documentation on the syntax, but but it looks
simple.. Here is a sample:
[[==\ttest\t\t][1]][[==\t5\t\t][2]][[!=\t6\t\t][3]]
Which trainslates to:
"equals 'test' using image with index '1'"
"equals '5' using image with index '2'"
"does not equal '6' using image with index '3'"
If anyone has any gotcha's or advice, I would love to hear back. If
not, I plan on writing a simple helper class that will wrap the above
syntax. I will post it later.
Thanks!
Colby
I have been experimenting with creating custom fields with graphical
indicators using PSI. The criteria is stored in
MD_PROP_GRAPHICAL_INDICATOR.
I cannot find any documentation on the syntax, but but it looks
simple.. Here is a sample:
[[==\ttest\t\t][1]][[==\t5\t\t][2]][[!=\t6\t\t][3]]
Which trainslates to:
"equals 'test' using image with index '1'"
"equals '5' using image with index '2'"
"does not equal '6' using image with index '3'"
If anyone has any gotcha's or advice, I would love to hear back. If
not, I plan on writing a simple helper class that will wrap the above
syntax. I will post it later.
Thanks!
Colby