Expand my Community achievements bar.

SOLVED

Excel Crashing | Requesting rule based trait using BAAAM

Avatar

Level 1

I am trying to request all the rule-based traits using BAAAM but since they are very high in number the excel keeps crashing, is there a way I can use a filter?

1 Accepted Solution

Avatar

Correct answer by
Employee

Is Excel force closing or going unresponsive? It's pretty common for it to go unresponsive when requesting a lot of data, but should eventually come back if left to work long enough.

Unfortunately, with BAAAM there is no way to adjust the request made to filter the results anymore. I would suggest making a manual request with our REST API


For example you can filter by folder ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&folderId=111111

or data source ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&dataSourceId=12345

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Is Excel force closing or going unresponsive? It's pretty common for it to go unresponsive when requesting a lot of data, but should eventually come back if left to work long enough.

Unfortunately, with BAAAM there is no way to adjust the request made to filter the results anymore. I would suggest making a manual request with our REST API


For example you can filter by folder ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&folderId=111111

or data source ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&dataSourceId=12345