I’m trying to “merge” these two interactive tables and display 2 times “Value” + 2 times “Profile”.
Each one will be filtered by “From dropdown” & “To dropdown”.
Is this possible using any custom widget or similar? Thanks!
I’m trying to “merge” these two interactive tables and display 2 times “Value” + 2 times “Profile”.
Each one will be filtered by “From dropdown” & “To dropdown”.
Is this possible using any custom widget or similar? Thanks!
You can merge both Object lists and display the result in one Interactive Table
Is that what you are looking for?
I was able to create an object list instead of concatenate arrays and display the result like this:
The problem with this “variable” object list is I can’t use it in an interactive table so I can’t “customize” columns and conditioning format. Any thought?
Thanks!!
@thorsten.langner Any idea how to print the full interactive table into a PDF file? Thanks!
The only solution I could think of for now is to use an external service or a self built backend.
As far as I know you can not achieve this with TULIP only yet.
Hello, May I ask how you manage to set the background color of a specific cell to red in the table?
That’s cool. Thank you for your help and prompt reply.