gianglt3-fsoft.com wrote: when i have two "Alternative Forms" is "filter1" "filter2" for a custom table,why only "filter1" display.
where can i assigned "filter2" for this custom table?
What happen when i assign two Alternative Forms for a custom table?
Technically you can't have to objects named with the same name, which is why only one shows.
If you want to display this on a different page outside of the CMSDesk or Site Manager, then create a custom query from the main table and use joins or unions in it to get your data. Then place a custom query repeater on your page and display your data. You may need to create a custom webpart to get the filter and repeater to play nice together.