-
Re: Raw Data access
If you click the wrench and choose Edit Drill Path there is an option to prevent drilling to the raw dataset.2 -
Re: How to create a beast mode for 1st initial of first name and add the last name
Try this: CONCAT(LEFT(TicketOwnderFirstName,1),TicketOwnerLastName)2 -
Re: forcing x-axis in bar chart to ignore filters
The only way that I can think of making that work is by creating rows in your data with a value of 0 for each category/filter combination. You can do this pretty easily in Magic ETL if you are not ab…1 -
Re: Column failed to convert from String to Floating Decimal
Did you check to see if the text formatting - only show number tile kept your decimal place? I believe it will remove that as well which will be problematic for you. I would suggest using a formula t…1 -
Re: How can I get rid of extra characters in attributes
If it is always between the first and second underscore, you can do this: SPLIT_PART(fieldname,'_',2)3
Welcome!
It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In