Filtering Import
This is my Original Module.
Now I want to create a New Module which will have only Orange Data.
But I can't use Lookup, as I have restrictions of Formula Linking.
Only thing I can do is Import.
Is there any way to do it?
Need your support.
Best Answers
-
A - Create :
- A system module to define the filter criteria
- A boolean line item to filter your data in the source module (formula should be like Item(Fruits) = System Module.selection)
B - Create a saved view using this line item
C - Create your import using this saved view (my advice is to update a subset of the existing list to be used in the new module)
Hope it helps !
1 -
No need to create a new module, just create a view and filter out the fruit type Orange.
1. Create a system module to select fruit type, here in your case "Orange"
2. create one line item for filter
3. apply the filter you will get the desire result.
Hope this help!
Thanks
Akhtar
1
Answers
-
Yes absolutely.
Thanks @cmaurice .
0 -
0