Author Topic: Child keywords problem  (Read 2556 times)

Offline mjrka

  • Newcomer
  • *
  • Posts: 2
    • View Profile
Child keywords problem
« on: April 12, 2012, 09:24:03 AM »
Hi
I've a PM 4.6.8 version and trying to learn to use child item.
I' ve wrote a file text :

Sport
   Cycling
      AG2R LA MONDIALE
         BARDET Romain   FRA
         BELLETTI Manuel   ITA
         BERARD Julien   FRA
         BONNAFOND Guillaume   FRA
         BOUET Maxime   FRA
         CASPER Jimmy   FRA
         CHEREL Mikael   FRA
And it 's working but if i try to delete from the file text "sport" the father is not always cycling but  it become "AG2R LA MONDIALE" and child the other team.
How can I do it?
Thank's

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24764
    • View Profile
    • Camera Bits, Inc.
Re: Child keywords problem
« Reply #1 on: April 12, 2012, 09:40:01 AM »
You'll have to delete one of the tabs at the beginning of each of the lines of text.

The level of indent determines the depth of the hierarchy.

-Kirk

Offline mjrka

  • Newcomer
  • *
  • Posts: 2
    • View Profile
Re: Child keywords problem
« Reply #2 on: April 12, 2012, 09:45:10 AM »
thanks