What is the best way to share a dashboard with your colleagues if they are not users of your Klipfolio account?
Consider the following statement: Datasources in your KIipfolio account refresh only if there is an active session (such as a user being logged into the Klipfolio account or a published link being used).
Igor created a multi-component Klip yesterday, which contained 3 gauges and 1 table. Today, he removed the table component from the Klip but after reviewing it, he wants to revert to the original version of the Klip. Igor can revert back to a previously saved version of the Kilp by going to the “View Recent Revisions” options from the drop-down menu on the top right corner of the Klip editor.
Which authentication types can be used when creating a data source using the Web Accessible Resource Connector?
When you save a copy of a Klip, it duplicates the Klip and creates a copy of the datasource(s) associated with that Klip.
Seema is an admin user of a Klipfolio account, who is currently setting up other users. She can get a user invite link and a link to reset the password from the user’s settings, which can then be passed along to the users.
Consider the following scenario: Tass is creating a dynamic datasource where he needs to pass variable values to “start-date” and “end-date” parameters of the query. He can pass the variable values under the “Query Parameters” section of the connector as follows:
Consider the following scenario: You’re the owner of a paint shop and you’re making a Klip that has a table showing the number of one-gallon paint cans customers have purchased. You want to show the 10 customers that purchased the most of amount of paint cans. If you use the “Top” filter action on the column showing the number of paint cans, you need to apply the sort action first.
True or False? The Indicators panel lets you apply colour changes to values, change the background colour of cells, and assign icons based on conditional thresholds.
Patrick is building a pie chart Klip for his Website Traffic dashboard using Google Analytics data. The pie chart shows sessions per channel and Patrick wants to exclude the slices of the pie chart that corresponds to “Referral” and “Paid Search” channels. The best practice for removing these channels through filter actions would be to select their names from member list and use the exclude feature.
Klipfolio has data sources (with country, state, or provincial IDs) for which of the following maps? Select ALL that apply.
Seth is building a table component. Column 1 of his table has 10 entries and a hidden data component has 20 entries, how many rows does Seth’s table have?
Keely is building a bar/line chart with dates in the X-axis, the input format of the dates is yyyy-MM-dd and Keely has set the output format to MMM dd, yy. If she uses a results reference to the X-axis in another component, it will show dates in yyyy-MM-dd format.
When plotting region data on a Map component, which function is most commonly used to align data from the Region ID data source to the numeric values for each of the regions?
Meggan’s ad agency has a Klipfolio partner account, which has 20 client accounts under it. In the parent account, Group A consists of users who can access the client selection and sign into a client as admin. An admin of Meggan’s ad agency can set sharing settings such that Group A users can only see 10 clients under the client selection.
Kaushi is the builder of a Klipfolio partner account, and has imported a dashboard from the parent account to a client account. She now wants to update one of the Klips in the parent account and propagate the changes to the client instance of the Klip. Under which of the following scenarios can she use the “Update client instance” button to do achieve this task?
Stephen is a builder of a Klipfolio partner account, which manages 10 clients. Also within Facebook business manager, Stephen has permission to access insights of his clients’ Facebook pages and ad accounts. He wants to build out a template Facebook dashboard in Klipfolio, which he then wants to import to his clients accounts and have it configured to show their specific Facebook data. What is the best practice to create such a template dashboard?
If a Klipfolio partner wants to build a template Facebook dashboard, import to his client accounts and have it show their specific Facebook data, is this the correct order of operations for the import procedure? 1.Create the custom company properties first 2.Set their valid values 3.Import the dashboard
In which of the following scenarios is DATE_STARTOF the optimal date function to use? Select ALL that apply.
You’ve written MAPFLAT function as follows to paginate 10 pages of a dynamic datasource: MAPFLAT( CUMULATIVE(REPEAT(1,10)), “api_page_no”, @A:A). The api query that returns @A:A correpsonds to https://somebaseurl.com/endpoint?parameter1=value1¶meter2=value2 &page={props.api_page_no}. From this api’s documentation, you find out that page number in the query must be of the format “page=1” NOT “page=1.0”. What function is missing within your formula to ensure it executes the pagination correctly?
Consider the following array of data: ARRAY(“apple”,”banana”). What function do you use to change apple to *pple AND banana to b*n*n*?
You wish to convert 20171201 to December 01, 2017 using the DATE_CONVERT function as follows. Fill in the blank by selecting one of the following options: DATE_CONVERT( “20171201”, “yyyyMMdd”, _____).
Consider the following scenario: Within your Klipfolio account, you have two variables with the same name, one is “Klip” scope and the other is “All Dashboards” scope and the variable with the Klip scope has precedence.