Skip to main content
1-Visitor
February 10, 2022
Question

Split infotable based on Property value

  • February 10, 2022
  • 1 reply
  • 850 views

Hi,

I would like to split my infotable into as many infotable as there are values that a given property assumes.

For example this is the original infotable

PB_9026895_0-1644506578400.png

And these the derived infotables

PB_9026895_1-1644506619524.png 

 

PB_9026895_4-1644506706686.png

How can I get this???

 

1 reply

17-Peridot
February 14, 2022

@PB_9026895,

Don't understand what you are trying to accomplish. You can can write a script which accepts or access a value "customer" and the source InfoTable.
You could then create a new InfoTable in your script and return the rows which match the customer supplied.
I may have not understood your question so please clarify what information you need and I will try to help

 

Peter