Hi there I am new to these forums so sorry if I am not clear in what I am struggling to do.
I have been learning how to use scroll bars thanks to Chandoo.org and I have learned how to make a simple scrolling table in the hope that I could develop this for my own needs. The problem I have come across is I only want to show data in my scrolling chart based on the status of the data.
An example of some made up raw data: (there will be more than 10 records)
[pre]
[/pre]
I am creating a dashboard and I want to be able to see the first 10 'Unworked' accounts but with a scroll bar so I can scroll through the rest of them. (There is no fixed number on how many there will be in the Unworked status)
When I created my basic scrolling table I was using the OFFSET function but that pulls through accounts with status that I do not want. Is there a way around this and is it possible?
Any help will be massively appreciated.
I have been learning how to use scroll bars thanks to Chandoo.org and I have learned how to make a simple scrolling table in the hope that I could develop this for my own needs. The problem I have come across is I only want to show data in my scrolling chart based on the status of the data.
An example of some made up raw data: (there will be more than 10 records)
[pre]
Code:
Acc Num# Status Reason Customer Address Core
1 Closed No Interest James 118 Milk Road 10025
2 Closed Duplicate Peter 119 Andy Street 10058
3 Open Unworked David 113 Bond Road 10091
4 Closed Duplicate James 17 Alpen Street 10124
5 Closed Interested Peter 18 Devon Lane 10157
6 Closed Interested David 1188 Govan Road 10190
7 Open Unworked Graham 117 Notting Road 10223
8 Open Unworked James 19 Burbank Street 10256
9 Open Unworked Peter 8 The Block 10289
10 Open Unworked David 99 Dancer Street 10322
+ MANY MORE
I am creating a dashboard and I want to be able to see the first 10 'Unworked' accounts but with a scroll bar so I can scroll through the rest of them. (There is no fixed number on how many there will be in the Unworked status)
When I created my basic scrolling table I was using the OFFSET function but that pulls through accounts with status that I do not want. Is there a way around this and is it possible?
Any help will be massively appreciated.