| Forum: Style Intelligence |
|---|
| Topic: Connected Range Sliders |
|---|
| Connected Range Sliders [message #1649] |
Wed, 16 May 2012 07:35 |
zamin Messages: 3 Registered: May 2012 |
Junior Member |
|
|
I have two sliders and i need one slider to be dependent on the other in way that if i change one slider ,the other slider should slide to the same position.
I tired setting the range sliders selectedObjects property and it does change but the slider isn't affected by that.
In short I want to know how to change the position of the slider through script or data manipulation.
[Updated on: Wed, 16 May 2012 08:38]
|
|
|
| Topic: Multiple Sliders for multiple measure Chart |
|---|
|
| Re: Multiple Sliders for multiple measure Chart [message #1650 is a reply to message #1648] |
Wed, 16 May 2012 10:55 |
 |
Azize Messages: 271 Registered: March 2011 |
Senior Member |
|
|
Hello,
When you switch to live data data block 'Order 2' in your worksheet, then you'll see that the formula field Total 2 returns as value 'Invalid Formula'. This is caused by the fact that you are using in the formula a field that doesn't exist in data block 'Order 2'. (To fix that you can add the needed column and make it invisible if you don't want it to be shown and further data blocks.) I would suggest you to remove this formula field and drag to 'Order 2' the same field Total that you used in 'Order 1' and rename it to 'Total 2'.
Also you should bind RangeSlider1 to Date field from data block 'Order 1' and RangeSlider2 to Date field from data block 'Order 2'.
The chart should be bounded to the data block that you will create with the outer join. Also bind Category selection list to this new join data block.
I modified your example and attached it.
For more data comparison techniques I suggest you to take a look at the 'brushing a chart' and 'double calendar mode' functionalities in User Documentation:
Dashboard Design >> 4 Data View Components >> 4.3 Charts >> 4.3.6 Brushing a Chart
End User >> 3 Visualization Dashboards >> 3.4 Input Elements >> 3.4.3 Calendar >> Switching Calendar Styles
Regards,
Attachment: test2.jar
(Size: 8.05KB, Downloaded 1 time)
[Updated on: Wed, 16 May 2012 11:00] Azize Mutalibova | InetSoft Technology
|
|
|
| Forum: Style Scope Free Edition |
|---|
| Topic: MySQL DB Issues |
|---|
| MySQL DB Issues [message #1651] |
Wed, 16 May 2012 17:13 |
Barty001 Messages: 1 Registered: May 2012 |
Junior Member |
|
|
|
I tried accessing the DB on my development machine. I can access the DB from Netbeans and MySQL workbench. Any ideas?
|
|
|
| Re: MySQL DB Issues [message #1652 is a reply to message #1651] |
Wed, 16 May 2012 17:40 |
 |
Azize Messages: 271 Registered: March 2011 |
Senior Member |
|
|
Hello,
Search the forum with keywords: MySQL connect, and try to find what's wrong on your end.
Regards,
Azize Mutalibova | InetSoft Technology
|
|
|