
Joe McClure
Database Developer, Report Writer, All Around Nice Guy
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
Activity overview
Latest activity by Joe McClure-
Joe McClure commented,
The given key was not present in the dictionary.
-
Joe McClure commented,
SELECT scans.EventID, IfString(IsNullOrEmpty(scans.ScannerID),'No Device ID',scans.ScannerID) AS ScannerID, scans.ScanDay, scans.ScanHour, COUNT(scans.Badge) AS ScanHourTerminalCountFROM [AllScans]...
-
Joe McClure commented,
Thanks, Kobbi, however that error is algebra.join. Mine is algebra.markT. Sam's direction suggested that I need to know what "markT" references as "algebra.join" references the an error in a quer...
-
Joe McClure created a post,
Ecube Build failure
Has anyone had this error? DirectCommand.ExecuteReader failed: Query number 0; MALException:algebra.markT:Object not found. I'm all the way through building the tables and custom columns. There ar...
-
Joe McClure commented,
What about when you need certain fields descending within the RANKASC()?
-
Joe McClure commented,
Thanks, Yoni! I have a country field in my cube, isn't that enough of a location dimension? I don't know how to tweak the widget to limit my results to where the country = 'United States'. It see...
-
Joe McClure created a post,
US GeoMap Shows US states When Other Countries Are Selected
AnsweredThe directions tell youIf you add a field containing US states, make sure to select USA from MAP TYPE in the design panel on the right. https://documentation.sisense.com/area-map/ However, select...
-
Joe McClure created a post,
Editing Dependent Filters
AnsweredI have a cascade of 5 filters linked as dependent filters. I need to change the field the third filter acts on. Also, I might want to change the order of the dependencies at some time. Is this p...
-
Joe McClure commented,
I have a widget with a column graph of weekly numbers and a running total line graph. I want the line graph to remain displayed with the enhanced tool tip. Additionally, I would love to display t...