Forum Discussion
Looking for a Visual
Hi all,
Looking for a simple visual to add to a dashboard. Basically a picture (that the user can choose from wherever), a title and a card. We have developed our own, but would appreciate knowing if it's possible to either find a visual that's available or develop our own (I'm not really a coder but if it's easy enough I might be able to have a shot at it).
What we are using across a range of dashboards is like this:
It would be good if we could just choose a picture (either from the web or from our Marketing folder), choose the items in the card and add a title. Currently, reformatting them when a client would like an extra piece of info is quite laborious to re-size perhaps 10 of the same trio and then ensure they all line up.
Thanks in anticipation.
5 Replies
- Greg_DecklerCommunity Champion
Anonymous Huh, seems like the stock multi-card visual or even a table visual with a bit of formatting to remove the lines. I mean, you Data Category an image url as an image url and it shows up as an image in a table.
- AnonymousNot applicable
Some of the measures are from different tables (we have an application status table and an application funding table, for instance). Would this work for multi cards?
- Greg_DecklerCommunity Champion
Anonymous Not 100% regarding multi-card but almost certainly a table. That's just a measure with a SWITCH statement where you figure out what "row" you are in and return teh right measure. Might be similar to multi-card, should be, but specifics of your situation are lacking.