DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Suche nach Eigenschaften mit dem Wert Novalue im dataFinder

Solved!
Go to solution
Ich habe mit den Befehlen
Call ChnPropCreate(ChName, "SH_innen", DataTypeFloat64)

Call ChnPropValSet(ChName, "SH_innen", A_innen_)

die Kanaleigenschaft "SH_innen" vom Typ Float64 erzeugt und den Wert A_innen_ zugewiesen.

A_innen kann den Wert Novalue annehmen. Der dataFinder indiziert nur reelle Werte.

Wie kann ich mit dem dataFinder die Kanäle mit dem Wert Novalue finden?

 

0 Kudos
Message 1 of 2
(3,624 Views)
Solution
Accepted by topic author HoEn

Actually there is no way to search for NOVALUE.

The only thing I can think of is using <>.

 

So if you search for

 

SH_innen <> 1.23456

 

the result will also contain the NOVALUE elements but not the files

where the attribute SH_innnen does not exist.

 

So if the amount of data is n't to big it would be possible to loop over the files.

 

So I do not think that there is a good solution for this.

 

Greetings

Andreas

Message 2 of 2
(3,586 Views)