-
Re: Alleviate the jumping cursor causing BeastModes and SQL queries to be overwritten
I randomly run into this issue as well. Glad you are bringing attention to it.2 -
Re: Can I know why the data is not grouping into single column in the pivot table?
Do you have anything in the sorting section in Analyzer? That will keep like items from being grouped together.1 -
Re: How can I get the company names on a pivot table to show up on one line? One company is not.
My bad. SQUASH_WHITESPACE is only available in the formula tile in Magic ETL. Try this instead: UPPER(TRIM(`company name`)) Make sure what is inside the ticks is your actual field name from your data…1 -
Re: How can I get the company names on a pivot table to show up on one line? One company is not.
I would try troubleshooting by creating a beast mode that might help identify the issue. I would start by creating a beast mode that looks like this: UPPER(SQUASH_WHITESPACE(companyname)) This will e…1 -
Re: Apply Different Filters to Same Card on Dashboard
A couple things to point out for you on this: While you would need to use the Save As option to have a card display multiple times on a dashboard, when you create a beast mode, if you choose Save to …1

