-
Re: User access levels for drill path layers
@serendipity , technically, @GrantSmith and @ST_-Superman-_ are correct, but you do still have options / hacks. 1) build your initial card on a dataset view of aggregated data. apply PDP policies as …3 -
Re: Tag Manager
IMHO before seeing Tag Manager implemented, it would be necessary to have better tag integration into the user experience. Search across all assets by tags have tags auto apply from source through ET…1 -
Re: Scheduled update of an Excel with date in the title possible ?
@Gor_Gonzalez , you can set workbench to use wild cards (*) for the file name. so you could do my_file*.xlsx1 -
Re: Lag Window Functions gave me split rows
lag(sum(case when `control or target` = 'target' then `vol_usd` else 0 end)) over (partition by year(`trade_date`)*100 + month(`trade_date`)) I think Domo broke / changed functionality. You can no lo…3 -
Re: Bar Chart - side-by-side comparison of category average and individual item?
Instead of JOIN'ing the data as @Mark proposes, I would APPEND the data to itself. Then replace the "TruckID" value with "Truck_Total" this way your dataset will still respond to …1