Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
TammyPowlas
Active Contributor
0 Kudos
The other weekend two SAP Inside Tracks were held, but 3 different tags were used:



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.



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



Smart Discovery shows the influencers for the number of tweets.



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:



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:



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();



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.



Code for Explorer button:
Chart_1.getDataSource().getDataExplorer().open();



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



Code for Smart Discovery:
SmartDiscovery.buildStory(

SmartDiscoveryMeasureSettings.create(

Chart_1.getDataSource(),

Dropdown_1.getSelectedKey()

)

);



Favorites Smart Discovery:





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_DeveloperHandbookSACAnalyticsDesignerM...

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
Labels in this area