-
Customizing your Dashboard with the Custom content widget
Data Studio Dashboards can be configured by adding, ordering and resizing different widgets including Views and Charts. One of these widgets is the Custom content widget: Firstly drag the Custom content widget onto your Dashboard. Next add some text that your colleagues will find useful: Add style 🕶 To make this…
-
Sneak peak of new data quality offering: Let us know what you think
Hi everyone, In this post I'd like to provide you all with a sneak peak of a new real-time data quality enforcement offering that we're currently exploring, that we'd love to get your feedback on (complementing our existing contact data validation products). The idea centres around exposing Data Studio functionality (e.g.…
-
Connecting to an Amazon RDS MySQL Database
A user recently asked about connecting Data Studio to their AWS RDS MySQL Database. The first thing to note is that MySQL on RDS uses the MySQL community edition, which is not supported by Data Studio's native JDBC driver. When attempting to connect, you'll receive this error: "Connections to MySQL Community Server are not…
-
Connecting to Salesforce with OAuth2
Data Studio uses a JDBC driver to connect to Salesforce, allowing data to be extracted, transformed, validated, and then optionally pushed back to source. As well as standard username / password authentication, the driver supports OAuth 2.0 authentication when establishing a connection. The following guide is a brief…
-
đź”” Follow what you're interested in
When you navigate into any of our categories you will see a Follow button in the sidebar. This will allow you to subscribe to getting email notifications and notifications in the community about that topic. So for example if you want to be notified of new releases, navigate to the release and downloads section and click…
-
Date format
Hi there, I am having trouble with some date data. ADS is not recognizing the dates that comes from Azure Data Lake. Is that anyway to change that?
-
Invoking PowerShell script from Experian workflow/Schedule
Is there a way to invoke a PowerShell script from Experian Aperture Data studio using workflow or schedule? I am using the 2.14.14 version
-
Ingest data with API, check rules, send results back to source system
A Data Studio user raised the following questions: Is there any demo or material to show how can we configure Aperture ingest the json data with api service and check the data quality rules and response it back to the calling system again ?Â
-
Use REST APIs to automate processes
Data Studio now has over 100 REST APIs that allow information to be extracted or actions taken programmatically allowing processes run automatically with little intervention. APIs also enable integration with third party applications to make Aperture part of your broader business operations. Besides the additional APIs…
-
Rows to Columns
Hi, I have been testing out the Rows the Column function. However, it seems to be not pulling through all the columns. In the DEV data set, I currently have 62 rows which I would like converted to columns. When using the Rows the column, it automatically only finds around 56. Wondering if anyone else has had a similar…
-
Flattening out / Pivoting / Transforming results
Hi, I'm having an issue flattening out results. Essentially, I have multiple rows for the same customer because they have different PII's. Is there any way of transforming / pivoting / flattening out the results to have one row for each customer? I have left a screenshot of mock-up data below to help people understand. I…
-
Include Chart in notification?
Hi, is it possible to include a chart in a notification? Lets say I want to show progress on some cleansing over time, and the chart is sent at the end. Thanks
-
Compare Dates (Verbose) đź“…đź“…
Compare Dates (Verbose) [Category: Conversion] This function provides a summary of how 2x input dates compare (and also includes simple 'convert to date' logic to aid the analysis). Output options are: Exact match Incomplete - Date 1 is missing (or not a date) Incomplete - Date 2 is missing (or not a date) Incomplete -…
-
REST API workflow Execution Error
hi, I have created a reusable workflow accepting 4 parameters with source configured as below "sources": [ { "stepExternalLabel": null, "canSupplySourceWhenExecuted": true, "mustBeSupplied": true, "allowAutoRefreshed": true } ] I am trying to execute the workflow using below request, but I am getting error for the…
-
Experian REST API for Dataset Creation
Hi, Can someone please help me with the JSON request to create a dataset using SQL query? Below are my dataset requirements a. Type : JDBC(SQL Server 6.0) b. Allow Refresh : True c. AllowBatchDeletion : False
-
Experian API call to Execute Workflow
hi, Can someone help me with the JSON request to invoke a workflow through REST API? Below are my workflow specification a. Workflow accepts workflow parameters b Workflow accepts source at execution and its mandatory to give source information.
-
How to capture log errors into a table if error occurred during execution of workflow or Schedules?
How to capture log errors into a table if error occurred during execution of workflow or Schedules
-
Aperature Data Studio Elearning
Hello how do you request access to the elearning? is there a cost? We are planning to use the product to maximum degree possible. this could come in handy in our learning process, especially if it includes videos/samples for the functions within. 403 App Not Assigned Sorry, you can't access Docebo-Production because you…
-
OUTPUT step in a workflow
Hello, rookie here again. I'm trying to understand the output step but the only thing I can find in documentation is below. When do you use an Output step? Where is the output located? how do you use the output step in another workflow, view, etc.? When a re-usable Workflow is using the Output step, the step's data will be…
-
â„ą How to use Functions in Workflows
Workflows Workflows is the area in Data Studio where designer users tend to spend most of their time. For anyone new to it, imagine a data pipeline that manipulates one or more data sources through a number of stages and then does something with the results. Whilst a Workflow is easy to build by connecting different steps…
-
đź“Ł Join us at our next User Group - 9th November 2023 đź“…
I am pleased to confirm that our next User Group event for Aperture Data Studio users will take place on Thursday 9th November, 11am-3pm (UK-time). We will be running the event from our offices in London (near Victoria statioon) but will have a dial-in option for those who are unable to be there in person. Following on…
-
COMING SOON: Webinars
Subscribe to be the first to find out!
-
Support for VARBINARY(MAX) field type in ADS
Hello I have a user case that requires migrating Salesforce objects that contain attachments such as HTML Body, PDF's, Word, Excel and jpg's attachments to another instance of Salesforce. These are normally stored as a VARBINARY(MAX) in a MS SQL database and I think would be a Blob in SQL Lite. Given these data types are…
-
Error while invoking REST API from Experian Studio VM
Background Experian data Studio version - 2.14.14 SSL setup done on the data studio url and private CA is added to the trust store under E:\ApertureDataStudio\certificates\cacerts API Key genrerated with 365 days validity and able to invoke API via Swagger Issue While trying to invoke the CURL command from command prompt…
-
Having an issue managing too many objects
Submitted on behalf of a customer. Multiple active users collaborating in a Space have created many Workflows and Views etc. It is becoming difficult to quickly find the specific item that you are looking for sometimes needing to go in and out of a few things before finding the correct item. It would be good if the…
-
More detailed manuals/examples/syntax
Hello. I'm new to Experian Aperture Data Studio V2. I'm using the documents/help at the Data Quality User documentation site. I'll give you an example. I'm trying to use Get age to filter a dataset down to records with an effective date (one of our fields) to only the current year. The Get age tells me "Returns the number…
-
Accessing Azure KeyVault
I have stored my Azure SQL's connection string as a secret in the Azure KeyVault. I wanted to access this secret value while trying to create an External System.
-
♻ Reusable workflow example – calculate word frequency
Today I’d like to share with you a reusable workflow that I built a little while ago not only as a downloadable .dmx file (see below) for you to explore/use as you wish, but also as a means of demonstrating one of the key themes of Data Studio…reusability. If you find that there are duplicate tasks being executed on your…
-
Experian Aperture Data Studio REST API error
Hi, I am planning to automate dataset creation using Data studio REST API, however I am getting 401 Authorization Error. Background Experian data Studio version - 2.14.14 SSL setup done on the data studio url and private CA is added to the trust store under E:\ApertureDataStudio\certificates\cacerts Please see the steps…
-
Manually reviewing clusters of duplicate records
What problem are you facing? As a Find duplicates user I want to be able to manually evaluate and change clusters of records where I think the rules have matched records incorrectly e.g. I've got a husband and wife in my data, both called M. Smith and they share the same postal address, email address and loyalty card…
-
Re-run Track Issue list?
Hi. I have a workflow that validates a file and sends failing rows to an Issue list. I have made that workflow reusable and can supply source when executed. I have another workflow that uses the same source data, but does some transformation to correct data anomalies. The final step in that workflow is to execute the first…
-
Another Dataset already exists with external label
A Data Studio user had the following challenge/question that might be relevant for other community members. I'm getting the above error ('Another Dataset already exists with external label') when trying to synchronize a dataset into an environment. I found the dataset in question and deleted it from that space where it's…
-
AWS S3 Dropzone
A Data Studio user had the following question that might be relevant for the community. Is someone able to elaborate on how an Aperture dropzone on an AWS s3 bucket works? I have a dataset setup as a dropzone and it correctly picks up new files of a different name when added to the s3. However, if I replace a file with a…
-
Solution Deployment error
This question was raised by a user and might be relevant to other community members. What can I do to resolve a Solution Deployment error? BTW I also have a "Data Discovery Pipeline" space in this destination environment, also with the same external label but this one doesn't get rejected ... Could it be because object…
-
Automation Time Expiry Limits
A Data Studio user had the following question that might be relevant for the community. I have a monthly job that has data coming from multiple datasets across the month. What is the maximum time period (minutes) allowed for an automation and does that limit get reset for any reason i.e. a server/application restart?
-
How to best keep several environments in sync
I'd like to share a question that was recently raised by a user as I think it could be interesting for our community members. Question: We have two physical environments - Dev and Prod VMs and we have promoted all the objects from Dev to Prod environment (Export and Synchronised). Over time, Dev has gone through several…
-
Export CSV to Azure Data Lake
I'd like to export the CSV files from Experian to Azure Data Lake Gen2 (ADLS) storage account. What are the pre-requisites for establishing this connectivity? The studio tool is installed on the Azure VM.
-
Sticky Notes attached to Workflow step
Just a thought… but it would be really nice if Sticky notes could be pinned to workflow steps (I always provide decisions or descriptions of steps as part of knowledge transfer). That way if I move my workflow step the Sticky note comment moves with it (or worse, someone hits the auto-arrange button and now my Sticky notes…
-
Connecting to the ServiceNow REST API using OAuth2
The Autonomous REST Connector JDBC driver allows you to load (and refresh) the results returned from REST API calls as Data Studio Datasets, by translating SQL statements to REST API requests. In this article I'll show how to call ServiceNow's REST API (using OAuth2 authentication) to bring response data into Data Studio.…
-
This site can’t provide a secure connection
Hi team, I have applied the SSL certificates with wrong private key file on our aperture server .The aperture application is not connecting due to the incorrect private key. Could you please help me to remove the applied SSL and reapply again.
-
Change my profile email?
Hi, this account email I use is from one one my clients, but I am about to start another contract with another client (that uses Aperture). So I want to change my email address from the customer domain to my own company domain so that I am more neutral. Is this possible? Thanks
-
Exporting - Extension Missing?
Hi, just upgraded to version 2.14.12.195 and noticed something in the 'Export' step. If I export to CSV, Excel etc. and my file name is split with a full stop, the extension is suppressed. For example file name "FILEOUTPUT" gives me" FILEOUTPUT.XLSX" but "FILE.OUTPUT" does not add the .XLSX extension. I noticed because…
-
How do I select a reference data to use in Validate Addresses?
Hello, Our Automated Workflows have stopped working recently, and I've tracked the issue down to a broken Validate Addresses step in our cleansing workflow. As you can see "the Reference data:" option is greyed out and I cannot edit it. When I scroll over the exclamation icon the help text says "No reference data…
-
unable to connect Aperture application
Hi Team Since yesterday, we were unable to connect Experian Dev server application due to the below issue. 2024-08-20 10:26:03,880 INFO c.e.o.o.CLITool [main] Executing '"C:\Program Files\Experian\Aperture Data Studio 2.14.10\oaserver\runtime\windows\64\admin\oacla" -nologo -dbg -d "C:\Program Files\Experian\Aperture Data…
-
Problem updating Server Certificate
Our tech team previously applied a cert to the server a couple of weeks ago, now we are looking to upload the Server Certificate but have come across a problem in uploading: We used the same cert file due the documentation stating: For certificate files which include both certificate and private key, such as .pfx, the same…
-
No JDBC option for external system
Hi, any reason why I would not have a JDBC option in the drop down for creating an external system?
-
Automations - License Expiring Event
We have been unable to trigger the License Expiring Event for 'License Days Remaining Less than 365' with a Notification to users. License Expiration is Aug 2, 2025. What needs to happen to trigger this event? We've had a dataset load, complete workflow and waited overnight. We were only able to generate an notification…
-
Validation step not yielding the right output
Good morning, I'm building a simple validation for a numerical field, where I'm using the "contains match" function. The output shows the right result (true) when looking in the grid view, however the output in the validation step is showing as a failure. (see screenshots below) Is there any issue on this configuration…
-
What is the best way to deploy through different Aperture Environments, dev -> uat -> prod?
We have the following structure for some of our processes (there will also be a prod but the structure will be identical to below): The idea is that we have a space where all of the core datasets reside - from these, views are created. And these views are shared and used within any workflows we create in different spaces.…
-
Remove duplicates
Hi there, Just want to check with you smart people what is the best way to remove duplicates from a list. Basically I am having a problem that some data is duplicating when coming to aperture from the Azure Data Lake and while we resolve this issue I wanted to create a function to deal with this duplicates so I can do the…
-
Import
Can we import Excel or csv file into Aperture. TIA
-
Why is my duplicate store matching these two addresses?
Can anyone shine some light onto why my duplicate store is matching these two addresses: Flat 11, Kylna Court, Wood Lane End, Hemel Hempstead, Hertfordshire, HP2 4BF Flat 22, Kylna Court, Wood Lane End, Hemel Hempstead, Hertfordshire, HP2 4BF The records are being standardised like this: The workbench explains the match as…
-
CS0022894- Login Issues with my ID
Hi, One of my colleagues @Annu Kumari opened this request. Secure Transport (STS) for new STS web client account. She has provided all the necessary details to the team TS.ServiceDesk@uk.experian.com Please let her know when her new id is functional and she can login to so Kindly let us know . @Ian Hayden Br, HS
-
Issues using replace function
Good Afternoon, I'm using the below function to replace values in one column with another value that I've stored in a variable(all the columns are within the same dataset), and I'm able to change only one row. Is there anything I'm missing here? Many thanks in anticipation. Best regards, Marco
-
Group Step > Being able to select and right click view multiple rows in groups
What problem are you facing? When the Group step is used, we can only view rows in group on one value. What impact does this problem have on you/your business? Feedback received of this not being user friendly and having to exit the screen to be able to get to the multiple filtered values. Do you have any existing…
-
Comparison Step has Limitation on Number of columns?
-
External system Connection Possibility
Is it possible to get External System Connection in Aperture for SAP, KAFKA, postgress, PWX ?
-
👩‍💻 The HTTP Request (REST API) step
This post is to raise awareness of an additional workflow step, that is increasingly being used to provide value in many different Aperture Data Studio deployments. This step allows workflows to call a REST API in a flexible yet well-controlled manner. What do you mean additional workflow step? When you install Data…
-
A default value for "automatically delete data after N days"
What problem are you facing? Almost all the data loaded into my Data Studio instance has a mandated 90 day retention period. 90 days after load we want to delete any batches that remain. Most data is loaded into new Datasets (in new Spaces) because we are working typically on short-term, one-off projects. There are…
-
connect to Snowflake external system with OAuth 2.0 authentication method
Hello, How can we connect to Snowflake external system with OAuth 2.0 authentication method? Thank you
-
SNOW Connection - OAUTH2.0 in Aperture
@henry_ @Henry Simms @Josh Boxer We are trying to Build the External System connection through API in Aperture, the authentication method is OAuth 2.0 I am able to get the response in Postman and also able to Download the JSON file and then process the Same in Aperture, then i can see the Table and also the records. But…
-
Working hours between 2 timestamps
Hi All, Is there a way to calculate the working hours between 2 timestamps - start date and end date. We would like make this calculation for our KPI measures. We need to exclude the weekend hours as well somehow, so the result should be the exact hours, minutes, seconds. Let me know if you have any ideas! Many thanks!…
-
Excel floating point issue
Hello. I am on ADS 2.8.8 currently and I am facing an issue when trying to load .xlsx as a dataset. Some, but not all floating point numbers are read incorrectly (see screenshot below). I have read the post below and understand this might not be possible to resolve instantly I just wanted to ask that aside from using other…
-
Is there a way to split a column with multiple delimiters like the excel function TEXTSPLIT?
I have a dataset which is semi-structured which has columns with multiple values split by different delimiters in different positions e.g "'123',' 456'; '789' & '321' and '654'" The excel function TEXTSPLIT can easily split the data into multiple columns easily but i'm struggling to find a function in Aperture which does…
-
Is anyone experiencing any problems to access aperture?
-
Zuora Source Timeout
We are using a JDBC Driver from cData to extract data from Zuora to a Dataset, some of the tables are 20 million rows. Aperture sends the query command to Zuora which produces a download file but it can take 10 minutes by which time Aperture has fallen asleep and the data is not imported. Does anyone know if there a…
-
Data Bleeding from one filed to another
Good afternoon, We are encountering an issue where data from one field is "bleeding" to another one (see image below) Is there a setting that we can apply to stop this behaviour? Many thanks in anticipation.
-
Is it possible to share a dashboard on ADS with my colleagues? If yes, how do I do that?
-
Automatic Deletion of Dataset
Hi, Is there a way we can delete the data in the dataset by setting up some Process? For example running a WF to delete the data in the Dataset. But we want to keep the Dataset metadata. Thanks.
-
Long datatype
Hi there, Does anyone came across a problem of the wrong datatype coming from the outputs produced by aperture that goes to Azure Data Lake? According to the my colleague Data Engineer the outputs need to be the long data type. Just checking if anyone knows anything about this to offer me some support. TIA
-
Assign latest changed id to all linked records
Hi, I have a scenario where input file is providing changed address ids in from-address and to_address columns. Need to identify the links between the records using these 2 fields and assign latest id to all the linked records. Input: event_date,from_address_id,to_address_id 20210223,120,160 20210402,120,160…
-
Dynamic replace based on expression
Hello, I wonder if you can help me come up with a solution. How to replace values from one input with values from another, where the new value is calculated with an expression. Example below: input 1: input 2: Result: Input 2 is dynamic so I'd need a tool that can read the expression/ statement from Input 2 and apply to…
-
🛢️ Loading from OData using the Autonomous REST Connector
The Autonomous REST Connector JDBC driver packaged with Aperture allows you to load (and refresh) the results returned from REST API calls as Datasets. OData is a standardized REST interface, which means that any data that can be queried via OData API can be loaded into Aperture. This article will demonstrate how to use…
-
SNOW Connection - OAUTH2.0 in Aperture
@henry_ @Henry Simms @Josh Boxer We are trying to Build the External System connection through API in Aperture, the authentication method is OAuth 2.0 I am able to get the response in Postman and also able to Download the JSON file and then process the Same in Aperture, then i can see the Table and also the records. But…
-
Interactive Snapshot Not Available
Hi, I have a dataset that is 'Interactive' (can see the failings rows). Once I pull it into a new workflow, to do some filtering, transforms etc, I can no longer make the resulting snapshot interactive. Is there a way I can enable this? T Troubleshooting revealed it is nothing to do with the steps in the workflow, even if…
-
Previous Row value
Hello, How to tap into previous row values? If [CurrentRow] == NULL then [CurrentRow]=[CurrentRow-1] Like when you double click in Excel to fill empty row values with current value until next one? thank you
-
Help us build governance into Aperture
We are currently building out a Data Governance add-on for our customers to test in early 2025. We are starting a continuous market validation programme with a combination of interviews and design reviews to ensure we deliver a futureproof solution that meets our clients’ needs. We would love you to be a part of this…
-
Aperture REST API calls as Datasets within Aperture
Data is available from Aperture via the REST API that is not available in Aperture. Full details of Spaces, User Groups, Users, Jobs, Datasets etc. We would like to use Aperture to manage Aperture. For example: An automated workflow which checks for long running jobs and notifies us of issues; a regular review of user…
-
Directory / batch input based on key word
Good Morning, I wonder how you would handle this use case. I have a directory containing thousands of objects / datasets. I'd like to be able to load a selection of these datasets into a workflow in Aperture based on a key word contained in the name of the file. I will then join them up and process together. Any…
-
Deleting Consumer Spaces
Hi, I am trying to clean up my spaces and found our consumers each have their own space. Our consumers need to access specific dashboards, nothing more. In the documentation I see consumer should not have their own space. Can anyone suggest to me why these spaces are present and how i can delete them
-
Workflow stuck
Hi all, I have a workflow that has been running now for 2 days - has anyone come across this before and have a solution? Thanks Amie
-
All Schedules information?
Hi, I'm looking for a way to be able to view details of all the Schedules that exist within our environment. I'm thinking details like space, schedule name, recurrence pattern and workflows ran by it. Is there a way to surface this information via API or otherwise? Thanks Mike
-
Add additional List object APIs such as Views
End point for View is required currently we have only for datasets Exporatble objects end point only provides Space specific output, it would be helpful if we can get output for all spaces. We have 40+ spaces its very difficult to create 40+ rest files to get this.
-
Add schema changes to Snapshot automatically
Submitting this on behalf of various Data Studio users. What problem are you facing? I've got a Dataset that will regularly add columns and I need to create a Snapshot for this. But my snapshot requires a given schema and to change the accepted schema I have to map the columns manually. Is there a way for Snapshots to…
-
Error mounting volumes when launching ADS
Hiya, We have recently tried to update our ADS image to the latest version (2.14.1) and are now unable to start the container. We are getting the error "Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container…
-
User Information in Dataset get API
Is it possible to get the User Information, ex, who used or created the dataset that Information or Last User Information from the Dataset Get API. I can see that when I am manually doing Get More information the Dataset but not getting that as an output column when I fetch the metadata from API @KatriM
-
đź‘‚ We're here to listen about your experiences with Aperture Data Studio
It's really important to us that we listen to your feedback and use it to inform our product direction and to improve things that frustrate you. We're always keen to hear from customers about their experience with Data Studio. Fill out the survey below (3 mins) and we'll get in touch. Look forward to hearing from you. 📋…
-
Helpful wizard for Find duplicates rules and blocking keys
Since v 2.14 Data Studio users can now create Find duplicates rules and blocking keys by answering simple yes/no questions if you want to include email, phone number or any identifiers contained in your data.​​ This will generate the usual scripts (which can be further edited for more advanced use cases) containing the…
-
Container 7701
After restarting the ADS Container in docker compose I am not able to access on the port we normally would 7701. Can anyone tell me where the web logs are so I can trouble shoot?
-
How to add certificates has changed
Asked by @Rfaas Is there any online documentation available that describes the changes to the Settings > Communication screen where before my latest upgrade (went from 2.11.12 to 2.13.8)? I used to type in the server certificate details, path based on where I put the certificate file on the server. Now with the new 2.13.8…
-
Data Discrepancy Comparison Post-Migration
Does Aperture have an functionality that compares two datasets and highlights any discrepancies between them on a row-by-row and column-by-column basis. I've tried the compare datasets step however it does not highlights the row/column. The scenario is that data has been migrated from an old system to a new system, and as…
-
Controlling who can refresh data sources
Hi, I am dealing with a client who has some requirements regarding refreshing datasets. Their situation is this: - They are/ will be loading large numbers of tables from Salesforce. - They want to create a schedule to refresh these datasets at specific dates/ times. This they know how to do. - The important thing is that…
-
401error when using AutoRest connection as external system for Zendesk API
Good Afternoon, I've created an Autonomous Rest connection and I'm able to access the tables, however when moving to the define settings step inside of the add dataset functionality, I'm getting the following error message. [ApertureDataStudio][AutoREST JDBC Driver][AutoREST]REST Status 401 Unauthorized returned for GET…
-
How do I udpdate my version of ADS? I am currently using 2.12.8.575
Do I need to download as if I was doing for the first time or can just update with the same requirements chosen before?
-
Is anyone using Aperture with the Parquet source file format?
Parquet is associated with Hadoop but I am not sure whether the Hadoop import setup will read this data. Many thanks, Charles
-
Are there any functions to get the biggest value in a column? Like large function in excel?
-
Hey Community! Can anyone help me to create a custom event?
I need to set up an automation between different spaces. TIA
-
Introducing Rulesets to Data Studio
Rulesets are a new object released in v2.14. They are collections of rules used in the Validate step to ensure consistency across the business that similar data always has the latest version of relevant rules applied. ​ Similar to Views, Functions and other objects they can be versioned, published and shared between…
-
AI Capability of Aperture Data Studio
Is there any documentation on the AI capability of Aperture Data Studio? Can you please share the features which Aperture Supports which are driven by AI along with the documentation if any exists. Many Thanks!
-
Does anyone had this problem when trying to schedule?
-
Where do I find the find duplicates rule builder?
Just updated to the latest version available and it indicates that the find duplicates rule builder should be new functionality. Perhaps I am blind? Could someone direct me to where this new functionality resides!?
-
Hi there, any ideas on why I am having a problem with a date column?
When I load the data is showing the date sign on the column but when I ask which datatype it says is alphanumeric and is no letting me change to date.
-
How do I share a Dashboard with a Data Consumer?
Good Afternoon I am scratching my head trying to figure out how to share a dashboard or a simple view with a Data Consumer user role. I have yet to find any definitive document or video on this site that tells me what rights should the Data Consumer role have just to be able to see a dashboard or to see a view. I have been…
-
How can I change the space I am receiving an external system's dataset?
I tried to add the dataset from external system but when I press the next button it goes to a place where there is a lot of datasets instead the one I was expecting. Let me know if you can help
-
🎞️ Here is a short demonstration video on sharing
In this video I will show how different types of user role and license assignments have different abilities within Data Studio. I will show one way that I might share a particular view of the data to 'consumer users' that they can look at and explore but cannot save or manipulate beyond data exploration.