Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello together,
I need a little bit of help with my section Access. I don´t have yet the publisher therefore I´m working with an excel table where I manage the section access. This works actually fine for all fields but not for my field called "Company". If I reduce the data to company `100` then this is working. If I type `100, 200` this is not working:
It´s the only numeric field that I use for section access and it seems that it does not work if I enter more than one value. Any ideas?
Best regards
Carolin
Hi,
it should ideally work fine.
but please check that how you are giving the Comapny codes (i.e. 100,200) in the excel.
there should be the multiple entries for the same username to access the multiple companies.
hope this will help. or you can share the sample files.
-Nilesh
Hi,
it should ideally work fine.
but please check that how you are giving the Comapny codes (i.e. 100,200) in the excel.
there should be the multiple entries for the same username to access the multiple companies.
hope this will help. or you can share the sample files.
-Nilesh
Carolin,
The different values must be entered in several lines (1 value per field per line)
Use subfield() function to split your field into several lines.
Fabrice
Hi Carolin,
try adding one line with '100' and other line with '200'
Regards.