Question
Hello. I'm trying to use the
ConditionalPlugin to control the contents of one table cell based on the value of another table cell. An example would be a two-column table - one column is a numeric value 1-10, the other column is a graphic image, say a red stop sign if column 1 is 1-3, a yellow triangle if #1 is 4-6, or a green circle if #1 is 7-10. I've read everything I can find on tables, the
TablePlugin, and the
ConditionalPlugin, and cannot find a way to make this work. Help!?!?!?!?
Environment
--
TracyMcKibben - 25 Oct 2004
Answer
Use
SpreadSheetPlugin. It allows you to do conditional rendering using the $IF(cond,then,else) function.
--
RodrigoChandia - 25 Oct 2004
Excellent, thanks!
--
TracyMcKibben - 26 Oct 2004