Skip to Content
Product Information
Author's profile photo Tammy Powlas

Using SAP Analytics Designer to Review Recent SAP Inside Track Social Media

The other weekend two SAP Inside Tracks were held, but 3 different tags were used:

1tag.png

SAP Inside Track Belgium had 2 tags, sitbru and sitbe. The tag sitbru had the most tweets. Third (based at the time of capture) was SAP Inside Track Wroclaw in Poland.

2tag.png

Smart Discovery in SAP Analytics Cloud shows most of the tweets were in English.

3tag.png

Smart Discovery shows the influencers for the number of tweets.

4source.png

Twitter for iPhone was the most used tool to tweet.

SAP Analytics Designer

Following the videos and resources listed in the resources section below, I created the following application:

5runtime.png

The RSS feed on the right does not relate to the Inside Tracks; but I did it to see how it would work. Unfortunately I couldn’t find a way to RSS link the inside track wikis.

Clicking on Details button brings up the following Pop-up:

6popup.png

Interesting to see that SAP Inside Track Poland had the most favorited tweets..

The code for the popup is quite simple:

Popup_1.open();

The code to close the popup:

Popup_1.close();

7toptweeters.png

Using the dropdowns, you can see who had the most tweets across all the two SAP Inside Tracks that day

Clicking the Explorer button will take you to the faceted navigation view.

8explorer.png

Code for Explorer button:

Chart_1.getDataSource().getDataExplorer().open();

9discover.png

Discover button takes you to Smart Discovery; for fun I selected Retweet Count as the Smart Discovery measure:

10rt.png

Code for Smart Discovery:

SmartDiscovery.buildStory(

                  SmartDiscoveryMeasureSettings.create(

                                    Chart_1.getDataSource(),

                                    Dropdown_1.getSelectedKey()

                                    )

);

11rt.png

Favorites Smart Discovery:

12fav.png

switchtochart.png

Now to the Switch to Chart icon:

Code:

Chart_2.setVisible(true);Table_1.setVisible(false);Switch_to_Table.setVisible(true);Switch_to_Chart.setVisible(false);

Video (no audio):

Resources:

https://visualbi.com/blogs/category/sap/sap-analytics-cloud/application-design/

https://www.sapanalytics.cloud/product_updates/release-2019-08/

https://www.sapanalytics.cloud/wp-content/uploads/2019/05/SAP_DeveloperHandbookSACAnalyticsDesignerMay2019.pdf

Create analytic applications (2019.8.2) 2:46 https://www.youtube.com/watch?v=SKQYMBsezgI&feature=youtu.be

Set the visibility of objects in apps (2019.8.2) 3:15 https://youtu.be/GULLsWXazAA

Set up filter lines in apps (2019.8.2) https://youtu.be/_clR7_nM5DQ

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.