-
Re: How can I only show the top 3 in the bar graph?
Under Chart Properties - General Set Maximum Items to 3. Also, click the checkbox next to Hide Other Bar.2 -
Re: How do I get unique values from a column?
If you are in a table card, one way is to drag that same column in again as the 1st column and choose count. Then in the chart properties, General - Hide Columns, enter 1. This will hide the 1st colu…2 -
Re: How to Unlock an Account After Multiple Failed Password Attempts
The administrator needs to do it by going to Admin - People - clicking on the user and then clicking on the Change Password button and creating a new password. This process unlocks the account.1 -
Re: Drill Down From Summary To Detail Records
You can use different datasets in your drill path. They just need to contain the same field that is being drilled into. Here is a note from this KB article that may help. Notes: 1) The new DataSet mu…2 -
Re: Dynamic Date in card tittle
Try this: CONCAT('<span style="font-size:10px;">Data as of ', MAX(Transaction Date),'</span>')1