Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
15
views
asked 11 days ago
1
answers
0
votes
31
views
asked a month ago
Embedding a Quicksight into a WIKI Page
I am trying to find a way to embed a quicksight dashboard into a WIKI page. I know I can hyperlink to it, but really want it to embed and show a live view of the dashboard. The dashboard is a shared dashboard that AMZL uses for daily DBR.
Accepted AnswerAmazon QuickSight
1
answers
0
votes
45
views
asked a month ago
Embed QuickSight dashboard with secure parameters
Hi,
I'm trying to find a way to embed a dashboard that only shows data that is allowed on a per client basis. These clients are users of our platform and as such do not have separate incognito or iam accounts, they are simply user records in our database.
Is there any way to generate a dashboard URL that enforces the data query to be subset by parameters that are not exposed to the web browser client (and so could not be modified by changing client side javascript or url querystring)?
Thanks,
Mark.
Accepted AnswerAmazon QuickSight
1
answers
0
votes
32
views
asked a month ago
Do we have to Spice duplicate data?
When joining 2 pre-existing datasets where at least 1 is spiced, the resulting 3rd dataset automatically defaults to be spiced also, with no apparent way of changing this. is this the expected behaviour?
The datasets are all from the same data source. This results in the data in the parent dataset that is spiced being also spiced in the child dataset, resulting in a double charge for this data.
If this is correct, are there any plans to change this, so that the customer only pays for the same data once?
Accepted AnswerAmazon QuickSight
1
answers
0
votes
20
views
asked 2 months ago
Can a Quicksight custom query be filtered before running against a database?
Does QuickSight provide a way to filter a direct query running against a database, based on filters selected by the user when the report is run?
We have a report that needs to return financial balances for a period of time, based on the filters that a user chooses. So, if the user chooses a specific date, we would be expected to show a balance for that date and for 4 weeks previous, 8 weeks, 12 weeks etc. The only way we can achieve this currently is to have the balance for every single date for the last few financial years returned by our custom SQL query, for each separate account. This results in millions of rows needed in the dataset to cater for every filter date that the user may choose. The query also takes a long time to run because of this.
If the answer to this question is no, would this be something that may become available in the future please?
Accepted AnswerAmazon QuickSight
1
answers
0
votes
23
views
asked 2 months ago
2
answers
0
votes
14
views
asked 2 months ago
1
answers
0
votes
18
views
asked 3 months ago
1
answers
0
votes
210
views
asked 3 months ago
1
answers
0
votes
24
views
asked 3 months ago
1
answers
0
votes
114
views
asked 4 months ago
Set parameter value programatically while generating QuickSight embedded report URL
I am working on the QuickSight embedded report url generation. I am trying to set the parameter default value programatically using below JAVA code.It is not working.
```
GetDashboardEmbedUrlRequest req = new GetDashboardEmbedUrlRequest()
.withAwsAccountId(awsAccountId)
.withDashboardId(reportInput.getDashboadId())
.withUserArn(userArn)
.withIdentityType(EmbeddingIdentityType.QUICKSIGHT)
.withSessionLifetimeInMinutes(sessionTimeout);
req.putCustomQueryParameter("CampaignName", "ABC");
req.putCustomQueryParameter("reportDev", "Program");
// get the dashboard URL
String embedUrl = quickSightClient.getDashboardEmbedUrl(req).getEmbedUrl();
LOGGER.info("URL:{}",embedUrl);
```
In the above code, "CampaingName" is multivalues parameter attached to the dropdown control. It's default value is set to "[All]" while building a report. Parameter "reportDev" is single value parameter with no default value and no control or any thing attached to it. Dummy parameter I introduced for testing.
After running the code, when I copy the url printed in console by logger and run it in the browser, report opens properly but with "CampaignName" and "reportDev" both set as "ALL".
Sample generated ulr is as below
```
https://xx-xxxx-x.quicksight.aws.amazon.com/embed/xxxxxxxxxxxxxxxxx/dashboards/xxxxxxxxxxxxxxxxxxx?code=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&identityprovider=quicksight&isauthcode=true
```
Well if I get the dashboard url and pass the parameter in the url to, it worked properly. "CampaignName" is set to "ABC" and "reportDev" set to "Program". According the data in the report also got filtered. Url working corrctly as below.
```
https://xx-xxxx-1.quicksight.aws.amazon.com/embed/xxxxxxxxxxxx/dashboards/xxxxxxxxxxxxxxx#p.reportEnv=Program&p.CampaignName=ABC
```
Can anybody please tell me what is missing in my code. I tried below variation as well but no luck.
```
req.putCustomQueryParameter("p.CampaignName", "ABC");
req.putCustomQueryParameter("p.reportDev", "Program");
```
Accepted AnswerAmazon QuickSight
1
answers
0
votes
88
views
asked 4 months ago
How can I define a table width in QuickSight?
I have added a table into my QuickSight analysis that contains on each rows textual feedback on our service. The problem that I am facing is that some of the textual feedbacks are really long making the table width huge, as it tries to keep the texts in a single line. QuickSight handles viewing the whole line by adding a horizontal scroll bar to the table.
For my usage this is nevertheless suboptimal, as I would like to create a pdf-report out of my analysis and the pdf creation tool will cut the texts on the pdf page width and leave textual content out of the table.
What I would like the system to do is that if the text in an individual cell is really long, that it would increase the cell height and present the text in multiple lines.
I have tried to do this by increasing shell height from Format visual > Cells > Row Height and checking the Wrap text checkbox from Format visual > Cells > Wrap text. Nevertheless, this only makes the cell height larger and does not limit the table width, so the texts stay in one line and does not wrap it.
Accepted AnswerAmazon QuickSight
1
answers
0
votes
12
views
asked 4 months ago
Xlsx Upload - Failed to scan your file
I am trying to upload an xlsx-file into AWS QuickSight, but I am encountering the following message:
> Failed
>Excel file:
> file_name.xlsx
>Failed to scan your file
QuickSight does not provide any additional information on the possible reasons why the scanning of the file has failed. Are there any guidelines on how to find the reason that might be causing the failure?
Accepted AnswerAmazon QuickSight
1
answers
0
votes
77
views
asked 4 months ago
1
answers
0
votes
12
views
asked 5 months ago
0
answers
0
votes
8
views
asked 5 months ago
2
answers
0
votes
142
views
asked 5 months ago
Speed Up Loading of Table Visual in Quicksight?
I have a Quicksight dataset with around 30M rows. I'm trying to visualize a TABLE from this data (filtering it to only show about 100 records) but it is **SUPER **slow to load (around 20 - 30 seconds). I've tried a number of different techniques to see if it is my formula fields, but other visuals using the same formulas (charts, graphs, insights) all load much quickly then the table visual. So, I think it is the visual rather than the calculation that is causing the slow down. Does anyone have a workaround for this? Would be great to have pagination as a future enhancement to handle this.
Accepted AnswerAmazon QuickSight
1
answers
0
votes
122
views
asked 5 months ago
Is QSearchBar supported via the Quicksight API?
I wish to drive Quicksight by API, including the QSearchBar is this possible?
The documentation says that QSearchBar is a valid option in the api on method call generate_embed_url_for_registered_user. However for me it throws the exception:
ParamValidationError: Parameter validation failed: Unknown parameter in ExperienceConfiguration: "QSearchBar", must be one of: Dashboard, QuickSightConsole.
Any Suggestions? Thanks.
Accepted AnswerAmazon QuickSight
1
answers
0
votes
15
views
asked 5 months ago