Hiding columns in repeating table

J

Joseph

Hi guys,
I’m using direct database connection approach to fill a repeating table.
I have some dropdown list to filter the query fields.
Is it possible in this case to hide some columns in repeating table based on
the values selected in the dropdown list.
Thanks
Joseph
 
D

djasek

Not easily.
You can make a bunch of copies of your repeating table. One copy for
each possible configuration. Put each copy in it's own section, and
have the correct section appear with conditional formatting.

Or you can dive into the views xsl and rewrite the table by hand.
It's not that hard if you have a decent grasp of xslt, but it will
take some fiddling. Do a search on protected code blocks to see how
to do this.

-Dan
 

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