Hi,
I was wondering if it's possible to load a file into a module with brand new list members and it's attributes?
Thanks,
Dan
Hi Dan,
You can't create new members when loading into a module, however an alternate approach is to create an import action with the file loading into the list to create the members + an import action with the file loading into the module to store the data and then putting them in a process that you publish onto the dashboard?
Regards,
Winston
@CommunityMember115525
Great question.
@wquan is correct. I would just add that the module that you load the attributes into should be a system module, a module that only uses one dimension (using the list you are working with). In your planning module, you can lookup the attributes from the system module with a LOOKUP function. The benefit of doing this is that you only have the attributes calculated one time (in one cell) vs being copied X every other dimension.
Here's a link to learn more about the DISCO method (the "S" stands for system).
Best Practices for Module Design by @DavidSmith
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…