Jump to content

Indexing problem !?


This topic is 6278 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Main question :)

How can I put a index from a field in a variable (comma separated) for using for viewing those as possibilities in a custom massage box?

A have now made a script with a loop starting by record 1 exit by last and set a variable by the following calculation :

$$revision & "," & VN_xx_type::Revision.

The problem is I can not avoid a duplication in the output string. For example :

Record nr. 1 2 3 4

Field [File] A A B C

Field [Revision] 01 02 01 01

The contents of the variable after performing the script will be :

01, 02, 01, 01 and I want have : 01, 02 Is there a simple possibility ( and of course there is !!) to realize this?

:

Link to comment
Share on other sites

Hi

you can make a value list coming from values of the field: Revision

So, a simple calc like this:

Substitute ( ValueListItems ( Get (FileName) ; "yourValueListName" ); ¶ ; ", ")

will make the job, without a looping script

Link to comment
Share on other sites

This topic is 6278 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.