Comments
-
I want to say I ran into this before. From what I remember the data pre-partition data is its own partition (batch id 0?) under the partition tab with a huge row count. You may be able to identify and delete it using the APIs if that's soemthing you're comfortable with.…
-
Yea it shoudl be as easy as sharing carsd w/ a url w/: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> Idk why there isn't a similar endpoint like: mycompany.domo.com/api/content/v3/pages/analyzer/<filter_id>
-
Agreed. You can share and even bookmark specific cards if you know the page & card Id: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> You can find the id for a filter by looking in the activiy log (where Object_Type = "PAGE_ANALYZER") You can even view it's definition w/ this endpoint:…
-
I would prefer there was a way WITHOUT using pFilters and actually used the filter definition (in acse it changes, etc.), similar to how you can use the object ids to link to a card directly w/: mycompany.domo.com/page/<page_id>/kpis/details/<card_id> You can find the id for a filter by looking in the activiy log where…