Enable and Disable Preview for specifik objekts from Excel

Hi, how can i Enable and Disable Preview for specifik objekts from Excel. I am using Lunchbox.
Best Regards! Kenth

just use a boolean or a list sorting index pattern to dispatch branches / rows / columns into different components, then just hide or preview what you dont want / want to see!

Hi, i want to hide or preview directly from Excel, not inside Grasshopper. A command like Custom Preview for hide and show items was nice, with boolean of corse.

I haven’t tried it myself, but maybe you could use a Stream Gate to filter the data running to a Custom Preview component. The index of the gate can come from your excel, so if it is set to 0 the filter passes the data to the preview component, if set to 1 there is no output.