Somebody, can you help me with that.?
In the view...
Are there any limitations on either your account or the view?
I try with the user: admin, but same. I can't see the view.
Is there a limitation tied to the view? At the bottom of the customize page window?
No restriction of view
.
I'm guessing you've removed and re-added the resource to the view. It's almost acting as if it's auto-hiding which it shouldn't do. If you have access to the database, run these queries:
Select * from ResourceProperties
(see if there are any entries here where there's a resourceID of 0 or NULL, if so, this could be what keeping the resource from showing up.
Some "Property Name" to be considered?
Nope, I was looking merely at the resourceID. I've seen issues in the past where there would be a 0 and those properties would then try to apply to any and all new resources added to a view.
Something similar can happen with Limitations. Try:
Select * from Limitations where WhereClause = '1=1'
or
Select * from Limitations where WhereClause LIKE '1=1'
Nothing in any consultation.
Well dang, there's just no simple reason why this is hiding from you that I can see. If you create a brand new view with just that resource, does it show up?
OK...
I will try what you indicate me ..
Dear " mharvey ",
My problem was solved, the detail was updating the database.
Thanks for help me.