Samsung Smart View App (Android and iOS). Extend your mobile contents onto your Samsung Smart TV and The FRAME TV. With this free app you can share content between TV and phone, or even use your phone as a remote!
Questions tagged [smartview]
15 questions
4
votes
1 answer
Automatic smart view hyperion refresh with VBA
maybe someone could help me to understand, what I'm doing wrong, as I'm stuck..
In general, I have a process, where I have an .vbs file, that triggers macro file, which makes connection to Hyperion and refreshes sheets.
For some reason, when I'm…

Yuriy T.
- 195
- 2
- 4
- 12
2
votes
1 answer
I need to show video on smart tv from iphone programmatically
There is an application called Miracast This app is capable to mirror screen to Smart TV (I need specially Samsung TV) and play videos from gallery to the TV
I tried to search but couldn't find any resources online talking about this task
I am using…

Omar HossamEldin
- 3,033
- 1
- 25
- 51
2
votes
2 answers
How can i create an app for Samsung smart tv Remote in iOS programming?
I need to create a remote control app in ios for samsung tvs. I did google too but i can not able to get exact solution. I have seen this SDK link
…

Digger micheal
- 21
- 1
- 3
2
votes
0 answers
Populate a csv which can be pulled into a data warehouse
I am developing a report in Power BI using Oracle Smart View from HFM data.
Currently the report is generated using Excel and the Smart View plugin.
The thought is to run an Excel macro manually and populate a csv which can be pulled into a DWH and…

Ian Cockcroft
- 131
- 1
- 5
2
votes
1 answer
Multiple Oracle Smartview Refresh Not Working in a Loop (Works When I Step Through Code)
I have the following the code that works like a charm when I step-through it line-by-line (or even when I only step through 1 or 2 loop iterations then fire the rest). When I run it from a button the code does not work in the sense that the Hyperion…

Scott Holtzman
- 27,099
- 5
- 37
- 72
1
vote
0 answers
Can Smart View VBA HypConnect be used to connect to the application but not activate it on the sheet?
When using HypConnect in Excel, it automatically activates the connection to the sheet it happens to be on when the macro is run. However, if you choose Connect from the Smart View Panel, it connects to the application/database but does not…

Rose Glazewski
- 11
- 3
1
vote
2 answers
How can I use the contents of a cell as a variable which must be a string
I am using the code below to refresh a HFM worksheet and update two of the variables in the POV, Year and Period.
I need to replace the 'Mar' in "Period#Mar" with the contents of a cell on a separate worksheet (which is currently 'Mar', but will…

Rachela12345
- 13
- 2
1
vote
2 answers
Inserting results of Hyperion Smart View VBA Function into list box and/or worksheet range
I've seen answers to questions similar to this one, but I haven't been able to find anything that addresses this exact situation.
Goal: Populate a list box and/or a worksheet with the output of a HypQueryMembers function. For example, I would like…

Catmandoo
- 11
- 3
0
votes
0 answers
Issue with HypMenuVRefresh
My VBA macros works stable in Excel 2010 enveronment. But if I runing it in Excel 2016, then I catch an error in HypMenuVRefresh command "Smart View handled an unknown exception thrown by Microsoft Office". I test it on different SV versions. In…

Roman
- 9
- 4
0
votes
1 answer
How to Configure SSO With Oracle Smartview Using Okta Or Pingfederate?
Currently working on configuring SSO for Oracle Smartview client that accesses the Oracle EPM suite of BI Tools. Pingfederate SP and Okta Idp configured with multiple AD data sources is configured.
Would appreciate if anyone would share their…

Saad Ousman
- 7
- 1
0
votes
1 answer
Using smart view in OBIEE 12C
I was going to use smart view (which is downloaded, installed and added as a tab to Microsoft's products ex. Execl) and connect it to OBIEE 12.2.1.4. So I have downloaded 11.1.2.5 version.
According to my searching on the internet, I have found…

Atefeh
- 181
- 1
- 17
0
votes
0 answers
How to migrate Excel Add-in into Smartview
I want to migrate excel addin into smartview but not able to do it . please help me.

Prafull Rajput
- 1
- 1
0
votes
1 answer
Smartview/Essbase VBA function not returning Member information
I am attempting to place the hyperion/Essbase parent name next to the child member using the GetHypParent() function but my code below places a 0 (meaning a succesful function?) in column K vs the parent name its self. How (or is there a way) that i…

Omar Castillo
- 27
- 1
- 1
0
votes
0 answers
File not found: HsAddin
Recently I received macro excel file with Smart View. It was working all fine.
Today I added small piece of code - 5 lines to set formula in a small range of cells and then to do paste special values. That piece of code is correct, tested. Code is…

Nemanja A
- 1
- 1
- 1
0
votes
1 answer
iOS Samsung SmartView SDK/ Tizen - How to tell when VideoPlayer 'playContent' has played successfully
I am successfully launching media using the SmartView SDK by using the following LoC:
[vp playContent:url title:title thumbnailURL:tURL completionHandler:^(NSError *_Nullable err) {
NSLog(@"Value of err is: %@", err); //Result - 'Value of err…

mhorgan
- 886
- 2
- 11
- 32