Hi, I want to know filter function.
I run Import Action from saved view which filtered by Lineitem.
But It takes long time.
 
The point was module pivot.
View A and B was filtered by same Lineitem.
But it takes shorter set source module as ViewB than ViewA.
 
View A
| Product | Location | Time | Amount | 
| A | X | 1/1 | 1 | 
| A | X | 1/2 | 2 | 
| A | X | ・・・ | 3 | 
| B | X | 1/1 | 4 | 
| B | X | 1/2 | 5 | 
| B | X | ・・・ | 6 | 
 
View B
| Product | Location | 1/1 | 1/2 | ・・・ | 
| A | X | 1 | 2 | 3 | 
| B | X | 4 | 5 | 6 | 
 
 
Is it true?