cancel
Showing results for 
Search instead for 
Did you mean: 

Display "Exception"-Columns in table views

Former Member
0 Kudos

Hello,

in my Visual Composer Storyboard I have a table view with 4 columns and an input form for the data selection.

When I deploy my application, I see the correct table view.

I fill out the input form with my selection.

Click on submit and the data will be load.

Suddenly I have 8 columns in my table view.

For Example the colums before data load:

Subcategory

Umsatz Vorjahr

Umsatz Aktuelles Jahr

Varianz

After data load

I have the following columns

Subcategory

Subcategroy_node

Subcategory_level

Umsatz Vorjahr

Umsatz Vorjahr_Exception

Umsatz Aktuelles Jahr

Umsatz Aktuelles Jahr_Exception

Varianz

Varianz_Execption

Have anybody an idea, how can I solve this problem ?

I don't want to display the exception columns.

Thanks

Regards

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please check that the input form and table columns have same name..

When you provide link between input form and table view, the fields in the input form will come in table view.

Thanks & Regards

Harsimran

Former Member
0 Kudos

Hi,

my input form has other colums than my table view.

the input view is the selection for example fields like country, store, currency.

And in the table view the data for the selection (country, Store,...) will displayed

So I think I cannot link them and I cannot have the same column names.

Is this right ???

Thanks

Former Member
0 Kudos

Hi,

Select the output port of your data service and add the columns names you does not want to show in the table (like Umsatz Aktuelles Jahr_Exception) as virtual fields to dataservice output port. (Make sure of the correct upper/lower cases and datatypes).

Now your table list will have the fields, but, you can uncheck them so that it will not be displayed on runtime.

Regards,

Sooraj

Answers (0)