Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个报告,其中有多个组,主要是行和一个列组,但我需要根据选择的参数显示某些列。如图所示,当我右键单击专业列时,列可见性不可用。有人可以帮我解决这个问题。
谢谢
(来源:ravidowluri.com)
我自己解决了这个问题,没有在列中使用可见性选项,而是根据属性窗口中的参数值和边框样式隐藏和显示标题文本
可以在该组列的“属性”侧栏中设置可见性。
我通过选择组标题/列下的所有单元格(一次一个)并将关联的文本框隐藏设置为“真”来解决
我尝试使用下面的代码来解析 JSON 数据,该网站需要一个 API 密钥,现在它作为字符串存储在我的 strings.xml 中。
public class JSONParser { static InputStream is = null; static JSONArray jarray = null; static String json = ""; // const