Hi
I have a page has a shape to show my table parameter. It was working before but suddenly it stops working. The shape is blank at the moment.
Following is how i configured my shape. The Table parameter ID is 4000.
In my dataminer i got blank page.
Thanks
Hi Mia Miao,
If you plan to display the table without any filter box, you can remove the option 'Table' from 'ParameterControlOptions'. For example, these two shape data should be enough to display the table:
Element: *
ParameterControl: 4000
The option 'Table' in 'ParameterControlOptions' is used when you would like to display a filter box: Adding a filter box to a table control.
Hope it helps.