-
Re: Gantt Chart Filter to Limit Data to only Records active Between Dates
Domo doesn't support parameterized queries the way you're thinking. But you can hack a solution https://www.youtube.com/watch?v=wmMrnPO9ivY1 -
Re: Bar Chart with pre-set category
restructure your data. such that your columns are Activity Type, User, Unit, rowCount Current, John, Unit 1 , 1 Start , Jonn , Unit 4, 1 Current, Jane, Unit 3, 1 Start, Jane , Unit 2, 11 -
Re: How do you restrict access to Admin Panel for normal users?
I think you need to be clear about what you're trying to restrict. Assume EVERYONE can access a tab called 'admin.' But not everyone can see the same options / do the same things in the admin tab. So…1 -
Re: Need to control a recursive with a Timestamp
'you can APPEND New_Data and Historical_Data, then use WINDOW&RANK to ROW_NUMBER your data, PARTITION BY phoneCall_ID and Order by TimeStamp.' Make your partition at the granularity of the data (…1 -
Re: Hover over hyperlink
I assume you're trying to embed HTML into a table card. Have you tried: http://sites.cognitivescience.co/knowledgebase/resources/using-google-sites/creating-mouseover-text-with-html1