Subject MDX tags and sql builder
From Rouke Bakker <moc.liamg@rekkabrg>
Date Tue, 03 Dec 2024 03:00:32 -0500
Newsgroups dbase.getting-started

We can create two indexes (or tags) using:

index on surname tag surname

and

index on surname tage surname1 unique

but how do I specify that the SQL builder uses surname1 instead of surname?

In other words, does the SQL builder use the MDX tags or new indexes specified in the SQL builder? If the SQL builder creates its own new indexes, how would I specify something like 'index on surname tag surname unique'?

Regards,

Rouke