Need some help in ShapeSheet

Started by FlamentX, August 25, 2011, 01:40:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FlamentX

Hi everybody, I'm newbie on Visio and ShapeSheet and I need your help  :)

Firstly, I want to know if it's possible to move a line in the place of another or it's possible to add a line between two other existing lines ?


Sorry for my bad english, I'm French  ;D, if you don't understand anything tell me.

Paul Herber

Do you mean in the Geometry section?
Electronic and Electrical engineering, business and software stencils for Visio -

https://www.paulherber.co.uk/

Jumpy

Or a u interested in an custom made line pattern?

FlamentX

Hi, thanks for your answers but I want to know if it's possible to move (for exemple) the line 3 between lines 1 and 2, or if it's possible to insert a line between line 1 and 2.



Jumpy

OK. That was not possible to guess from the initial post.
You want to change the order in which ShapeData are presented?

In the ShapeData section (a bit more to the right, so not visible in your picture) is a column "Sort" or sth. like that.
In Line 1: 10
In Line 2: 30
In Line 3: 20

should do what you want.

FlamentX

Ok thank you very much for your prompt help  :D

But I have another question.

Do you know how it's possible to do a dynamic behavior:

For example, I have a row "HardDiskNumber" and according to the entered value in the cell, to display the corresponding number of hard disk lines ex:

if HardDiskNumber = 2

Hard Disk 1 = ""

Hard Disk 2 = ""

I have a predefined value ex (1 to 8 )

It is possible to hide lines who are not needed with a formula ?

Like this:


Jumpy

Sure. In the ShapeData-Section there's a column named "visible" or sth. like that which you could use:

I don't know the name of the Hard Disk Number Row in your shapes, so for my example I assume it's Prop.HD_Nr.

In the visible cell of the Hard Disks rows (I assume say are named Prop.HD1, Prop.HD2, ...) you write:
Prop.HD1:   =(Prop.HD_Nr>0)
Prop.HD2:   =(Prop.HD_Nr>1)
Prop.HD3:   =(Prop.HD_Nr>2)
...
Prop.HD8:   =(Prop.HD_Nr>7)

FlamentX

Ok, thank you for your precious help  ;)

I will try with your method