Programmatically creating graphical indicators using the PSI

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top