logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
davidsxs  
#1 Posted : Monday, March 15, 2021 8:59:42 PM(UTC)
davidsxs

Rank: Newbie

Groups: Registered
Joined: 3/15/2021(UTC)
Posts: 2
United Kingdom

Hey All,

I'm really struggling to get the DataSourceNextRow shortcut working from a google sheet. No matter what combination I try it doesn't seem to respond.

Data Source = Google Sheets
Table = Ticker Tape
Column = Text

I feel like the input should be Google Sheets,Ticker Tape but no response. Think I've exhausted pretty much every combo but probably making a silly mistake somewhere.
doggy  
#2 Posted : Monday, March 15, 2021 10:22:56 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
no need to specify a column, as you are changing the row index ( next row)

also make sure the vMix window is active and not the datasource one before using the shortcut
matkeane  
#3 Posted : Monday, March 15, 2021 11:08:18 PM(UTC)
matkeane

Rank: Advanced Member

Groups: Registered
Joined: 10/6/2020(UTC)
Posts: 98
France

Was thanked: 21 time(s) in 21 post(s)
Just a thought: I always use names without spaces for my data sources, just in case. Do spaces get URL encoded when sent over the wire ? Do I need to wrap things in quotes ? I don't know, I just use underscores and avoid any potential problems...
davidsxs  
#4 Posted : Tuesday, March 16, 2021 2:29:09 AM(UTC)
davidsxs

Rank: Newbie

Groups: Registered
Joined: 3/15/2021(UTC)
Posts: 2
United Kingdom

Originally Posted by: doggy Go to Quoted Post
no need to specify a column, as you are changing the row index ( next row)

also make sure the vMix window is active and not the datasource one before using the shortcut


That was my thinking so
Code:
Google Sheets,Ticker Tape
should work. But, it doesn't seem to.

I've tried removing the space and making it
Code:
Google Sheets,Ticker
but that seems unresponsive too.

Thinking it might be easier just to manage it all in google sheets but feel like this should work.
doggy  
#5 Posted : Tuesday, March 16, 2021 4:35:10 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.