-
Re: Displaying Time in hours:Minutes:Seconds in Calendar
Can you share a screenshot of the card view? That's where I can see the time-formatted values on each day.1 -
Re: Is there a connector to be able to pull data from Generic Jdbc or a HBASe database?
@dalmazan, there are a few different options: * We have a "Hadoop" connector, which really just connects to HDFS (HBase) and can pull in flat files/CSV. I believe the connector is in Alpha …1 -
Re: How do I group (summarize) only certain data?
Hey @ucstevenfu, I actually don't think you need to do any kind of transform on the data, if I understand what you're looking for correctly. At the card-level itself, we have the ability to do just t…1 -
Re: Why are my values in an excel file being view as text?
@Francisco, also note that if it's just a column or two that are being read as text, often you can do a simple beast mode to convert it to a number. Such as: `column_being_read_as_text` + 0 This impl…1 -
Re: How can we change data source behind the cards without loosing the calculations in cards?
@snchilagani, as long as the column names are all the same, I don't believe you should lose any Beast Mode formulas set up for cards. In my experience, when you choose to "Switch Cards to Anothe…1