Guys,
I need to develop a dashboard report in notes client in table format with colors.
I need to color table cells based on user input.
I am able to change the entire row color but not able to color specific Cell. I am using NotesRichtexttable , notesnav, etc classes.
Please help!
Subject: Why not try HTML tables
I haven’t done much with Notes tables, but I found that HTML tables combined with CSS give a lot of flexibility for formatting. Worth looking at if all you need to do is provide a report for viewing.
Subject: hi
Thanks for the update!
I am not sure HTML tables works in Notes Client or Not! anywasy let me explore!
Subject: They certainly do…
Place the HTML tags in the form and mark the text as passthru HTML. You can use computed values or CFD fields to generate tags based upon values in the underlying Notes document.