Hi All, I am having an issue with a dataset. I am trying to extract an hourly occupancy from people's entry and exit dates and time. However, Views keeps converting the times from Eastern to UTC. I have checked, and my company's time zone is already set to Eastern. I'm not sure what to do from here. If I do an offset in a…
Is there a way to remove rows/data from a DataSet that has been appending rows since its creation? The data I need to remove is older so it is not able to be removed from the History tab, nor is the data from a single upload anyways. As the DataSet is also a Legacy DataSet from a credit usage point of view, a new…
Hi, I’m currently working on a dataset that contains a “Page Title” column with rows in both English and other languages. I want to set up a filter to exclude all non-English titles. I use the following REGEX formula: CASE WHEN Page Title REGEXP '^[A-Za-z0-9 .,!?-]*$' THEN 'English' ELSE 'Other' END This formula helps…
Hi Domo Community, I’m currently working with a dataset (via MongoDB Connector) that operates on a 12-month rolling window, where data older than 12 months is deleted on the 1st of each month. Long story short, I cannot change this configuration. But, I would like to retain some of this older data using partitioning before…
Hello, I understand any data coming from files and output datasets from DOMO ETLs shall store data in DOMO Cloud. Any of the following shall also store in DOMO Cloud? DataFlows SQL View (DOMO) Adrenaline Transform What if I use federated connection as my connector? or an API to retrieve data from source and leverage any of…
I'm trying to replace a dataset within a Dataset View and I need to add a filter condition from the new dataset, but when I try to apply the filter or add the column from the new dataset I get an error "Invalid alias: `T2`" When I changed the dataset, I mapped all the fields from the original dataset to the new one. I can…
Is there a dataset (like DomoStats or Domo Governance dataset) that has info on column labels? I.e. what the columns on a table are labeled as (not the actual field names from the dataset). I'm trying to make some sort of tool for users to filter by labels used on report elements (not the actual column names, which aren't…
If I have a valid federated connection - that I can browse all the tables - how do I link a dataset to all the tables? (I've done it once apparently - but now I can't figure out how to do it again)? Every option I come up without only lets me select one table at time - and that can't be right… I've got o be doing something…
I have a dataset that has sales per item going by each week (yyyyww) for the last three years, only I can't use things like YEAR(CURDATE()) or YEARWEEK(CURDATE()) because the yearweek we're getting from the dataset is based on a fiscal calendar (Ex: The first full week of august is the first week of the year, so July 29,…
I am trying to capture ticketing KPIs through the Zoho connector weekly. Since Zoho sends out the most updated data to DOMO every day, is there a way to store the previous weeks' KPIs? Any methods besides appending historical data? Thanks for the help guys :)
It looks like you're new here. Sign in or register to get started.