Questions about Dashboard Table-elements
Posted: Mon Jun 29, 2020 1:02 pm
Hello,
I'm building a Dashboard that has a table of following structure
Each tag name (1st column) is supposed to be a link to another page which shows further details of the chosen tag and here I need to pass two values (TicketID and TagID) that come from the same Datasource but these information columns are not wanted to be visible on the table. However when I try to create a hyperlink for Tag column with value like "/url/xxx?tagId={Row.TagID}&ticketId={Row.TicketID}" or by using the names from the Datasource "/url/xxx?tagId={ClosedTickets.TagID}&ticketId={ClosedTickets.TicketID}", those values do not apply for the link. I have tried adding both columns to the table and unclicked the "Visible" option but it doesn't help - it still can't read the proper values and pass them to the hyperlink. If I made the information visible on the table, then the hyperlink works properly but this is not the solution we're looking for. Is it really impossible to pass those values without showing them on the dashboard or am I just missing something?
Another suggestion for these table-element improvements would be the possibility to manually alter the width of the columns by giving each column for example a min/max width property (I think this is already possible on Stimulsoft Reports but we would need it also on the Dashboard tables). The Size Mode property (both AutoSize & Fit options) makes some of the columns too wide and thus all information doesn't fit on the view without user having to scroll.
Thanks in advance for your time!
I'm building a Dashboard that has a table of following structure
Each tag name (1st column) is supposed to be a link to another page which shows further details of the chosen tag and here I need to pass two values (TicketID and TagID) that come from the same Datasource but these information columns are not wanted to be visible on the table. However when I try to create a hyperlink for Tag column with value like "/url/xxx?tagId={Row.TagID}&ticketId={Row.TicketID}" or by using the names from the Datasource "/url/xxx?tagId={ClosedTickets.TagID}&ticketId={ClosedTickets.TicketID}", those values do not apply for the link. I have tried adding both columns to the table and unclicked the "Visible" option but it doesn't help - it still can't read the proper values and pass them to the hyperlink. If I made the information visible on the table, then the hyperlink works properly but this is not the solution we're looking for. Is it really impossible to pass those values without showing them on the dashboard or am I just missing something?
Another suggestion for these table-element improvements would be the possibility to manually alter the width of the columns by giving each column for example a min/max width property (I think this is already possible on Stimulsoft Reports but we would need it also on the Dashboard tables). The Size Mode property (both AutoSize & Fit options) makes some of the columns too wide and thus all information doesn't fit on the view without user having to scroll.
Thanks in advance for your time!